-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
92 lines (86 loc) · 2.33 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
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
baseURL: https://kaveland.no/
relativeURLs: true
languageCode: en-us
title: Robin's blog
theme: PaperMod
enableEmoji: true
enableRobotsTXT: true
params:
title: Robin's blog
author: Robin Kåveland
DateFormat: "January 2, 2006"
defaultTheme: auto
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowShowBreadCrumbs: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
homeInfoParams:
title: "Welcome to my blog"
Content: |
Sometimes, I feel the need to write, and this is a place where I can share what I write
with others. I hope you find something interesting here. To learn more about me, you can
visit the [about](/about/) page, or perhaps you want to take a look at my
[projects](/projects/).
socialIcons:
- name: x
url: "https://x.com/robinkaveland"
- name: github
url: "https://github.com/kaaveland"
- name: linkedin
url: "https://www.linkedin.com/in/robin-kåveland-8157a5a6"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
editPost:
URL: "https://github.com/kaaveland/kaaveland.github.io/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
menu:
main:
- identifier: about
name: about
url: /about/
weight: 10
- identifier: projects
name: projects
url: /projects/
weight: 20
- identifier: eugene
name: eugene
url: /eugene/
weight: 25
- identifier: tags
name: tags
url: /tags/
weight: 30
- identifier: archives
name: archives
url: /archives/
weight: 40
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
goldmark:
renderer:
# This is in order to allow `<div>` in some markdown posts
unsafe: true
highlight:
noClasses: false
anchorLineNos: true
codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai