-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (33 loc) · 832 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
# Identifying/contact information.
name: thehalfyak
baseurl: https://chiragbharadwaj.github.io
url: https://www.thehalfyak.pro
github: https://github.com/chiragbharadwaj/chiragbharadwaj.github.io
# Markdown configuration (using `kramdown` instead of `rdiscount`).
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: true
smart_quotes: lsquo,rsquo,ldquo,rdquo
entity_output: symbolic
math_engine: katex
highlighter: rouge
# Files and directories to include/exclude when building the static site.
include:
- _assets
- _data
exclude:
- .gitignore
- CNAME
# Default scoping rules for posts/drafts in the blog structure.
defaults:
- scope:
path: ""
type: posts
values:
layout: post
- scope:
type: pages
values:
permalink: /:path/:basename:output_ext