1. Go to this
https://github.com/tactlabs/sigpy
2. Use this template and create a new repository
3. run this
pip install -r requirements.txt
4. Start adding new notebooks under `notebooks` folder
go to pelicanconf.py
change the necessary changes to update:
AUTHOR
SITENAME
GITHUB_USERNAME
LINKS
SOCIAL
python make.py
PELICAN_ENV=local pelican content
pelican --listen
this will run the local server
http://127.0.0.1:8000
python make.py
pelican content
go to GitHub -> Pages -> Source
select "Deploy from branch"
Go to branch on the same page
select "main" branch and "docs" folder