next.copyleft.org
Find a file
2022-06-27 23:40:17 +10: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 Add initial site config, content and copy of "simple" theme. 2022-06-24 17:58:12 +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

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