generated from RajLabMSSM/echoverseTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
114 lines (110 loc) · 3.25 KB
/
_pkgdown.yml
File metadata and controls
114 lines (110 loc) · 3.25 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
url: https://rajlabmssm.github.io/devoptera/
template:
bootstrap: 5
bslib:
bg: "#1a2744"
fg: "#e8f4f4"
primary: "#4ecdc4"
secondary: "#3a8d8c"
success: "#2ee8d6"
info: "#5bc0be"
code-bg: "#d6e4ee"
code-color: "#1a2744"
border-color: "#2a4060"
link-color: "#4ecdc4"
link-hover-color: "#2ee8d6"
font-size-base: "1rem"
includes:
in_header: |
<style>
.navbar {
background-color: #162038 !important;
border-bottom: 2px solid #4ecdc4;
}
.navbar-brand, .nav-link { color: #e8f4f4 !important; }
.nav-link:hover { color: #2ee8d6 !important; }
.nav-link.active { color: #2ee8d6 !important; border-bottom: 2px solid #2ee8d6; }
pre {
background-color: #d6e4ee !important;
color: #1a2744 !important;
border: none !important;
border-radius: 12px;
margin: 0;
padding: 0.8em 1em;
}
code { color: #1a6b68 !important; border: none !important; }
pre code { color: #1a2744 !important; border: none !important; background: transparent !important; }
pre code span { border: none !important; background: transparent !important; }
.table { color: #e8f4f4 !important; }
.table-striped > tbody > tr:nth-of-type(odd) > * {
background-color: rgba(78, 205, 196, 0.05) !important;
color: #e8f4f4 !important;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
background-color: transparent !important;
color: #e8f4f4 !important;
}
.table > thead { border-bottom: 2px solid #4ecdc4; }
h1, h2, h3, h4, h5, h6 { color: #4ecdc4 !important; }
a { color: #5bc0be; }
a:hover { color: #2ee8d6; }
.card { background-color: #1e3050; border-color: #2a4060; }
.footer { background-color: #162038 !important; border-top: 1px solid #2a4060; }
.page-header { border-bottom: 2px solid #3a8d8c; }
.sourceCode {
background-color: #d6e4ee !important;
border: 1px solid #3a8d8c;
border-radius: 12px !important;
overflow: hidden;
}
.sourceCode code span,
.sourceCode code a {
border: none !important;
outline: none !important;
box-shadow: none !important;
background: transparent !important;
}
</style>
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/RajLabMSSM/devoptera
articles:
- title: Getting started
contents:
- devoptera
- title: Extras
contents:
- make_hex
- title: Deployment
contents:
- docker
reference:
- title: Development workflow
desc: Tools for accelerating the edit-debug-rebuild cycle
contents:
- source_all
- args2vars
- rma
- restart
- current_file
- list_functions
- stop_early
- title: System utilities
desc: OS detection, permissions, and compiler setup
contents:
- get_os
- set_permissions
- setup_gcc
- title: Package branding
desc: Generate echoverse-themed hex stickers
contents:
- make_hex
- title: Session
desc: Session information and diagnostics
contents:
- session_info