1
0
Fork
You've already forked swg
0
No description
  • Odin 92.8%
  • Makefile 3.5%
  • HTML 2%
  • CSS 1.7%
2026年02月06日 19:23:20 +01:00
assets style: center and add some more fonts 2026年02月05日 21:50:51 +01:00
content fix: bandaid over a leak in html 2026年02月05日 22:24:11 +01:00
layouts fix: bandaid over a leak in html 2026年02月05日 22:24:11 +01:00
src fix: bandaid over a leak in html 2026年02月05日 22:24:11 +01:00
tests feat: render markdown with layout to html 2026年01月30日 20:57:47 +01:00
.gitignore feat: parse metadata from markdown as json 2026年01月28日 16:20:32 +01:00
LICENSE supernova 2026年01月26日 10:18:24 +01:00
Makefile build: easily run build and generator at the once 2026年02月06日 19:23:20 +01:00
odinfmt.json refactor: get markdown files & public dir path 2026年01月26日 17:14:28 +01:00
ols.json refactor: move utils to separate file 2026年01月26日 19:59:03 +01:00
README.md fix: use later versions 2026年02月05日 00:45:42 +01:00

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.