generated from irfansofyana/til-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (44 loc) · 1003 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
37
38
39
40
41
42
43
44
45
46
47
48
title: Irfan's TILs
html_title: "Irfan's TILs" # This will be used in the browser tab
site_name: "Irfan Sofyana Putra: TILs" # This will be used in the header and footer
description: Things I have learned. You can also check out brain.irfansp.dev
baseurl: "/" # Change this to your repo name if not using custom domain
url: "https://til.irfansp.dev" # Change this to your site URL
# Build settings
future: true
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-seo-tag
# Collection settings
collections:
til:
output: true
permalink: /til/:categories/:title/
# Default layouts
defaults:
- scope:
path: ""
type: "til"
values:
layout: "post"
- scope:
path: "index.html"
values:
layout: "default"
- scope:
path: ""
values:
layout: "default"
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .git/
- .github/
- .gitignore