already tired of falling into the same design ruts for this site as I did last time around, especially the navigation, i dont wanna update that shit every new page/post/etc. Been seein' talk of SSG in my feed - what you using or recommend? Free, please.
I laboriously hand code each page in Notepad as God intended but I've heard good things about 11ty (https://www.11ty.dev/) and know some people who use it and like it. I'm pretty sure it's free.
hey Paint, if you wanna just do smth right on ur site and dont wanna update the nav all the time you could try templaterr, its a little digging to get it to work how u want but u wont have to manually add anythign except the link to the script and update the js file only for the nav: https://templaterr.neocities.org/
For my website navigation, I use Client Side Includes. Basically just a piece of Javascript code that I have where I need it, that way I only have to update the JS for it to update all the pages that it's on. Here's the place where I learned how to use em: https://ikewise.neocities.org/includes
I laboriously hand code each page in Notepad as God intended but I've heard good things about 11ty (https://www.11ty.dev/) and know some people who use it and like it. I'm pretty sure it's free.
hey Paint, if you wanna just do smth right on ur site and dont wanna update the nav all the time you could try templaterr, its a little digging to get it to work how u want but u wont have to manually add anythign except the link to the script and update the js file only for the nav: https://templaterr.neocities.org/
For my website navigation, I use Client Side Includes. Basically just a piece of Javascript code that I have where I need it, that way I only have to update the JS for it to update all the pages that it's on. Here's the place where I learned how to use em: https://ikewise.neocities.org/includes
Trick I did: use an iframe and make an html navigation page. Updating the html page will update across all uses of the iframe.