next.copyleft.org/README.md

26 lines
516 B
Markdown
Raw Normal View History

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