forked from sysvm/sysvm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
88 lines (79 loc) · 1.74 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
baseURL: "https://sysvm.github.io"
languageCode: "zh-Hans"
title: "SysVM's Blog"
paginate: 10
# Site config
disqusShortname: "only0god"
defaultContentLanguage: zh-hans
languages:
zh-hans:
contentDir: content/zh-Hans
en-us:
contentDir: content/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: "reports"
url: "/reports/"
weight: 6
- name: "blogroll"
url: "/blogroll/"
weight: 7
icon:
- name: "rss"
url: "/index.xml"
weight: 1
- name: "github"
url: "https://github.com/sysvm"
weight: 2
- name: "telegram-plane"
url: "https://t.me/sysvm"
weight: 3
- name: "twitter"
url: "https://twitter.com/sysvm"
weight: 4
markup:
highlight:
style: friendly
guessSyntax: true
# Site.params
params:
smartToc: true
author: SysVM
keywords:
- Technology
- Code
- Program
- Linux
description: "An infrastructure engineer, focused on distributed storage system"
algolia:
vars: ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params: ["categories", "tags"]
taxonomies:
tag: "tags"
category: "categories"
series: "series"
summaryLength: 500
hasCJKLanguage: true
outputs:
home: ["html", "rss", "algolia"]
outputFormats:
algolia:
baseName: "algolia"
isPlainText: true
mediaType: "application/json"
notAlternative: true