-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
75 lines (60 loc) · 1.54 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
66
67
68
69
70
71
72
73
74
75
# Site settings
title: Title of my website
email: email@example.com
description: > # this means to ignore newlines until "baseurl:"
Apricot is a theme for Jekyll.
baseurl: "" # the subpath of your site, e.g. /blog/
#url: "http://yourdomain.com" # the base hostname & protocol for your site
url: "" # the base hostname & protocol for your site
#twitter_username: ""
github_username: ""
# permalink is set to /title/, as it works best with NVTool
# This may break Page, but so far so good?
permalink: /:title/
#TODO: uncomment these on production
#sass:
# style: :compressed
#jekyll server setting (optional)
# port: 80
host: 0.0.0.0
#flickr:
# api_key: "Flickr API KEY Here"
# sumome: "ID # HERE"
# highlight.js: to enable it, set it to "true"
highlight_js: true
# pagination
# gems: [jekyll-paginate]
gems:
- jekyll-paginate
paginate: 5
# number of items per list in page, default: 5
paginate_path: "/index:num/"
# Build settings
markdown: kramdown
# defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
#author: "Daniel Kim"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
#author: "Daniel Kim"
exclude: ["Guardfile","*.sh", "*.yml"]
# TOC Generator setting
contentsLabel: "Table of Contents"
minItemsToShowToc: 2
# Custom Vars for Apricot Theme
# header banner image file, found in /img/ directory
# header_img: header_book1.jpg
header_img: header1.jpg
# TODO: maybe?
#number_of_column: 1
# either 1 or 2 at this time. Default: 1