part 1, background: https://about.gitlab.com/blog/2016/06/03/ssg-overview-gitlab-pages-part-1-dynamic-x-static/
part 2: SSGs: https://about.gitlab.com/blog/2016/06/10/ssg-overview-gitlab-pages-part-2/
part 3: using Gitlab: https://about.gitlab.com/blog/2016/06/17/ssg-overview-gitlab-pages-part-3-examples-ci/
Using with Joomla - https://www.youtube.com/watch?v=AHpfhnsbYXY&t=69s
Using with Tiddly - https://nesslabs.com/tiddlywiki-static-website-generator
Seems to be a continuum of complexity with Gatsby at one end, with the nicest themes but most complex file output; and Eleventy at the other, with few themes but simpler/cleaner output. Jekyll sits in the middle somewhat as a Goldilocks SSG.
++ Crazily fast. Handles data sources via React. Components. Lots of plugins. Andy theme.
NEXT NIGHT>> it never worked because I was running off the wrong Ruby, and had to install that. Removing the filename: https://stackoverflow.com/questions/27099427/jekyll-filename-without-date/27101060 So it works. And it works nice. https://stackify.com/install-ruby-on-your-mac-everything-you-need-to-get-going/ https://refinedmind.co/obsidian-jekyll-workflow
https://gohugo.io/ - this is easy to install, quick to generate, load, navigate, intuitive, not too many files - 149 items / 12mb, not including Go. 134 items are for the theme Ananke. Good seo defaults. Nice looking themes: https://getdoks.org/docs/prologue/introduction/ https://adityatelange.github.io/hugo-PaperMod/ https://themes.gohugo.io//theme/hugo-theme-diary/ https://themes.gohugo.io//theme/hugo-theme-cactus backlinks - https://hugokasten.netlify.app/features.html
https://github.com/11ty/eleventy / https://www.11ty.dev/ / Nice but too simple out the box, demands time to learn how to make something nicer. Smaller template selection than the others. But it seems a good bridge because it can read all the other template engines; and isn't particular about folder names/structure, so a Jekyll/Gatsby site could be ported to 11ty later.
205mb + 12,387 files, including React/node. But very nice tutorials and somehow felt more mature than Gatsby. Fewer Digital Garden themes, however.
Hexo - Node - https://hexo.io/docs/setup Scully - JS/Angular - https://scully.io/ Pelican - Python - https://blog.getpelican.com/
https://css-tricks.com/comparing-static-site-generator-build-times/ TLDR: advanced SSGs like Gatsby & Next are slow; simpler like Jekyll, Eleventy and Hugo are quicker – Hugo the quickest; gatsby the slowest.