Skip to content

Commit

Permalink
Add dynamic logo for dark/light mode (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha authored Dec 6, 2024
1 parent d23135e commit 645c049
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 34 deletions.
4 changes: 2 additions & 2 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"exclude": ["api/overview.md"]
}
],
"resource": ["logo.svg", "favicon.png", "images/**", "workflows/**"],
"resource": ["logo-light-mode.svg", "logo-dark-mode.svg", "favicon.png", "images/**", "workflows/**"],
"output": "_site",
"overwrite": [
{
Expand All @@ -37,7 +37,7 @@
"pdf": false,
"_appFooter": "&copy; 2024 Open Ephys and Contributors. Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a>",
"_appFaviconPath": "favicon.png",
"_appLogoPath": "logo.svg"
"_appLogoPath": "logo-light-mode.svg"
},
"markdownEngineName": "markdig",
"markdownEngineProperties": {
Expand Down
Loading

0 comments on commit 645c049

Please sign in to comment.