Notes about Static Site Generators: Jekyll, Gatsby, Next.js
Last updated on 15 May 2024 https://jekyllrb.com/ "Markdown, Liquid, HTML & CSS go in. Static sites come out ready for deployment." .. " GitHub Pages is powered by Jekyll, so you can easily deploy your site using GitHub for free—custom domain name and all." Nice text tutorial about using Jekyll to create a blog site. The associated github repo is shared and one can run the app to see the blog site in operation. I have not tried out Jekyll coding but just browse-reading through the article and github repo and checking out the blog app, has given me some idea of how Jekyll can be used to more easily create static sites which use a shared layout. There is support for templates too but I don't know how extensive this support is, and whether the free templates collection is sophisticated enough for various static website needs. The article: Jekyll Tutorial: How To Create a Static Website, https://kinsta.com/blog/jekyll-static-site/ . Gatsby (software), https://e...