next.copyleft.org
Find a file
2025-06-29 17:18:35 -07:00
content/pages Add initial site config, content and copy of "simple" theme. 2022-06-24 17:58:12 +10:00
themes/next.copyleft.org Don't set up for animation when no JavaScript available. 2022-06-27 23:40:17 +10:00
.gitignore Add initial site config, content and copy of "simple" theme. 2022-06-24 17:58:12 +10:00
Makefile Update Makefile to hickory 2025-04-10 10:20:42 +10:00
pelicanconf.py Add initial site config, content and copy of "simple" theme. 2022-06-24 17:58:12 +10:00
publishconf.py Add initial site config, content and copy of "simple" theme. 2022-06-24 17:58:12 +10:00
README.md Repository moved to https://git.copyleft.org/copyleft-next/website 2025-06-29 17:18:35 -07:00
tasks.py Add tasks.py 2025-04-10 11:05:31 +10:00

This is no longer HERE

DO NOT USE THIS REPOSITORY. THIS HAS MOVED TO:

https://git.copyleft.org/copyleft-next/website

Building in development

To start the development server with automatic reloading:

pelican --autoreload --listen

Deployment

To build the site and deploy for production:

make rsync_upload

Customizations

The theme is based on Pelican's "simple" theme, with significant changes to "base.html" including HTML, CSS, fonts and JavaScript, and minor changes to "page.html".