generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
35 lines (31 loc) · 1015 Bytes
/
_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
title: ChengLab@UPenn
description: >-
For introducing new people to the lab and storing our Standard Operation Procedures (SOP).
theme: just-the-docs
color_scheme: dark
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://yuyanchenglab.github.io/lab-manual" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username:
github_username: yuyanchenglab
# permalink: pretty
aux_links:
Source: https://github.com/yuyanchenglab/lab-manual
# 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
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