Updates files to center-align jupyter book content.
Relevant files are,
_sass/components/_components.book__layout.scss
_layouts/default.html
Simple way to make the modification is append following lines to Makefile
:
center-align:
wget https://gist.githubusercontent.com/syoh/ac8bd521e13fed2eda003b588a50771c/raw/fede1b15f46d812d860ca2db16c4d04528fe6cad/default.html -O _layouts/default.html
wget https://gist.githubusercontent.com/syoh/ac8bd521e13fed2eda003b588a50771c/raw/fede1b15f46d812d860ca2db16c4d04528fe6cad/_components.book__layout.scss -O _sass/components/_components.book__layout.scss
Then, execute make center-align
to modify the jupyter book.