-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (47 loc) · 977 Bytes
/
_config.yml
File metadata and controls
55 lines (47 loc) · 977 Bytes
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
title: StackToHeap
email: manojlds@gmail.com
description: >
StackToHeap: No Overflow
baseurl: ""
url: "https://stacktoheap.com"
permalink: /blog/:year/:month/:day/:title/
twitter_username: manojlds
github_username: manojlds
markdown: kramdown
disqus_short_name: stacktoheap
disqus_show_comment_count: true
google_analytics_tracking_id: UA-35693303-1
plugins:
- jekyll-archives
- jekyll-sitemap
- jekyll-postcss
- jekyll-assets
postcss:
cache: false
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- package.json
- package-lock.json
- postcss.config.js
- tailwind.config.js
- yarn.lock
- build.sh
- deploy.sh
jekyll-archives:
enabled:
- categories
- tags
- year
layouts:
tag: 'category'
category: 'category'
year: 'archive'
permalinks:
year: '/archives/:year/'
month: '/archives/:year/:month/'
day: '/archives/:year/:month/:day/'
tag: '/tags/:name/'
category: '/categories/:name/'