No description
- Odin 92.8%
- Makefile 3.5%
- HTML 2%
- CSS 1.7%
| assets | style: center and add some more fonts | |
| content | fix: bandaid over a leak in html | |
| layouts | fix: bandaid over a leak in html | |
| src | fix: bandaid over a leak in html | |
| tests | feat: render markdown with layout to html | |
| .gitignore | feat: parse metadata from markdown as json | |
| LICENSE | supernova | |
| Makefile | build: easily run build and generator at the once | |
| odinfmt.json | refactor: get markdown files & public dir path | |
| ols.json | refactor: move utils to separate file | |
| README.md | fix: use later versions | |
SWG (Static Website Generator)
Personal static website generator that I made to learn more about the web and
low level programming. It works similar to other SSG like hugo and zine,
by taking markdown, html layout and asset files and creating html files.
License
Licensed under GPL-v3.0-or-later.