aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.yaml
blob: 8773343ab36dd654633ffef998ecfb2c35c9bc08 (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
---
# 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

# Output formats
outputFormats:
  rss:
    baseName: rss
    mediaType: application/xml

outputs:
  home:
  - rss