Skip to content

Commit

Permalink
Merge pull request #42 from effigies/enh/dark-reggie
Browse files Browse the repository at this point in the history
ENH: Add a light Reggie and use in the dark theme
  • Loading branch information
effigies authored Aug 25, 2023
2 parents 13b920e + bd34ce4 commit 5bdcb46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# This job installs dependencies, build the book, and pushes it to `gh-pages`
jobs:
deploy-book:
Expand Down
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

title: Practice and theory of brain imaging
author: The nipraxis team
logo: images/reggie.png
# >- starts a multiline string, where newlines replaced by spaces, and final
# newlines are stripped.
description: >-
Expand Down Expand Up @@ -122,6 +121,10 @@ launch_buttons:

sphinx:
config:
html_theme_options:
logo:
image_light: images/reggie.png
image_dark: images/reggie-inv.png
nb_custom_formats:
.Rmd:
- jupytext.reads
Expand Down
Binary file added images/reggie-inv.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 5bdcb46

Please sign in to comment.