forked from lazysheep666/terminal_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (63 loc) · 1.35 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
# html lang
language: zh-Hans
# main menu navigation
menu:
Home: /
About: /about
Tags: /tags
# customize your terminal panel
terminal:
#Home
Blog:
purpose:
typ: string
val: Sharing something interesting in my limited life.
author:
typ: string
val: LazySheep
more:
typ: link
val: check here
url: https://github.com/lazysheep666/lazysheep666.github.io
#About
Sheep:
locations:
typ: array
val: Beijng Chongqing
education:
typ: string
val: BUPT
interests:
typ: array
val: coding basketball sleeping reading
github:
typ: link
val: github.com/lazysheep666
url: https://github.com/lazysheep666
#Tags
Tags:
#Post
Post:
#social media
#name: url
social:
# github: https://github.com/lazysheep666
# weibo: https://weibo.com/u/5318061001
# 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