-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.yaml
More file actions
64 lines (57 loc) · 1.22 KB
/
Copy pathhugo.yaml
File metadata and controls
64 lines (57 loc) · 1.22 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
baseURL: https://sjoerdev.github.io
languageCode: en-us
title: Sjoerd Wouters
theme: ["PaperMod"]
enableEmoji: true
mainsections: ["posts", "papermod"]
menu:
main:
- name: Blog
url: posts
- name: Resume
url: resume
- name: Projects
url: projects
params:
env: production
defaultTheme: dark
disableThemeToggle: true
hideFooter: true
ShowShareButtons: false
ShowReadingTime: false
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
assets:
favicon: "assets/favicon.svg"
profileMode:
enabled: true
title: Sjoerd Wouters
subtitle: Software Developer
buttons:
- name: Blog
url: posts
- name: Resume
url: resume
- name: Projects
url: projects
socialIcons:
- name: discord
url: "https://discordapp.com/users/906668622099927041"
- name: github
url: "https://github.com/sjoerdev"
- name: email
url: "mailto:sjoerdwouters2004@gmail.com"
- name: phone
url: "tel:+31628860939"
markup:
goldmark:
renderer:
unsafe: true
highlight:
codeFences: true
noClasses: false