-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path_config.yml
55 lines (45 loc) · 1.22 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
markdown: kramdown
highlighter: rouge
#incremental: true
excerpt_separator: "\n" # for windows only, the default value is "\n\n".
sass:
sass_dir: assets/css
style: compressed
plugins:
- jekyll-seo-tag
permalink: /blog/:year/:month/:day/:title/
# Setup
mywebsite:
url: https://jojozhuang.github.io
title: Computer Science
subtitle: Data Structure, Algorithm, Angular, React, etc.
logo: /assets/assets/website-logo.png
#theme: jekyll-theme-cayman
# rss
rsstitle: CS Geek
author:
name: 'Johnny'
email: '[email protected]'
collections:
algorithm:
output: true
permalink: /:collection/:name/
programming:
output: true
permalink: /:collection/:name/
architecture:
output: true
permalink: /:collection/:name/
cloud:
output: true
permalink: /:collection/:name/
tutorial:
output: true
permalink: /:collection/:name/
project:
output: true
exclude: ["vendor", "_obsolete", "templates", "Gemfile", "Gemfile.lock"]
#exclude: ["note", "vendor", "favorite.html", "_obsolete", "templates", "Gemfile", "Gemfile.lock"]
#https://sacha.me/articles/jekyll-rouge/
#https://github.com/ZhengshuaiPENG/zhengshuaipeng.github.io/blob/master/_config.yml
#https://jekyllrb.com/docs/permalinks/