Skip to content

kactlabs/sigpy

Repository files navigation

SigPy

Site Generator Python

One time setup

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

Change Settings

go to pelicanconf.py

change the necessary changes to update:
    AUTHOR
    SITENAME
    GITHUB_USERNAME
    LINKS
    SOCIAL

Verify Local

python make.py

PELICAN_ENV=local pelican content

pelican --listen
    this will run the local server
    http://127.0.0.1:8000

Publish (first time)

python make.py

pelican content

git add .

git commit -m "<change details>"

git push

go to GitHub Repository (pynotes) settings -> Pages -> Source

select "Deploy from  branch"

Go to branch on the same page

select "main" branch and "docs" folder

Publish (second time onwards)

python make.py

pelican content

git add .

git commit -m "<change details>"

git push

1731731240445

Screenshots

1731731318195

1731731351975

1731731363325

About

Site Generator with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •