-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
40 lines (35 loc) · 831 Bytes
/
hugo.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
baseURL: https://peacewang017.github.io
languageCode: en-us
title: Jason's blog
# theme
theme: ["PaperModX"]
# Home-Info Mode
params:
# table of content
showtoc: true
tocopen: true
TocSide: 'left'
homeInfoParams:
Title: Hi there
Content: My name is Jason Luo, welcome to my blog.
socialIcons: # optional
- name: "github"
url: "https://github.com/peacewang017"
- name: "zhihu"
url: "https://zhihu.com/people/peace-wang-56"
- name: "bilibili"
url: "https://space.bilibili.com/1148166118?spm_id_from=333.337.0.0"
menu:
main:
- identifier: archive
name: Archive
url: /archives/
weight: 10
- identifier: categories
name: Categories
url: /categories/
weight: 20
- identifier: tags
name: Tags
url: /tags/
weight: 30