- Make sure there is at least one jupyter notebook (*.ipynb) inside
content/notebooks
- Add your logo into
content/_static/images
- Update the
content/conf.py
file with the link to your file - Run
make -j4 html
inside the content folder, this will generate the html inside_builds
. The entrypoint is_builds/html/index.html
If you check this code into github there is a folder with github action to automatically deploy the updates.
For this to work make sure you enable github pages in the project settings and choose the gh-pages
branch and /{root}
as the source.
The Website will be availible at https://ORG_OR_USERNAME.github.io/REPONAME
- This template was inspired by Project Pythia
- There are some dummy svg from fontawesome