aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.yaml
blob: 2019a119e45f564d8456f726028ba6139b273445 (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
35
36
37
38
39
---
theme: tdro
baseURL:
languageCode: en-us
title: Thedro Neely

disableKinds: ['404']

taxonomies:
  tag: tags

author:
  name: Thedro Neely

paginate: 3
summaryLength: 20

markup:
  highlight:
    anchorLineNos: true
    codeFences: true
    guessSyntax: true
    lineNos: false
    lineNumbersInTable: false
    noClasses: false
    noHl: false

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

outputs:
  home:
  - rss
  - json