-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
executable file
·117 lines (104 loc) · 3.06 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
title: Kern's Dev Notes
title_separator: "|"
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Random notes from a random developer. Likely to be focused around C++ and Python.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://kernhanda.github.io" # the base hostname & protocol for your site, e.g. http://example.com
github_username: kernhanda
name: "Kern Handa"
repository: "kernhanda/kernhanda.github.io"
google_site_verification: "MPJ8HeQZAZf7izYuEe1MjQXYuQ0DMO0E-mLtCmw1i9c"
bing_site_verification: "364EFC6B464F12957512D2B310F4B3D6"
author:
name: "Kern Handa"
avatar: https://avatars0.githubusercontent.com/u/1303719
bio: I’m a developer at Microsoft Research, working on <u><a href="https://github.com/microsoft/ell">ELL</a></u>.
location: WA, USA
linkedin: kernhanda
github: kernhanda
comments:
provider: "staticman_v2"
staticman:
branch: "master"
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: "America/Los_Angeles"
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
minimal_mistakes_skin: "contrast"
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-sitemap
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-sitemap
defaults:
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
share: true
comments: true
compress_html:
clippings: all
ignore:
envs: development
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"