-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (40 loc) · 1.16 KB
/
config.toml
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
author = "Jérémie Lumbroso"
baseURL = 'https://integrimark.github.io'
copyright = "Open-source <a class=\"text-muted text-decoration-none\" href=\"https://github.com/integrimark/integrimark/blob/main/LICENSE.md\">LGPLv3</a> Licensed. Theme by <a class=\"text-muted text-decoration-none\" href=\"https://github.com/filipecarneiro/hugo-bootstrap-theme\">Filipe Carneiro</a>."
title = "IntegriMark"
timeZone = 'Europe/London'
# Multilingual
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
theme = "hugo-bootstrap-theme"
disableHugoGeneratorInject = true
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
#sectionPagesMenu = "main"
#googleAnalytics = "UA-1511XXXX-X"
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":fileModTime", ":default"]
[taxonomies]
author = "authors"
category = "categories"
series = 'series'
tag = "tags"
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
[permalinks]
# post = "/post/:title/"
[module]
[module.hugoVersion]
extended = true
max = ""
min = "0.99.1"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static"
target = "static"