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