-
-
Notifications
You must be signed in to change notification settings - Fork 152
/
_config.yml
50 lines (35 loc) · 812 Bytes
/
_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
### your site title here
title: Hagura - Light!
# disabled because we are using a custom domain
#baseurl: /hagura # name of the repository
email: your@email.com
highlighter: rouge
permalink: /:title/
paginate: 4
paginate_path: /page:num/
# Tracker
analytics: UA-83979019-4
# Comments
disqus-shortname: webjeda-demo
#optimization
#compress.html
compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
sass:
sass_dir: /assets/css/_sass
style: compressed
include:
- _pages
exclude:
- README.md
- LICENSE.md
plugins:
- jekyll-seo-tag
- jekyll-paginate