Project log

Commit 14

author: Mia Schambeck
summary: Conform to smolweb html subset

https://smolweb.org/guidelines.html

Commit 13

author: Mia Schambeck
summary: Add generators for gemini

Commit 12

author: Mia Schambeck
summary: Rework file table

The file table now properly formats directory structures.

Commit 11

author: Mia Schambeck
summary: Fix bug when using tmp path

Commit 10

author: Mia Schambeck
summary: Update static page generator for directories

Commit 9

author: Mia Schambeck
summary: Switch sort -n for sort -V

Commit 8

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.

Commit 7

author: Mia Schambeck
summary: Update readme; small change in log headlines

Commit 6

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.

Commit 5

author: Mia Schambeck
summary: Add html/css templates

Commit 4

author: Mia Schambeck
summary: Use repo folder name for static page folder

Commit 3

author: Mia Schambeck
summary: Use templates in config home; move readme above files

Commit 2

author: Mia Schambeck
summary: Implement log page; cleanups

The log page is simply a cleaned up html version of sortle log

Commit 1

author: Mia Schambeck
summary: Initial attempt for a static page generator