-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
50 lines (42 loc) · 898 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
# Test settings
lsi: false
#
# Site settings
title: Openedoo | Blog
description: ""
#url: "http://blog.openedoo.org"
author:
name: "Openedoo Team"
email: "[email protected]"
url: "http://www.openedoo.org"
exclude: [vendor]
# Build settings
baseurl: "" # Change this to your relative path (ex: /blog/), or leave just a /
openedoo_url: http://openedoo.org/
markdown: kramdown
source: .
#destination: ./_site
permalink: /:title/
paginate: 5
paginate_path: /page:num/
# Default values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
gems:
- jekyll-multiple-languages-plugin
- jekyll-paginate
# Custom variables
version: "1.1.0"
# Options
custom_header: false
custom_nav_footer: false
reverse: false
# multiple-languages
languages: ["en","id"]
exclude_from_localizations: ["javascript", "images", "css", "scripts", "favicon.ico"]