-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·64 lines (52 loc) · 1.2 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
64
# Setup
title: Learn C With Me
description: 'A blog for tutorials on C for beginners and amateurs alike.'
url: https://ankan17.github.io
baseurl: '/learncwithme'
# About/contact
author:
name: Ankan Poddar
email: [email protected]
github_username: ankan17
# Plugins
plugins:
- jekyll-paginate
# Collections
collections:
code_like_pro:
output: true
permalink: /:collection/:title/
crazy_with_c:
output: true
permalink: /:collection/:title/
daily_problems:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: ""
type: code_like_pro
values:
layout: code_like_pro
- scope:
path: ""
type: crazy_with_c
values:
title: "Crazy With C"
layout: crazy_with_c
- scope:
path: ""
type: daily_problems
values:
title: "Daily Problems"
layout: daily_problems
# Sass settings
sass:
sass_dir: _sass
style: compressed
permalink: /:title/
paginate: 5
exclude: ["README.md"]
future: false
mathjax: true
mathjax2: false