aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: fdec3a2c532abe6c8aa023bbbd89c18c01586143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
theme = "base"
title = "Base"
languageCode = "en-us"
paginate = 10
summaryLength = 1
disableKinds = ["sitemap", "term", "section", "taxonomy"]

[taxonomies]
  tag = "tags"

[outputs]
  home = ["html"]
  section = ["html"]
  taxonomy = ["html"]
  term = ["html"]
  page = ["html"]