this-week-in-rust icon indicating copy to clipboard operation
this-week-in-rust copied to clipboard

Adding publish automation

Open andrewpollack opened this issue 3 years ago • 0 comments

As from README, this Dockerfile takes care of installation of pelican, sass, juice, and other requirements.

Example flow (from publishing directory):

  1. make build && make generate-website && make host-content
  2. make build && make generate-email && make host-content, change "BLOG_DOWNLOAD" variable, and in separate terminal run make optimize-email

Many improvements to do in future iterations...

  1. Substitute "BLOG_DOWNLOAD" variable for read-in variable (or better automation)
  2. Move plugins/, themes/, pelicanconf.py, requirements.txt into publishing/

andrewpollack avatar Aug 09 '22 03:08 andrewpollack