author: Mia Schambeck
summary: Conform to smolweb html subset
https://smolweb.org/guidelines.html
author: Mia Schambeck
summary: Add generators for gemini
author: Mia Schambeck
summary: Rework file table
The file table now properly formats directory structures.
author: Mia Schambeck
summary: Fix bug when using tmp path
author: Mia Schambeck
summary: Update static page generator for directories
author: Mia Schambeck
summary: Switch sort -n for sort -V
author: Mia Schambeck
summary: Use md2html instead of markdown
The markdown utility, which refers to the origin perl implementation in debian, doesn't escape inline HTML in code blocks. Use md2html instead.
author: Mia Schambeck
summary: Update readme; small change in log headlines
author: Mia Schambeck
summary: Add script for projects overview; adjust stylesheet
The script projects.sh searches the current working dir
for folders with a .sortle subfolder in it and creates a
overview page that links to the page folders created by
static-sortle.sh.
author: Mia Schambeck
summary: Add html/css templates
author: Mia Schambeck
summary: Use repo folder name for static page folder
author: Mia Schambeck
summary: Use templates in config home; move readme above files
author: Mia Schambeck
summary: Implement log page; cleanups
The log page is simply a cleaned up html version of sortle log
author: Mia Schambeck
summary: Initial attempt for a static page generator