-
Notifications
You must be signed in to change notification settings - Fork 116
/
_config.yml
122 lines (114 loc) · 3.96 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# 1. Site Settings
title : pRoJEct-VeXEd
owner : "DeerRIDER"
url : "https://akiritsu.github.io"
baseurl : "/pRoJEct-VeXEd"
permalink : /:title/
description : "A hacker-style note-keeping website template."
markdown : kramdown
statement : "Designed by DeerRIDER, All Rights Reserved"
bgtext : "ABCFGHKLMNPQRSVWXYZabcdefghijklmnopqrstuvwxyz@#$%&*+-;/[]<>~" # texts randomly displayed in background
# 2. Your Collections
# You can specify the order shown in Archive window.
# Keep it null if you want to show items in alphabetic order.
collection_order :
[
"posts",
"math",
"album",
"physics",
"biology",
"finance",
"physics",
"my_notes",
"portfolio",
]
collections:
math:
output : true
permalink : /:collection/:title/
sort_by : date
alias : "Mathematics"
portfolio:
output : true
permalink : /:collection/:title/
order: # specify post order manually
- portfolio3.md
- portfolio2.md
- portfolio1.md
album:
output : true
permalink : /:collection/:title/
sort_by : date
physics:
output : true
permalink : /:collection/:title/
biology:
output : true
permalink : /:collection/:title/
finance:
output : true
permalink : /:collection/:title/
my_notes:
output : true
permalink : /:collection/:title/
# An alias should be given or the UNDERSCORE will appeared
alias : "My Notes"
posts:
output : true
# 3. Comment settings(disqus.com)
disqus_username : akiritsu
# 4. Default page settings (WILL BE overwriten by front-matters of a page)
defaults:
-
scope:
path : "" # an empty string here means all files in the project
values:
layout : "post" # which layout to use by default
publish : true # whether to show by default
btn_text : true # whether show button text by default
collection_list : true # whether show archive button by default
home_btn : true # whether show home by default
maximize : true # whether show maximize button by default
encrypted_text : false # whether use encrytion function by default
toc : true # whether show table of content by default
toc_level : 3 # the toc depth by default
author : "DeerRIDER" # author name by default
show_date : true # whether show date message by default
category : # category by default
post_list : false # whether show list of post by default
comment : true
footer : true # whether show footer by default
# 5. Social Media Accounts
email : "https://github.com/akiritsu/pRoJEct-VeXEd"
linkedin :
github : "just-test"
gitlab :
website : "https://github.com/akiritsu/pRoJEct-VeXEd"
twitter : "just-test"
facebook : "just-test"
instagram :
youtube : "just-test"
steam : "just-test"
weibo :
# 6. Where things are
source : .
destination : ./_site
collections_dir : collections
plugins_dir : src/_plugins # takes an array of strings and loads plugins in that order
layouts_dir : src/_layouts
data_dir : src/_data
includes_dir : src/_includes
sass:
sass_dir : src/_sass
# 7. Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
gems: [jekyll-mermaid]
# 8. Others
# Cross-Origin Resource Sharing header
webrick:
headers:
Access-Control-Allow-Origin: "*"