-
Notifications
You must be signed in to change notification settings - Fork 31
/
_config.yml
100 lines (89 loc) · 1.96 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Site settings
author: Kimfucious
baseurl: ""
brand: Sakura
copyright: abts.io
description: A clean Jekyll theme with baked in Bootstrap 4, responsive images, and more...
email: example@example.com
title: Sakura Jekyll Theme
url: "https://sakura.abts.io"
# Not using because Gulp is now processing SCSS
# sass:
# sass_dir: css
# style: compressed
# Algolia Search
algolia:
application_id: 4P42FOBOZA # Use your (non-admin) search only api key here.
index_name: sakura #Use an index you created on Algolia.
# Collections
collections:
docs:
output: true
permalink: "/:collection/:path/"
posts:
output: true
permalink: "/:collection/:title/"
# Defaults : these allow you to set default values for front matter
defaults:
- scope:
path: "_posts"
type: posts
values:
layout: post
type: post
- scope:
path: "pages"
type: pages
values:
layout: default
- scope:
path: "_docs"
type: docs
values:
layout: post
type: doc
# Exclude from Jekyll processing
exclude: [
"_assets",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"node_modules",
"package.json",
"publish.sh",
"yarn-error.log",
"yarn.lock"
]
# Pagination (using jekyll-paginate-v2)
pagination:
enabled: true
per_page: 4
paginate_path: "/page:num"
sort_reverse: true
title: ":title"
trail:
before: 2
after: 2
# Plugins
plugins: [jekyll-paginate-v2, jemoji, jekyll-sitemap, jekyll-seo-tag]
# SEO
social:
name: Kimfucious
links:
- https://github.com/kimfucious
- https://www.linkedin.com/in/kimaford/
webmaster_verifications:
google: uubLfpcORmDWkM8pI-yKODVVZD3VSpUYFSwkQJcOuZE
# Social icons
show_social_icons: true
facebook_username:
github_username: kimfucious
googleplus_username:
linkedin_username: kimaford
slack_username:
twitter_username:
# Syntax highlighting <= disables built-in highlighter so that we can use Prism
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM