File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,20 @@ theme:
1212 name : material
1313 favicon : images/favicon.png
1414 logo : images/spotLogo.png
15+ palette :
16+ # Palette toggle for light mode
17+ - media : " (prefers-color-scheme: light)"
18+ scheme : default
19+ toggle :
20+ icon : material/brightness-7
21+ name : Switch to dark mode
22+
23+ # Palette toggle for dark mode
24+ - media : " (prefers-color-scheme: dark)"
25+ scheme : slate
26+ toggle :
27+ icon : material/brightness-4
28+ name : Switch to light mode
1529plugins :
1630 - search :
1731 - gen-files :
@@ -28,4 +42,10 @@ markdown_extensions:
2842 - sane_lists
2943use_directory_urls : true
3044watch :
31- - src/spotPython
45+ - src/spotPython
46+ extra :
47+ social :
48+ - icon : fontawesome/brands/twitter
49+ link : https://twitter.com/bartzbeielstein
50+ - icon : fontawesome/brands/linkedin
51+ link : https://www.linkedin.com/in/thomas-bartz-beielstein-3157b541/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " spotPython"
10- version = " 0.6.0 "
10+ version = " 0.6.1 "
1111authors = [
1212 { name =" T. Bartz-Beielstein" , email =" tbb@bartzundbartz.de" }
1313]
You can’t perform that action at this time.
0 commit comments