-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (60 loc) · 1.26 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
# Main settings
title: Divine Kids
email: [email protected]
description: DIVINE KIDS - Game Pertama Indonesia Resmi (Officialy First Indonesian Game)
baseurl: "/www.divinekids.com" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
disqus:
# shortname: divinekids
lang: id
# Build settings
markdown: kramdown
encoding: "utf-8"
timezone: Asia/Jakarta
theme: minima
sass:
style: compressed
gems: # see Gemfile.lock list of usable gem.
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- README.md
- _games/README.md
- _comics/README.md
- _data/README.md
- script
permalink: /blog/:title
# Collections
collections:
games:
output: true
permalink: /:collection/:name
comics:
output: true
permalink: /:collection/:name
# Default values
defaults:
# Common scopes
- scope:
type: pages
values:
layout: page
- scope:
type: posts
values:
layout: post
image_path: /images/blog/
# Collections
- scope:
type: games
values:
layout: game-page
image_path: /images/gallery/
- scope:
type: comics
values:
layout: comic-page
image_path: /images/gallery/