forked from ajitjohnson/ajitjohnson.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (46 loc) · 1.31 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
name: Ajit Johnson Nirmal
description: Cancer Geneticist,<a href="https://scholar.harvard.edu/ajitjohnson" target="_blank"> Harvard University </a>| Voicing for evidence based policies to preserve our species for another million years.
meta_description: "Cancer Geneticist @ Harvard University"
aboutPage: true
highlighter: rouge
markdown: kramdown
kramdown:
# use Github Flavored Markdown
input: GFM
auto_ids: true
syntax_highlighter: rouge
# do not replace newlines by <br>s
hard_wrap: false
plugins: [jekyll-paginate]
paginate: 20
domain_name: 'https://ajitjohnson.com'
google_analytics: 'UA-87347639-1'
disqus: true
disqus_shortname: 'ajitjohnson-com'
# Details for the RSS feed generator
url: 'https://ajitjohnson.com'
author: 'Ajit Johnson Nirmal'
authorTwitter: 'ajitjohnson_n'
permalink: /:title/
plugins:
- jekyll-sitemap
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
is_post: true # automatically set is_post=true for all posts
-
scope:
path: ""
type: drafts
values:
layout: post