aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.yaml
blob: b499f6cd805d5f4f19ef897d7fc933593604a4f8 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# config.yaml

theme: "tdro"
baseURL: ""
languageCode: "en-us"
title: "Thedro Neely"

# Disable generation of index and 404 files

disableKinds: ["404"]

# Taxonomies

taxonomies:
  tag: tags

# Author name and email appears in RSS feed

author:
    name: "Thedro Neely"
    email: "thedroneely@gmail.com"

# Copyright appears in the RSS feed

copyright: "Thedro Neely"

# Metadata

metaDataFormat: yaml
summaryLength: 20
paginate: 3

# Code highlighting

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

# RSS

mediaTypes:
  application/atom:
    suffixes: xml

outputFormats:
  RSS:
    mediaType: application/rss
    baseName: rss

outputs:
  home:
    - RSS