Design and logic for user-facing site https://exmods.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.4KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="theme-color" content="#20c420" />
  5. <meta name="author" content="Exmods community" />
  6. <meta name="keywords" content="exmods,gamecraft,modding,mod" />
  7. <meta name="og:type" content="website" />
  8. <meta name="og:title" content="Exmods" />
  9. <meta name="og:description" content="Gamecraft modding website" />
  10. <meta name="description" content="Gamecraft modding website" />
  11. <meta name="og:image" content="../static/favicon.png" />
  12. <meta name="og:url" content="https://www.exmods.org" />
  13. <meta charset="UTF-8" />
  14. <link rel="icon" href="../static/favicon.png" type="image/x-icon"/>
  15. <link rel="shortcut icon" href="../static/favicon.png" type="image/x-icon"/>
  16. <link rel="stylesheet" href="../static/style.css" type="text/css" />
  17. <title>Exmods Blog</title>
  18. </head>
  19. <body>
  20. <h2>Latest Exmods Blog Posts</h2>
  21. <ul>
  22. <a href="006-ipa.html">
  23. <li>
  24. <span class="title">Modding Architecture</span>
  25. <p>How does GCIPA patch Gamecraft and load mods?
  26. </p>
  27. </li>
  28. </a>
  29. <a href="005-proto.html">
  30. <li>
  31. <span class="title">Rapid Prototyping</span>
  32. <p>Writing a minimum viable mod quickly.
  33. </p>
  34. </li>
  35. </a>
  36. <a href="004-pixels.html">
  37. <li>
  38. <span class="title">The Magic of Pixi</span>
  39. <p>Development insights from Pixi, the (magic) importing mod.
  40. </p>
  41. </li>
  42. </a>
  43. <a href="003-snake_game.html">
  44. <li>
  45. <span class="title">The Power of GamecraftScripting</span>
  46. <p>Harnessing the simplicity of Python for Gamecraft modding.
  47. </p>
  48. </li>
  49. </a>
  50. <a href="002-ecs_devo.html">
  51. <li>
  52. <span class="title">Modding ECS in Gamecraft</span>
  53. <p>Thoughts on developing mods for Gamecraft designed around its Entity Component System.
  54. </p>
  55. </li>
  56. </a>
  57. <a href="001-intro.html">
  58. <li>
  59. <span class="title">Introductions</span>
  60. <p>An introduction to Exmods and how this blog will work. Is this thing on?
  61. </p>
  62. </li>
  63. </a>
  64. </ul>
  65. <footer>
  66. exmods.org|<a href="https://git.exmods.org/ExMods/html-site">Site Repository</a>|<a href="https://exmods.org">Home</a>|<a href="https://discord.gg/2CtWzZT">Discord</a>|<a href="https://twitter.com/GamecraftMods">Twitter</a>
  67. </footer>
  68. </body>
  69. </html>