-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (39 loc) · 767 Bytes
/
_config.yml
File metadata and controls
50 lines (39 loc) · 767 Bytes
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
# site settings
title: Rutu Mulkar
description: ""
taglong: lifelong student, in pursuit of knowledge
# tagshort: Jekyll theme
# url: https://cvless.netlify.app
baseurl: ""
# permalink: pretty
# repo: https://github.com/username/username.github.io
# author settings
author:
name: Rutu Mulkar
email: me@rutumulkar.com
photo: /assets/photo.jpg
# build settings
exclude:
- LICENSE
- README.md
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-sitemap
whitelist:
- jekyll-sitemap
sass:
sass_dir: _sass
sourcemap: never
feed:
path: atom.xml
autopages:
enabled: false
# pagination:
# enabled: true
# per_page: 1
# sort_reverse: true
# permalink: /:num/
# title: ":title · Page :num"