-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
151 lines (121 loc) · 4.01 KB
/
config.yml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
baseURL: 'https://chichi.berlin/'
title: 'CHICHI | Fahrradfachgeschäft'
params:
layout-name: 'master'
version: '2.0.0'
hugo-version: '0.38'
tracking-base-url: 'https://matomo.onwx.org/'
sitemap:
changefreq: 'monthly'
priority: 0.5
filename: 'sitemap.xml'
# See 'content-management/permalinks'
permalinks:
# the length of text to show in a .Summary
summaryLength: 70
# Allows you to disable all page types and will render nothing related to 'kind';
# values = 'page', 'home', 'section', 'taxonomy', 'taxonomyTerm', 'RSS', 'sitemap', 'robotsTXT', '404'
disableKinds: [
# 'taxonomy',
# 'taxonomyTerm'
]
outputs:
section: [ 'html' ]
# NOTE: haven't used proper relative paths, because of https://github.com/gohugoio/hugo/issues/4024
config: 'config.yml'
archetypeDir: 'app/types'
contentDir: 'app/contents'
dataDir: 'app/data'
layoutDir: 'app/layouts'
staticDir: 'app/static'
themesDir: 'app/themes'
i18ndir: 'app/i18n'
cacheDir: './.local/cache'
resourceDir: './.local/cache'
source: ''
#theme: 'chi'
publishDir: './dist'
caches:
getjson:
dir: ':resourceDir'
getcsv:
dir: ':resourceDir'
images:
dir: ':resourceDir'
assets:
dir: ':resourceDir'
# NOTE: for theme authors
# defaultExtension: 'html'
# defaultLayout: 'master'
buildDrafts: false
buildFuture: false
buildExpired: false
rssLimit: 1
enableGitInfo: false
footnoteAnchorPrefix: ''
footnoteReturnLinkContents: ''
# Don't sync permission mode of files
noChmod: true
noTimes: false
paginate: 10
paginatePath: 'p'
# Title Case style guide for the title func and other automatic title casing in Hugo.
# // Valid values are 'AP' (default), 'Chicago' and 'Go' (which was what you had in Hugo <= 0.25.1).
# // See https://www.apstylebook.com/ and http://www.chicagomanualofstyle.org/home.html
titleCaseStyle: 'AP'
# Pluralize titles in lists using inflect
pluralizeListTitles: true
# if true, use /filename.html instead of /filename/
uglyURLs: false
relativeURLs: false
canonifyURLs: false
disablePathToLower: false
enableEmoji: false
metaDataFormat: 'yaml'
newContentEditor: ''
# Do not inject generator meta tag on homepage
disableHugoGeneratorInject: true
googleAnalytics: ''
# code block syntax highlighting
pygmentsCodeFencesGuessSyntax: false
pygmentsStyle: 'monokai'
pygmentsUseClasses: false
defaultContentLanguage: 'de'
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
hasCJKLanguage: false
blackfriday:
extensions:
- hardLineBreak
languages:
de:
languageName: 'Deutsch'
languageCode: 'de'
contentDir: 'app/contents'
paginatePath: 'seite'
paginate: 6
permalinks:
tags: '/blog/tags/:slug'
# bicycles: '/fahrraeder/:slug/'
# parts: '/komponenten/:slug/'
# accessories: '/:sections/:slug/'
# blog: '/blog/:url/'
# Preserve special characters in taxonomy names ('Gérard Depardieu' vs 'Gerard Depardieu')
preserveTaxonomyNames: false
taxonomies:
tag: 'tags'
# bicycle: 'bicycles'
# part: 'parts'
# accessory: 'accessories'
# see https://gohugo.io/templates/menu-templates/
SectionPagesMenu: ''
cleandestinationdir: false
# TODO: set for dev mode - Enable Logging
watch: true
disableLiveReload: false
verbose: false
log: false
logFile: ''
verboseLog: false
stepAnalysis: true
templateMetrics: false