aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.yaml
blob: 45b175ca08e8f6f707baec8150a2c7491832bcaf (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
---
theme: tdro
baseURL:
languageCode: en-us
title: Thedro Neely

disableKinds: ['404']

taxonomies:
  tag: tags

author:
  name: Thedro Neely

paginate: 3
summaryLength: 20

pygmentsUseClassic: false
pygmentsCodeFences: true
pygmentsUseClasses: true
pygmentsCodeFencesGuessSyntax: true

outputFormats:
  rss:
    baseName: rss
    mediaType: application/xml
  json:
    baseName: index
    mediaType: application/json

outputs:
  home:
  - rss
  - json