Find a file
2025-06-29 18:27:44 -07:00
content/pages Add link to @next@copyleft.org on fediverse/mastodon 2025-06-29 18:27:44 -07:00
themes/next.copyleft.org Add link to @next@copyleft.org on fediverse/mastodon 2025-06-29 18:27:44 -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".