-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
57 lines (49 loc) · 1.26 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
# Site Settings
theme: jekyll-theme-minimal
title: neuralmancers
description: Summary of papers presented by Zohoites
# Build settings
markdown: kramdown
remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
breadcrumbs : false # true, false (default)
words_per_minute : 200
search : true # true, false (default)
search_full_content : true # true, false (default)
author: NeuralMancers
# Outputting
permalink: /:title/
paginate: 10 # amount of posts to show
paginate_path: /page:num/
timezone: "Asia/Calcutta" # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
include:
- _pages
# Plugins (previously gems:)
plugins:
- jekyll-include-cache
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
mathjax: true
author_profile: true
read_time: false
comments: true
share: false
related: false
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/