-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (43 loc) · 786 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
# Setup
title: Krishna Narayanan
url: https://getpoole.com
paginate: 1
baseurl: ""
permalink: pretty
# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
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: Krishna Narayanan
url: https://twitter.com/mdo
email: [email protected]
# Custom vars
version: 3.0.0
# Navbar page list
nav:
- title: About
url: /about
- title: GSoC'22
url: /gsoc
- title: Contact
url: /contact
- title: Blog
url: /blog