-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
36 lines (32 loc) · 945 Bytes
/
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
baseURL = "https://www.krisk.dk/"
# include content marked as draft
buildDrafts = false
# include content with publishdate in the future
buildFuture = false
# include content already expired
buildExpired = false
# enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
relativeURLs = false
disableRSS = true
enableRobotsTXT = true
editor = "nano"
languageCode = "da-dk"
language = "da"
theme = "vncnt-hugo"
title = "Kristian Dahl Kærgaard"
[blackfriday]
extensions = ["hardLineBreak"]
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
[params]
author = "Kristian Dahl Kærgaard"
email = ""
description = "Personlig side og Visitkort"
bio = ""
avatar = "img/avatar.png"
favicon = "img/favicon.ico"
error404 = "There is no such page."
[params.contact]
github-square = "https://github.com/kdkaergaard"
linkedin = "https://www.linkedin.com/in/kdkaergaard"