diff options
| author | Lain Iwakura <lain@lainmail.xyz> | 2026-03-15 19:00:16 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@lainmail.xyz> | 2026-03-15 19:00:16 +0300 |
| commit | ac3f12a7c0f70511eafec13dce83946c111cbda2 (patch) | |
| tree | d96e7154f81af58773e31f36d1bc794c68d81ef0 /makko.json | |
feat: initial + ci
Diffstat (limited to 'makko.json')
| -rw-r--r-- | makko.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/makko.json b/makko.json new file mode 100644 index 0000000..b8d59da --- /dev/null +++ b/makko.json @@ -0,0 +1,32 @@ +{ + "$schema": "https://makko.starlightnet.work/schema.json", + "title": "lains blog", + "description": "STAY @ HOME SUMMER 2020", + "url": "https://blog.iwakura.page/", + "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": "yJheHxl_-e0" + } +}
\ No newline at end of file |
