-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
67 lines (67 loc) · 1.44 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
baseURL: "https://eric.swiftzer.net/"
defaultContentLanguage: zh-tw
languages:
zh-tw:
weight: 1
title: EricLog
theme: PaperMod
permalinks:
posts: /:year/:month/:filename/
pygmentsUseClasses: true
hasCJKLanguage: true
rssLimit: 10
googleAnalytics: G-D93F946T73
disqusShortname: efilm
markup:
goldmark:
renderer:
unsafe: true
highlight:
codeFences: true
guessSyntax: true
lineNos: false
menu:
main:
- name: Fonts
url: fonts/
weight: 10
- name: Archives
url: archives/
weight: 20
- name: Tags
url: tags/
weight: 30
- name: About
url: about/
weight: 50
taxonomies:
tag: tags
params:
env: production
defaultTheme: auto
homeInfoParams:
Title: Eric Li
Content: Android app developer
socialIcons:
- name: telegram
url: "https://telegram.me/ericksli"
- name: x
url: "https://twitter.com/ericksli"
- name: instagram
url: "https://www.instagram.com/ericksli"
- name: 500px
url: "https://500px.com/ericksli"
- name: medium
url: "https://medium.com/@ericksli"
- name: github
url: "https://github.com/ericksli"
- name: linkedin
url: "https://www.linkedin.com/in/ericksli/"
- name: googleplaystore
url: "https://play.google.com/store/apps/dev?id=7993122800343932498"
assets:
disableHLJS: true
comments: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true