9 lines
356 B
Markdown
9 lines
356 B
Markdown
|
# docker-hugo
|
||
|
|
||
|
Hugo in a Docker container
|
||
|
|
||
|
## Building
|
||
|
|
||
|
1. Download Dart Sass (linux-x64) from [here](https://github.com/sass/dart-sass/releases/latest), and extract it with `tar -xzf dart-sass-*.tar.gz`
|
||
|
2. Download Hugo from (linux-amd64) from [here](https://github.com/gohugoio/hugo/releases/latest) and extract it with `tar -xzf`
|
||
|
3. Run `docker build .`
|