diff options
| author | Lain Iwakura <lain@iwakura.page> | 2026-03-29 04:10:48 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@iwakura.page> | 2026-03-29 04:10:48 +0300 |
| commit | ba07aa7b98fc4f5e2884091dc546c5af9b9f52fa (patch) | |
| tree | 66f5ec43432ff4973b439e30abd0054dfc8dca96 /makko.json | |
| parent | cd2f01fb10cabccb1076352ec408f66615dcdd80 (diff) | |
ok maybe
Diffstat (limited to 'makko.json')
| -rw-r--r-- | makko.json | 64 |
1 files changed, 33 insertions, 31 deletions
@@ -1,32 +1,34 @@ { - "$schema": "https://makko.starlightnet.work/schema.json", - "title": "lains blog", - "description": "STAY @ HOME SUMMER 2020", - "url": "https://blog.kroot.sh/", - "paths": { - "symlinks_enabled": false, - "cleanup_mode": "none", - "source": "blog/", - "templates": "templates/", - "output": "web/" - }, - "feeds": { - "html": "index.html", - "atom": "feed.atom", - "rss": "feed.rss" - }, - "custom": { - "hey1": "You can add anything here, then reference it in your templates", - "hey2": "or markdown files like this: {{custom.hey1}}, {{custom.hey2}}", - "note": "Any JSON input through STDIN will be overlaid on top of this." - }, - "callbacks": { - "on_change": null, - "on_create": null, - "on_delete": null, - "on_modify": null - }, - "hashes": { - "uPpV-hrEEME": "g1M06SJtvoE" - } -}
\ No newline at end of file + "$schema": "https://makko.starlightnet.work/schema.json", + "title": "lains blog", + "description": "STAY @ HOME SUMMER 2020", + "url": "https://blog.kroot.sh/", + "paths": { + "symlinks_enabled": false, + "cleanup_mode": "none", + "source": "blog/", + "templates": "templates/", + "output": "web/" + }, + "feeds": { + "html": "index.html", + "atom": "feed.atom", + "rss": "feed.rss" + }, + "custom": { + "hey1": "You can add anything here, then reference it in your templates", + "hey2": "or markdown files like this: {{custom.hey1}}, {{custom.hey2}}", + "note": "Any JSON input through STDIN will be overlaid on top of this." + }, + "callbacks": { + "on_change": null, + "on_create": null, + "on_delete": null, + "on_modify": null + }, + "hashes": { + "afHxz86ZPIM": "9NAfI808SKU", + "uPpV-hrEEME": "g1M06SJtvoE" + } +} + |
