-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathconfig.yaml
78 lines (70 loc) · 1.35 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
baseURL: "https://xuanwo.io"
languageCode: "en-US"
title: "Xuanwo's Blog"
defaultContentLanguage: en-us
menu:
footer:
- name: "about"
url: "/about"
weight: 1
- name: "archives"
url: "/archives/"
weight: 2
- name: "categories"
url: "/categories/"
weight: 3
- name: "tags"
url: "/tags/"
weight: 4
- name: "series"
url: "/series/"
weight: 5
- name: "links"
url: "/links/"
weight: 6
- name: "blogroll"
url: "/blogroll/"
weight: 7
icon:
- name: "rss"
url: "/index.xml"
weight: 1
- name: "github"
url: "https://github.com/Xuanwo"
weight: 2
- name: "telegram-plane"
url: "https://t.me/xuanwo_tweets"
weight: 3
- name: "twitter"
url: "https://twitter.com/OnlyXuanwo"
weight: 4
markup:
highlight:
style: friendly
guessSyntax: true
goldmark:
extensions:
typographer:
disable: true
renderer:
unsafe: true
# Site.params
params:
smartToc: true
author: Xuanwo
keywords:
- Technology
- Code
- Program
- Linux
description: "Achieving Data Freedom Through Open Source and Rust"
taxonomies:
tag: "tags"
category: "categories"
series: "series"
summaryLength: 500
hasCJKLanguage: true
outputs:
home: ["html", "rss"]
pagination:
pagerSize: 10