-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
62 lines (52 loc) · 994 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Setup
title: Maths Club
description: CGS Maths Club Content Repository
github: [metadata]
url: "https://cgs-math.github.io"
baseurl: "/club"
markdown: kramdown
paginate: 1
permalink: pretty
copyright: Garv Shah
collections:
posts:
output: true
permalink: /posts/:title
# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
- jekyll-feed
# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- vendor/bundle
sass:
sass_dir: _sass
style: :compressed
# Options
# Replace this value and uncomment to enable Google Analytics tracking
# ga_analytics: UA-000000-0
# Specify the author for blog posts
author:
name: Garv Shah
url: https://garv-shah.github.io
email: [email protected]
# Custom vars
version: 1.0.0
# Navbar page list
nav:
- title: Home
url: https://cgs-math.github.io/club
kramdown:
math_engine: katex
feed:
posts_limit: 500
excerpt_only: true