-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (50 loc) · 1.08 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
title: "DaCubeKing's Blog"
author: "Adalie"
description: "College Student from California that loves tech and programming."
# Email / Social media user names used by the minima theme:
# All of these are optional and can be removed or commented out
email: "[email protected]"
twitter_username: "DaCubeKing"
github_username: "varun7654"
linkedin_username: "varun7654"
#facebook_username: username
#flickr_username: username
instagram_username: DaCubeKing
#pinterest_username: username
youtube_username: DaCubeKing
#googleplus_username: +username
show_excerpts: true
theme: "minima"
#rss: rss
kramdown:
syntax_highlighter_opts:
disable: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-minifier
titles_from_headings:
strip_title: true
collections: true
defaults:
- scope:
path: ""
type: post
values:
tags: Other
header_pages:
- reading.html
- archive.md
jekyll-minifier:
exclude:
- "css/index.css"
exclude:
- packages.json
- tsconfig.json
- package-lock.json
- ts_out
keep_files:
- ts_out
sass:
style: compressed
sass_dir: _sass