Migrating to 11ty whee
- CSS 58.4%
- Nunjucks 19.6%
- HTML 9.8%
- SCSS 7.9%
- Python 2.5%
- Other 1.8%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .vscode | ||
| emoji | ||
| files | ||
| images | ||
| src | ||
| static | ||
| .gitignore | ||
| .gitmodules | ||
| Dockerfile | ||
| eleventy.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| pelicanconf.py | ||
| publishconf.py | ||
| README.md | ||
Coyotes In Space website
Cloning
git clone git@github.com:Ceralor/coyotesin.space.git --depth=1 --shallow-submodules --recursive
cd coyotesin.space
python -m virtualenv .venv
Then:
- on Linux:
. .venv/bin/activate - on Windows:
. .venv\scripts\activate.ps1
pip install -r requirements.txt
npm install
Dev
For working on previewing updates, invoke clean livereload
Publish
To publish updated site, invoke clean gh-pages