aboutsummaryrefslogtreecommitdiff
path: root/config.json
blob: 68d88c628ebdca3e370bbe8b6a3d39bb593c2217 (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
{
  "baseURL": null,
  "theme": "base",
  "title": "Base",
  "languageCode": "en-us",
  "paginate": 10,
  "summaryLength": 1,
  "taxonomies": {
    "tag": "tags"
  },
  "disableKinds": [
    "sitemap",
    "term",
    "section",
    "taxonomy"
  ],
  "outputs": {
    "home": [
      "html"
    ],
    "section": [
      "html"
    ],
    "taxonomy": [
      "html"
    ],
    "term": [
      "html"
    ],
    "page": [
      "html"
    ]
  }
}