aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLuiz de Prá <luiz.pra@olist.com>2018-03-23 16:49:06 -0300
committerLuiz de Prá <luiz.pra@olist.com>2018-03-23 16:49:06 -0300
commit454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7 (patch)
tree30f0b68d864790e7ec97fc98231f029a221c8671 /README.md
parentd3e619ecf9d451c7b6574a53d13555ac2faffdd5 (diff)
downloadhugo-coder-master.tar.gz
hugo-coder-master.tar.bz2
hugo-coder-master.zip
Add Makefile to build CSSHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index c838ed4..cf84788 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,12 @@ You can look at full working [`config.toml`](https://github.com/luizdepra/hugo-c
### Build & Test
+To update or generate the minified CSS file:
+
+```
+make build
+```
+
To build your site and test, run:
```
@@ -80,4 +86,4 @@ Coder is licensed under the [MIT license](https://github.com/luizdepra/hugo-code
## Special Thanks
- Gleen McComb, for his great [article](https://glennmccomb.com/articles/how-to-build-custom-hugo-pagination/) about custom pagination.
-- All contributors, for every PR and Issue reported.\
+- All contributors, for every PR and Issue reported.