Naive static site generator

Naive static site generator

2 devlogs
14h 54m
Created by moonbeeper

Speedy markdown files go in; speedy pages go out. Quite naive, right?

Timeline

Added a table of contents page, slugs, permalinks with an incorrect implementation and styling using sass/scss. The codebase is still a BIG bit messy even after the tinniest refactor I had, but now that these features are in place, I plan to clean the crappy code I have. I'll also start removing the hardcoded parts for a config file, plus start using clap for the cli part

The typical template and children template rendering is doing its magic thing.
The _index.md is required in every directory for it to have what the name suggests. It can also have the typical params that can affect the children.