Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
WIP SSG FOR ZAKARIA.ORG ======================= main.go => main clistuff md.go => markdown conversion index.go => index generation posts.go => post model rss.go => rss generation TODO ---- - open-graph tags - auto-generate onion-location <meta> tag for onion address - cleanup + DRY (there is duplicated code accross rss.go+index.go) USAGE ----- dir structure is: page.md # markdown content of standalone page page.meta # metadata for page.md posts/ post1.md # markdown content of post post1.meta # metadata for post1.md everything in posts/ is indexed in posts/index.html