Basic Template
- Run
jupyter nbconvert --to notebook --execute make.ipynb
- Run
cd hugo-site
- Run
hugo server -D
- Check here: http://localhost:1313/hugobase-new/
- Run
jupyter nbconvert --to notebook --execute make.ipynb
- Run
cd hugo-site
- Run
hugo
- Run
git add -A
- Run
git commit -m "commit message
- Run
git push
Site's html is in the master branch's /docs
folder.
make.ipynb does not work on Windows