-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
107 lines (101 loc) · 2.23 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Site settings
title: The Medical Toolkit
email: [email protected]
description: A Doctor's Ultimate Survival Guide in the Digital Space
logo: "/assets/images/logo.png"
baseurl: ""
#url: "http://127.0.0.1:4000"
url: "https://themedicaltoolkit.com"
name: 'Dr. Biswajit Baruah'
bio: >
Hip Replacement Surgeon from Chennai.
Developer of Diagnox mobile app.
Wannabe long distance runner.
author_image: "/assets/images/author.png"
twitter_username: 0rthodoc
github_username: orthodoc
# Build settings
markdown: KramdownBigfootnotes
kramdown:
parse_block_html: true
footnote_big: true
footnote_prefix: '['
footnote_suffix: ']'
smart_quotes: lsquo,rsquo,ldquo,rdquo
gems:
- jekyll-feed
- jemoji
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-picture-tag
collections:
courses:
output: true
permalink: /courses/:path/
title: Courses
articles:
output: true
permalink: /articles/:path/
title: Articles
books:
output: true
permalink: /books/:path/
title: Books
include: ["_pages"]
exclude:
- Gemfile
- Gemfile.lock
- s3_website_sample.yml
- s3_website.yml
- License
- README.md
- node_modules
- package.json
- index_old.html
- Rakefile
- vendor
# seo
author: Dr Biswajit Baruah
twitter:
username: 0rthodoc
facebook:
publisher: medtoolkit
social:
name: Dr Biswajit Baruah
links:
- https://twitter.com/0rthodoc
- https://facebook.com/medtoolkit
- https://in.linkedin.com/in/bdbaruah
- https://plus.google.com/communities/112396621505218434918
- https://github.com/orthodoc
# Google settings
google:
tag_manager:
#container_id: GTM-N7B9NJN (AMP container)
container_id: GTM-MNSGF4R
analytics:
id: UA-88248597-1
picture:
source: "assets/images/originals"
output: "images"
markup: "picture"
presets:
default:
attr:
class: "u-max-full-width"
itemprop: "image"
ppi: [1]
source_1600:
media: "(min-width: 1600px)"
width: "1600"
source_1024:
media: "(min-width: 1024px)"
width: "1024"
source_768:
media: "(min-width: 768px)"
width: "768"
source_600:
media: "(min-width: 600px)"
width: "600"
source_default:
width: "320"