For https://next.copyleft.org/ website
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. |
||
---|---|---|
content/pages | ||
themes/next.copyleft.org | ||
.gitignore | ||
Makefile | ||
pelicanconf.py | ||
publishconf.py | ||
README.md | ||
tasks.py |
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".