Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
static_site_generators [2025/05/29 23:54] – added footnote about siteleteer needing client side JS peteyboy | static_site_generators [2025/06/02 22:09] (current) – update the MD-PAGE comment peteyboy |
---|
There are also all kinds of alternative tools people are making all the time, that can give you a simplified SSG-like functionality, but much simpler, and can be run with just USER membership. For example: | There are also all kinds of alternative tools people are making all the time, that can give you a simplified SSG-like functionality, but much simpler, and can be run with just USER membership. For example: |
* [[https://alamantus.codeberg.page/siteleteer/#About%20siteleteer | Siteleteer]] is a cool page you can just copy to your local machine, create multiple wiki-like pages in your local environment, save the results, and [[transferring_files|remote copy]] it to your SDF web space, and voila you have a "sitelet" (it's all in one file). Using the existing file to add more content and then pushing this to your web space replacing the existing version is basically the same as a simple (( Siteleteer relies on client-side javascript to do some of its magic, so it is not going to present right in lynx or noscript browsers)) SSG! | * [[https://alamantus.codeberg.page/siteleteer/#About%20siteleteer | Siteleteer]] is a cool page you can just copy to your local machine, create multiple wiki-like pages in your local environment, save the results, and [[transferring_files|remote copy]] it to your SDF web space, and voila you have a "sitelet" (it's all in one file). Using the existing file to add more content and then pushing this to your web space replacing the existing version is basically the same as a simple (( Siteleteer relies on client-side javascript to do some of its magic, so it is not going to present right in lynx or noscript browsers)) SSG! |
* [[https://github.com/oscarmorrison/md-page/blob/review/README.md | oscarmorrison's md-page]] is a very simple bit of javascript that lets you just write a web page in markdown, and the javascript converts it live into HTML. It's kind of like a very, very basic static site generator, though it does not manage multiple pages at all... | * [[https://github.com/oscarmorrison/md-page/blob/review/README.md | oscarmorrison's md-page]] is a very simple bit of javascript that lets you just write a web page in markdown, and the javascript converts it live into HTML. It just lets you easily set up to author pages using Markdown instead of raw html, which is nice, though it does not really let you generate a static site at all... |