File tree Expand file tree Collapse file tree 4 files changed +43
-22
lines changed Expand file tree Collapse file tree 4 files changed +43
-22
lines changed Original file line number Diff line number Diff line change @@ -3,32 +3,22 @@ project:
3
3
output-dir : docs
4
4
5
5
website :
6
- title : " Course Title"
7
- sidebar :
8
- background : primary
9
- # logo: "images/logo.png"
10
- pinned : true
11
- align : center
12
- tools :
13
- - icon : github
14
- href : https://github.com/Pakillo/quarto-course-website-template
15
- text : GitHub
16
- style : docked
17
- contents :
6
+ title : " ES654"
7
+ navbar :
8
+ right :
18
9
- href : index.qmd
19
10
text : Home
20
- - href : schedule.qmd
21
- text : Schedule
22
- - href : materials.qmd
23
- text : Materials
24
- - href : https://github.com/Pakillo/quarto-course-website-template/discussions
25
- text : Forum
26
11
27
12
format :
28
13
html :
29
- theme : cosmo
30
- # css: styles.css
31
- toc : true
14
+ theme :
15
+ light : [litera, styles.scss]
16
+ dark : [darkly, styles-dark.scss]
17
+ highlight-style : a11y-dark
18
+ mainfont : " Roboto"
19
+ code-copy : true
20
+ code-overflow : wrap
21
+
32
22
33
23
execute :
34
24
freeze : auto
Original file line number Diff line number Diff line change
1
+ /* -- scss:defaults --*/
2
+
3
+ @import ' https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap' ;
4
+
5
+ $font-family : " Roboto" , sans-serif ;
6
+ $font-family-serif : " Roboto" , sans-serif ;
7
+
8
+ $primary : #2c2c2c ;
9
+
10
+ /* -- scss:rules --*/
11
+
12
+ kbd ,
13
+ .kbd {
14
+ background-color : #222222 !important ;
15
+ }
16
+
17
+ .navbar {
18
+ padding-top : 0.5rem ;
19
+ padding-bottom : 0.5rem ;
20
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ /* -- scss:defaults --*/
2
+
3
+ @import ' https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap' ;
4
+
5
+ $font-family : " Roboto" , sans-serif ;
6
+ $font-family-serif : " Roboto" , sans-serif ;
7
+
8
+ /* -- scss:rules --*/
9
+ .navbar {
10
+ padding-top : 0.5rem ;
11
+ padding-bottom : 0.5rem ;
12
+ }
You can’t perform that action at this time.
0 commit comments