-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (38 loc) · 1.14 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
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
css_class: 'highlight'
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
paginate: 7
paginate_path: "page:num"
layout: post
permalink: /:categories/:title
excerpt_separator: "[-----]"
url: # Required: replace this with your domain
name: JYOJYO # Required: will be displayed on every page's header
title: site title # Required: site's default title
shout: # Required: **TWO** lines, will be displayed on page's header.
- i'm still hungry...
- one day one commit...
description: "Some short description on your site" # Required
disqus:
comments: true # Global toggle on/off disqus comment
shortname: unifreak # Required if you use disqus. Repalce with your disqus shortname here
google_analytics:
id: "" # Required if you use google analytics. Replace with your tracking id here
collections: # Define post series here
demo_series:
output: true
demo_series_2:
output: true
defaults:
- scope:
path: ""
values:
layout: "post"