forked from obsgynae/obsgynae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
81 lines (64 loc) · 2.69 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
title: Obsgynae
description: Obstetrics and gynacology resources to help provide the best in patient care
baseurl: "obsgynae" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
remote_theme: just-the-docs/just-the-docs
permalink: pretty
# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/obsgynae-03-logowide.png"
# Enable or disable the site search
search_enabled: true
# Set the search token separator for hyphenated-word search:
search_tokenizer_separator: /[\s/]+/
# Enable or disable heading anchors
heading_anchors: true
# Aux links for the upper right navigation
aux_links:
"Obsgynae on GitHub":
- "https://github.com/obsgynae"
aux_links_new_tab: true
# Sort order for navigation links
nav_sort: case_sensitive # Capital letters sorted before lowercase
# Include links to parent and sibling pages when showing the automatic TOC. Default is false
nav_next_prev: true
# Caching navigation links
nav_cache: true # default, equivalent to nil
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
footer_content: "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. <br>Theme copyright © 2017-2019 Patrick Marsceill. Distributed by an <a href=\"https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt\">MIT license.</a>"
# Color scheme currently only supports "dark" or nil (default)
color_scheme: nil
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
# ga_tracking: #UA-2709176-10
plugins:
- jekyll-seo-tag
- jekyll-include-cache
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
# Define Jekyll collections
collections:
clinical-resources:
permalink: "/:collection/:path:output_ext"
output: true
TheObsgynaePod:
permalink: "/:collection/:path:output_ext"
output: true
just_the_docs:
clinical-resources:
tests:
name: Clinical resources
nav_fold: true
TheObsgynaePod:
name: TheObsgynaePod
nav_fold: true
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false