Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
webdev:eleventy [2025/08/13 02:47] – [Editing the styling] scumsuckwebdev:eleventy [2025/08/13 02:52] (current) scumsuck
Line 12: Line 12:
   * I have no idea what I'm doing.  I just know how to install Minecraft mods so I know what folder structure is, and how to see file extensions.   * I have no idea what I'm doing.  I just know how to install Minecraft mods so I know what folder structure is, and how to see file extensions.
   * You should read [[https://www.11ty.dev/docs/|Eleventy's official documentation]] if you're going to do anything more complex than copying a template.  For now, my gorilla brain only understands how to copy a template.   * You should read [[https://www.11ty.dev/docs/|Eleventy's official documentation]] if you're going to do anything more complex than copying a template.  For now, my gorilla brain only understands how to copy a template.
 +  * One of the frustrating things about SSGs that I've come across is that it simply will not build your site if you have a mistake in your HTML.  Like if you spell sophi.png instaed of sophie.png, it will not even try to build the rest of the webpage.  Whereas if you were to just type regular HTML, the rest of the page would load even if you spelled something wrong.  I hate this very much.
 ===== Set-up process ===== ===== Set-up process =====
   - Using this webcomic template: https://github.com/katedee/eleventy-webcomic   - Using this webcomic template: https://github.com/katedee/eleventy-webcomic