generated from McMasterRS/learning_module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (55 loc) · 2.59 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
title: Research Software and Research Impact # *** Enter learning module title here
github_repo_url: "https://mcmasterrs.github.io/lm_rs-impact" # ***Enter learning module URL (in github pages) here
gh_edit_repository: "https://github.com/McMasterRS/lm_rs-impact" #*** ENTER the github URL for your repo
subtitle: "Research Software Development Learning Module - Research Software and Research Impact"
favicon_ico: "https://raw.githubusercontent.com/McMasterRS/learning_module-template/main/assets/img/favicon.ico"
nav_footer_logo_bottom: "https://raw.githubusercontent.com/McMasterRS/learning_module-template/main/assets/img/logo.png"
nav_footer_logo_bottom_href: "https://research.mcmaster.ca/home/support-for-researchers/research-resources/research-software-development/"
nav_footer_logo_top: ""
nav_footer_logo_top_href: ""
# _____ _ _ _ _ _
# | ____| __| | (_) | |_ / \ | |__ ___ __ __ ___
# | _| / _` | | | | __| / _ \ | '_ \ / _ \ \ \ / / / _ \
# | |___ | (_| | | | | |_ / ___ \ | |_) | | (_) | \ V / | __/
# |_____| \__,_| |_| \__| /_/ \_\ |_.__/ \___/ \_/ \___|
navigation: true
remote_theme: scds/jtd-mcmaster
color_scheme: mcmaster
# Heading anchor links appear on hover over h1-h6 tags in page content
# allowing users to deep link to a particular heading on a page.
# Supports true (default) or false
heading_anchors: true
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# 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 "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "View this content on GitHub"
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
license_url: "http://creativecommons.org/licenses/by/4.0/"
license_name: "Creative Commons Attribution 4.0 International License"
license_image_url: "https://i.creativecommons.org/l/by/4.0/88x31.png"
# Callout titles an colors
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red