Find a file
Bradley M. Kuhn 5c5d58230c Update to properly explain relationship to SFC.
Ben had added this text when he put the site together, but he didn't
actually understand what the relationship would be with SFC (— it's
my fault, I didn't explain it to him well), so this text needed
correction.

HT to Denver Gingerich who noted this text wasn't right.
2025-06-29 17:47:00 -07:00
content/pages Update to properly explain relationship to SFC. 2025-06-29 17:47:00 -07:00
themes/next.copyleft.org Update to properly explain relationship to SFC. 2025-06-29 17:47:00 -07: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 Customize the theme layout, CSS, fonts and JavaScript. 2022-06-24 17:59:13 +10:00
tasks.py Add tasks.py 2025-04-10 11:05:31 +10:00

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".