User Tools

Site Tools


static_site_generators

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
static_site_generators [2026/01/22 00:10] – merge in comments from parent page about each SSG peteyboystatic_site_generators [2026/08/05 20:16] (current) – [Alternatives to SSG] upate url peteyboy
Line 20: Line 20:
  
 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://codeberg.org/Alamantus/siteleteer | 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 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...   * [[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...
static_site_generators.txt · Last modified: by peteyboy