forked from Mic92/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
62 lines (57 loc) · 1.08 KB
/
config.yaml
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
54
55
56
57
58
59
60
61
62
baseURL: https://blog.thalheim.io/
languageCode: en-us
defaultContentLanguage: en
theme:
- hugo-atom-feed
- hugo-vitae
paginate: 5
title: ~/git/blog
author: Mic92
disqusShortname: mic92
copyright: © 2021 Jörg Thalheim
pygmentsstyle: github
pygmentscodefences: true
pygmentscodefencesguesssyntax: true
enableRobotsTXT: true
outputs:
# <domain>/atom.xml
home:
- HTML
- RSS
- ATOM
# <domain>/posts/atom.xml
section:
- HTML
- RSS
- ATOM
# <domain>/tags/mytag/atom.xml, <domain>/categories/mycat/atom.xml
taxonomy:
- HTML
- RSS
- ATOM
ignoreErrors:
- error-output-taxonomy
permalinks:
posts: /:year/:month/:day/:title/
menu:
main:
- name: Home
url: /
weight: 1
- name: All Posts
url: /posts
weight: 2
- name: Categories
url: /categories
weight: 5
params:
comments:
enabled: true
subtitle: "My brain-dump of random code/configuration."
social:
- name: RSS
url: /index.xml
icon: fas fa-rss
- name: Github
icon: fab fa-github
url: https://github.com/Mic92/blog