lfe / blog

LFE News/Updates Blog
6 stars 7 forks source link

Generate blog with Docker image #20

Closed oubiwann closed 5 years ago

oubiwann commented 5 years ago

This will obviate contributors from having to install all the Node/Ruby stuff on their own machines. We can just use a volume mounted on a local dir for the generated content.

oubiwann commented 5 years ago

Ye gods! Even getting this set up in Docker is a nightmare. I had forgotten how bad Ruby + Jekyll + assorted deps/plugins/etc were when it came to dependencies, conflicts, etc.

oubiwann commented 5 years ago

The last few years of not having to use this Ruby bull**** has been wonderful; this is just disgusting.

oubiwann commented 5 years ago

Holy shit, I think I got it working ...

oubiwann commented 5 years ago

Yup -- confirmed. Two Docker images and loads of deletes in the Makefile. Time to update the README ...

oubiwann commented 5 years ago

Committed and pushed!