-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
50 lines (48 loc) · 1.23 KB
/
hugo.yml
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
baseURL: "https://example.org/"
title: rmd
paginate: 5
theme: [PaperMod]
params:
profileMode:
enabled: true
title: "hi, i'm raymond!" # optional default will be site title
subtitle: "welcome to my blog/personal website"
# imageUrl: "<image link>" # optional
# imageTitle: "insert image of me here" # optional
imageWidth: 150 # custom size
imageHeight: 150 # custom size
buttons:
- name: archives
url: "/archives"
# - name: Github
# url: "https://github.com/"
# socialIcons:
# - name: "<platform>"
# url: "<link>"
# - name: "<platform 2>"
# url: "<link2>"
socialIcons:
- name: linkedin
title: my linkedin!
url: "https://www.linkedin.com/in/rzlin/"
- name: github
title: my github!
url: "https://github.com/danknessdra"
menu:
main:
- identifier: posts
name: posts
url: /posts/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: archive
name: archives
url: /archives/
weight: 30
- identifier: resume
name: resume
url: /resume.pdf
weight: 40