-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (52 loc) · 1.18 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
incremental: true
highlighter: none
author: Avery Magnotti
email: [email protected]
url: https://citrusui.me
twitter: citrusui
github: https://github.com/citrusui/me
paypal: citrusui
brand_color: "#1e1e1e"
cdnjs:
url: https://cdnjs.cloudflare.com/ajax/libs
prism:
name: prism
version: 1.15.0
hash: sha256-jc6y1s/Y+F+78EgCT/lI2lyU7ys+PFYrRSJ6q8/R8+o=
prism-bash:
file: prism-bash
hash: sha256-X3YM6tquRzazP7osGUAP+f89IAGl/NPYzIyEkJn5qDU=
prism-markup:
file: prism-markup
hash: sha256-QciVGr0G0qBC7iVqTH0zo6B2h4sFTL5iyxA3vO0Mu2M=
simple-jekyll-search:
name: simple-jekyll-search
version: 1.7.0
hash: sha256-U31KL506Dkhr1NBRpFgPKiVvLXnlZhmFDPbNTbw732c=
lazysizes:
name: lazysizes
version: 4.1.4
hash: sha256-TAKkT1A7MjH+laNK0pwZ92ns2lMF7VlqJt/E5rIJ/rI=
sass:
sass_dir: _includes/scss
style: :compressed
include: ['_pages']
exclude:
- node_modules
- .hound.yml
- .sass-lint.yml
- .travis.yml
- CNAME
- firebase.json
- Gemfile
- Gemfile.lock
- LICENSE.md
- package.json
- README.md
gems:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
paginate: 4
paginate_path: "/blog/page/:num/"