-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhugo.yaml
More file actions
45 lines (41 loc) · 1.28 KB
/
hugo.yaml
File metadata and controls
45 lines (41 loc) · 1.28 KB
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
---
######################## default configuration ####################
# Your theme name
theme: "dot-org-hugo-theme"
# Title of your website (required).
title: "CRS Project"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone: "Europe/London"
enableEmoji: true
enableGitInfo: true
refLinksErrorLevel: WARNING
######################## i18n ####################
# Auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
hasCJKLanguage: false
# Set default content directory for multilingual
contentDir: content/
# Set fallback if international version is not available
defaultContentLanguage: en
# Set the default language as the root rather than in folder i.e. don't use /en/
defaultContentLanguageInSubdir: false
######################## privacy & speed ####################
# Enable do not track, no cookies on Video embeds
privacy:
youtube:
privacyEnhanced: true
vimeo:
enableDNT: true
# Links
permalinks:
page:
blog: /:year:month:day/:slug/
markup:
goldmark:
extensions:
extras:
delete:
enable: true
subscript:
enable: true
superscript:
enable: true