this-week-in-rust
this-week-in-rust copied to clipboard
Adding publish automation
As from README, this Dockerfile takes care of installation of pelican, sass, juice, and other requirements.
Example flow (from publishing directory):
make build && make generate-website && make host-contentmake build && make generate-email && make host-content, change "BLOG_DOWNLOAD" variable, and in separate terminal runmake optimize-email
Many improvements to do in future iterations...
- Substitute "BLOG_DOWNLOAD" variable for read-in variable (or better automation)
- Move
plugins/,themes/,pelicanconf.py,requirements.txtintopublishing/