-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
62 lines (50 loc) · 1.58 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
58
59
60
61
62
# Site Info
title: "A Simple Collection"
description: "Collection of Notes!"
#google_verify: # Put your Google Verification here
# google_analytics: # Put your Google Analytics codo
# Author Info
author_name: "Vara Prasad B" # Your name here
author_email: [email protected] # Your email here
# author_gravatar: # Your Gravatar md5 hash here for logo
twitter_username: S3v3ru5 # Your Twitter username here
github_username: S3v3ru5_ # Your GitHub username here
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
permalink: /notes/:title # Post permalink
timezone: Asia/Calcutta # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
mathjax: true # enables support for mathjax - set to false to disable
# Disqus Comments
# disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
# shortname:
# Site Build
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
gems:
- jekyll-sitemap
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"
theme: jekyll-theme-cayman