-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
191 lines (172 loc) · 4.35 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# Site settings
title: "Chenna Kautilya ~ /home/hashb"
title_body: '/home/hashb'
description: 'Chenna Kautilya | Makes Robots Move'
name: 'Chenna Kautilya''s home on the Internet'
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://chenna.me' # the base hostname & protocol for your site
repo_url: 'https://github.com/hashb/chenna.me'
timezone: UTC
paginate: 4
paginate_path: '/blog/page:num/'
permalink: '/blog/:year/:month/:day/:title/'
excerpt_separator: <!-- more -->
collections:
projects:
output: true
permalink: '/work/:year/:month/:title/'
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
math_engine: mathjax
syntax_highlighter: rouge
gfm_quirks: paragraph_end
future: true
jailed: false
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
- jekyll-feed
- jekyll-redirect-from
# remote_theme: hashb/california
incremental: false
jekyll_compose:
default_front_matter:
posts:
last_modified_at:
tags:
published: true
# TODO: Uncomment this when https://github.com/jekyll/jekyll-feed/pull/321 is merged
# feed:
# tags:
# except:
# - "Captain's log"
author:
name: Chenna Kautilya
rss: true
mail: [email protected]
twitter: kautilyach
github: hashb
youtube: kautilyach
linkedin: kautilyach
# Social
twitter_username: 'kautilyach'
github_username: 'hashb'
linkedin_username: 'kautilyach'
twitter:
username: kautilyach
social:
name: Chenna Kautilya
links:
- https://twitter.com/kautilyach
- https://www.linkedin.com/in/kautilyach
- https://github.com/hashb
- https://keybase.io/hashb
port: 4000
prose:
rooturl: '_posts'
siteurl: 'https://chenna.me/'
media: 'assets/uploads'
ignore:
- index.html
- _config.yml
- /_layouts
- /_includes
- /_plugins
- /_sass
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
value: ""
- name: "tags"
field:
element: "multiselect"
label: "Tags"
value: ""
alterable: true
options:
- name: "Community"
value: "Community"
- name: "Data"
value: "Data"
- name: "Design"
value: "Design"
- name: "Docker"
value: "Docker"
- name: "Documentation"
value: "Documentation"
- name: "How To"
value: "How To"
- name: "Kaggle"
value: "Kaggle"
- name: "Link"
value: "Link"
- name: "Linux"
value: "Linux"
- name: "Machine Learning"
value: "Machine Learning"
- name: "Maths"
value: "Maths"
- name: "Optimization"
value: "Optimization"
- name: "Photos"
value: "Photos"
- name: "Productivity"
value: "Productivity"
- name: "Puzzles"
value: "Puzzles"
- name: "Python"
value: "Python"
- name: "Random"
value: "Random"
- name: "Realtime"
value: "Realtime"
- name: "Robotics"
value: "Robotics"
- name: "Rust"
value: "Rust"
- name: "Slice of Life"
value: "Slice of Life"
- name: "Strava"
value: "Strava"
- name: "Systems"
value: "Systems"
- name: "Tech"
value: "Tech"
- name: "TIL"
value: "TIL"
- name: "Tools"
value: "Tools"
- name: "Weekly"
value: "Weekly"
- name: "Windows"
value: "Windows"
- name: "date"
field:
element: "text"
label: "Date (YYYY-MM-DD HH:MM:SS)"
value: CURRENT_DATETIME
- name: "last_modified_at"
field:
element: "text"
label: "Date (YYYY-MM-DD HH:MM:SS)"
value: CURRENT_DATETIME
- name: "published"
field:
element: "checkbox"
label: "Published"
value: true
- name: "external-url"
field:
element: "text"
label: "Link"
value: ""