Customize the theme layout, CSS, fonts and JavaScript.

This commit is contained in:
Ben Sturmfels 2022-06-24 17:59:13 +10:00
parent b23276291f
commit ab49894281
No known key found for this signature in database
GPG key ID: 023C05E2C9C068F0
8 changed files with 360 additions and 58 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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".