-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (43 loc) · 988 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
title: Today I Learned
html_title: "TIL - Your Daily Learning Notes" # This will be used in the browser tab
site_name: "Today I Learned" # This will be used in the header and footer
description: A collection of things I learn day to day
baseurl: "/til-template" # Change this to your repo name if not using custom domain
url: "https://irfansp.dev" # Change this to your site URL
# Build settings
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