-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
54 lines (49 loc) · 1.07 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
title: Practice Problems
email: [email protected]
baseurl: "/practice_problems"
url: "https://mids-w203.github.io/practice_problems"
github_username: sushovan4
markdown: GFM
highlighter: rough
commonmark:
options: ["SMART", "FOOTNOTES", "UNSAFE"]
extensions: ["strikethrough", "autolink", "table"]
comments:
provider: giscus
giscus:
repo: "mids-w203/practice_problems"
repo-id: "MDEwOlJlcG9zaXRvcnkzMjIzNjQwMDk="
category: "General"
category-id: "DIC_kwDOEzbiac4CUBQk"
mapping: "pathname"
reaction-enabled: "1"
theme: "light"
crossorigin: "anonymous"
# Build settings
theme: minima
plugins:
- jekyll-feed
collections:
categories:
output: true
sort_by: index
problems:
output: true
sort_by: title
levels:
output: false
defaults:
-
scope:
path: ""
type: "categories"
values:
layout: category
-
scope:
path: ""
type: "problems"
values:
layout: problem
level: 0
index: 1000