panr / hugo-theme-hello-friend

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/panr/hugo-theme-hello-friend/
MIT License
1.06k stars 1.22k forks source link

Adding support for a Dockerized build process #275

Open Ben-Chapman opened 2 years ago

Ben-Chapman commented 2 years ago

This PR adds support for rebuilding this theme using a Docker container. A Dockerized build provides the ability to isolate the build environment for this theme in a dedicated Docker container reducing the chance for package version/dependency conflicts, or enabling a build environment where you can't or don't want to install npm.

The end result is a compiled theme identical to the output from the instructions provided in the README.

panr commented 2 years ago

Hey, could you deploy this PR on your own and add it in the Community Features list https://github.com/panr/hugo-theme-hello-friend#feature ?