-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (84 loc) · 2.79 KB
/
mkdocs.yml
File metadata and controls
90 lines (84 loc) · 2.79 KB
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
site_name: Sage M. Wright
theme:
name: landing
favicon: assets/favicon-16x16.png
avatar: assets/android-chrome-512x512.png # temporary -- replace with photo or something
tagline: |
she/her | Senior Bioinformatics Developer
socials:
- label: Email
link: mailto:[email protected]
icon: at
- label: GitHub
link: https://github.com/sage-wright
icon: [brands, github]
- label: ORCiD
link: https://orcid.org/0000-0002-0735-5504
icon: [brands, orcid]
- label: Google Scholar
link: https://scholar.google.com/citations?user=b_oeT_MAAAAJ&hl=en
icon: [brands, google-scholar]
- label: LinkedIn
link: https://www.linkedin.com/in/sagewright/
icon: [brands, linkedin]
header_layout:
- title
- avatar
- tagline
- socials
border_left: 2px solid var(--primary)
avatar_size: 12rem
# round_avatar: true
# if 0: hide toc; 1: show top level; 2: show top level and when hovering, those beneath
toc_level: 2
# colors- the defining colors of the theme; used for link colors, borders, and hover effects
primary_color: "#dc8a78" # tagline, line on side (used by border_left)
secondary_color: "#209fb5" # headers
tertiary_color: "#40a02b" # hover
# shades - various shades of white/black to use for background and faint outlines. they get darker/lighter from base to overlay respectively
base_color: "#eff1f5"
mantle_color: "#e6e9ef"
crust_color: "#dce0e8"
overlay_color: "#9ca0b0"
# text - one for the majority of the texxt, and the other for text over a highlighted background
text_color: "#4c4f69"
hltext_color: var(--base)
# background-specific text - defines the text color when against that color
primary_text_color: var(--hltext)
secondary_text_color: var(--hltext)
tertiary_text_color: var(--hltext)
base_text_color: var(--text)
mantle_text_color: var(--text)
crust_text_color: var(--text)
overlay_text_color: var(--hltext)
# the following are the same as above, but for dark mode
# colours (dark)
primary_color_dark: "#b4befe"
secondary_color_dark: "#f5e0dc"
tertiary_color_dark: "#94e2d5"
# shades (dark)
base_color_dark: "#1e1e2e"
mantle_color_dark: "#181825"
crust_color_dark: "#11111b"
overlay_color_dark: "#6c7086"
# text (dark)
text_color_dark: "#cdd6f4"
hltext_color_dark: var(--base)
# background-specific text (dark)
primary_text_color_dark: var(--text)
secondary_text_color_dark: var(--text)
tertiary_text_color_dark: var(--text)
base_text_color_dark: var(--text)
mantle_text_color_dark: var(--text)
crust_text_color_dark: var(--text)
overlay_text_color_dark: var(--hltext)
# fonts
body_font: Hind
heading_font: Josefin Sans
mono_font: JetBrains Monox
markdown_extensions:
- toc
- attr_list
- def_list
- md_in_html
- nl2br