-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (80 loc) · 2.13 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
# Site settings
title: "Vietfarm Solutions - Open source software for developing world hospitals"
title_credits: "HospitalRun"
email: "hello@hospitalrun.io"
description: "Free, easy-to-use software for developing world healthcare."
keywords: "hospitalrun, nodejs, react, offline-first application, docker, modern hospital information system"
baseurl: ""
url: "https://hospitalrun.io"
cover_image: "https://hospitalrun.io/img/bg-img-patients.jpg"
# facebook: "https://www.facebook.com"
twitter: "https://twitter.com/hospitalrun"
github: "https://github.com/HospitalRun/"
linkedin: "https://www.linkedin.com/company/27045539"
youtube: "https://www.youtube.com/channel/UCkHnYX7XQlam77j4Wx6NJCA"
## Theme Options
twitter_username: hospitalrun
github_username: hospitalrun
# Build settings
markdown: kramdown
theme: jekyll-theme-minimal
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-archives
- jekyll-extract-element
- jekyll-seo-tag
# Tag Options
tag_page_layout: tag_page
tag_page_dir: tag
permalink: /blog/:title/
collections:
team_members:
output: true
permalink: /team_members/:path/
testimonials:
output: true
permalink: /testimonials/:path/
# docs:
# output: true
# permalink: /docs/:title/
###################################################################
# Site configuration for the Jekyll 2 Pagination Gem
###################################################################
pagination:
enabled: true
debug: false
collection: "posts"
per_page: 5
permalink: "/pages/:num/" # Pages are simple html files
title: ":title - page :num"
limit: 0
sort_field: "date"
sort_reverse: true
category: "posts"
tag: ""
locale: ""
trail:
before: 2
after:
extension: "html"
indexpage: "index"
autopages:
enabled: true
collections:
layouts:
- "tag_page.html"
title: " :coll" # :coll is replaced by the collection name
permalink: "/:coll/"
tags:
layouts:
- "tag_page.html"
title: ":tag" # :tag is replaced by the tag name
permalink: "/tag/:tag"
slugify:
mode: "pretty"
case: false
feed:
collections:
posts:
path: "/index.xml"