11template :
22 bootstrap : 5
33 light-switch : true
4+ includes :
5+ # necessary for Bluesky icon
6+ in_header : |
7+ <link rel="stylesheet"
8+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css"
9+ referrerpolicy="no-referrer">
10+
11+ theme : solarized-light
12+ theme-dark : ayu-mirage
413
514 bslib :
615 bg : " #FEFBF2"
@@ -9,14 +18,16 @@ template:
918 link-color : " #3E8EBC"
1019 code-bg : " #FEFCF9"
1120 code-color : " #053A42"
21+ body-secondary-color : " #ECE5Cf"
1222
1323 navbar-light-bg : " #052744"
1424 navbar-light-color : " #F2E5BD"
1525 navbar-light-hover-color : " #F2E5BD"
16- navbar-light-active-color : " #F2E5BD "
26+ navbar-light-active-color : " #93B0F1 "
1727 navbar-light-brand-color : " #F2E5BD"
1828 navbar-light-brand-hover-color : " #F2E5BD"
1929
30+ # DARK THEME
2031 body-bg-dark : " #181818"
2132 body-color-dark : " #FAF1E4"
2233 link-color-dark : " #AED1E4"
@@ -26,14 +37,15 @@ template:
2637 navbar-dark-bg : " #303030"
2738 navbar-dark-color : " #FAF1E4"
2839 navbar-dark-hover-color : " #FAF1E4"
29- navbar-dark-active-color : " #FAF1E4 "
40+ navbar-dark-active-color : " #AED1E4 "
3041 navbar-dark-brand-color : " #FAF1E4"
3142 navbar-dark-brand-hover-color : " #FAF1E4"
3243
33- theme : nord
34- theme-dark : tango
44+ # TODO: set fonts
45+ # base_font: { google: "" }
46+ # heading_font: { google: "" }
47+ # code_font: { google: "" }
3548
36- # TODO: Configure the navbar to your liking.
3749navbar :
3850 structure :
3951 left : [intro, reference, articles, otherpkgs, news, stan]
@@ -64,8 +76,8 @@ navbar:
6476 text : About Stan
6577 href : https://mc-stan.org/about/
6678 bluesky :
67- icon : fa-bluesky
68- aria-label : Visit our BlueSky profile
79+ icon : " fa-brands fa- bluesky"
80+ aria-label : Visit our Bluesky profile
6981 href : https://bsky.app/profile/did:plc:qznndgdnkem2yryu7ipqbpv7
7082 twitter :
7183 icon : fa-twitter
0 commit comments