-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_config.yml
91 lines (75 loc) · 1.72 KB
/
_config.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
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
89
90
# html lang
language: zh-Hans
# main menu navigation
menu:
Home: /
Tags: /tags
Categories: /categories
About: /about
# customize your terminal panel
terminal:
home:
- pwd:
cmd: ssh BLOG_URL
outputs:
- text: Welcome to BLOG_NAME
- text: "xxx"
tags:
categories:
about:
- pwd:
cmd: whoami
outputs:
- text: AUTHOR_NAME
ending: "@"
- type: url
url: https://github.com/AUTHOR_NAME
text: GitHub
- pwd:
cmd: whereis me
outputs:
- text: "me: location"
- pwd:
cmd: man AUTHOR_NAME
outputs:
- text: "AUTHOR_NAME(1)"
- text: ""
- text: "NAME"
- text: "SELFINTRODUCTION - xxx"
- text: ""
- text: "DESCRIPTION"
- text: "Interests: xxx"
- text: "Email: xxx"
- text: "xxx"
post:
Links:
xxx: https://xxx
xxx: https://xxx
# disqus: disqus_name
utterances: xxx/blog_comments
license:
name: CC-BY-SA 4.0
url: https://creativecommons.org/licenses/by-sa/4.0/
# social media
# name: url
social:
# github: https://github.com/xxx
# Miscelaneous
favicon: /favicon.ico
# stylesheets loaded in the <head>
stylesheets:
- /css/index.css
# scripts loaded in the end of the body
scripts:
- /js/nav.js
- /js/scroll.js
- /js/index.js
# the third-party loaded in the head
third_party:
js:
jquery: /js/third-party/jquery.min.js
velocity: /js/third-party/velocity.min.js
velocity-ui: /js/third-party/velocity.ui.min.js
css:
# font-awsome: https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
font-awsome: https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css