Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a second static site generator #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akkartik
Copy link

I've not been able to find an authoritative static site generator for Lua, so am suggesting something I've been using for several years that I just published. Works with Lua 5.1-5.4, requires no other dependencies. Unlike most such tools, this doesn't take on additional dependencies to support markdown. Instead I build my website https://akkartik.name using raw HTML.

If one is willing to edit HTML, what can an SSG provide? The answers I've come up with so far are:

  • Giving pages on a site a shared look and feel using a minimal template.
  • Stitching pages together into index pages with pagination.
  • Autogenerating RSS and HTML Journal feeds so readers can be notified of new posts.

This tool provides one 150 line script for each of these concerns. Each script can be used independently of the others. For example I generate two sets of index pages on my site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant