Skip to content

Commit

Permalink
ENH: Add dark background-friendly logo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Sep 12, 2023
1 parent ab8c185 commit 287b0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion unconference/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@
external_toc_path = "_toc.yml"
html_baseurl = ""
html_favicon = ""
html_logo = "images/logo.png"
html_sourcelink_suffix = ""
html_theme = "sphinx_book_theme"
html_show_copyright = False
html_static_path = ["images"] # Ensure images/ contents go to _static/
html_theme_options = {
"logo": {
"image_light": "images/logo.png",
"image_dark": "images/logo-darkbg.png",
},
"search_bar_text": "Search this book...",
"launch_buttons": {
"notebook_interface": "classic",
Expand Down
Binary file added unconference/images/logo-darkbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 287b0e5

Please sign in to comment.