Skip to content

tactlabs/sigpytest

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

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

1731731240445

Screenshots

1731731318195

1731731351975

1731731363325

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published