Migrating to 11ty whee
  • CSS 58.4%
  • Nunjucks 19.6%
  • HTML 9.8%
  • SCSS 7.9%
  • Python 2.5%
  • Other 1.8%
Find a file
Kay Ohtie 58c13998e2
All checks were successful
/ publish (push) Successful in 7s
Merge branch 'main' into 11ty-convert
2026-06-01 20:58:25 -05:00
.forgejo/workflows I feel dumb 2026-05-18 17:09:28 -05:00
.vscode Moved template rendering for comments to Mustache 2026-06-01 20:57:17 -05:00
emoji started migration to 11ty 2026-04-22 00:12:43 -05:00
files started migration to 11ty 2026-04-22 00:12:43 -05:00
images support local backend feature 2026-05-18 18:14:47 -05:00
src Merge branch 'main' into 11ty-convert 2026-06-01 20:58:25 -05:00
static Moved template rendering for comments to Mustache 2026-06-01 20:57:17 -05:00
.gitignore ignoring 11ty outputs 2026-04-22 22:50:29 -05:00
.gitmodules update page 2025-09-28 13:40:33 -05:00
Dockerfile updated date field 2026-05-18 16:50:53 -05:00
eleventy.config.mjs Moved template rendering for comments to Mustache 2026-06-01 20:57:17 -05:00
package-lock.json Moved template rendering for comments to Mustache 2026-06-01 20:57:17 -05:00
package.json Moved template rendering for comments to Mustache 2026-06-01 20:57:17 -05:00
pelicanconf.py Initial commission info commit 2024-06-03 18:29:58 -05:00
publishconf.py Cleanup for webmentions 2024-06-04 00:25:16 -05:00
README.md Switched back to pip, poetry is too convoluted for vscode 2023-12-13 14:24:12 -06:00

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