summaryrefslogtreecommitdiff
path: root/makko.json
blob: e248200db18cd8b042ed96d03850d06aef3e7cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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": {
        "afHxz86ZPIM": "9NAfI808SKU",
        "uPpV-hrEEME": "g1M06SJtvoE"
    }
}