summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoramzrk22020-04-20 16:29:46 +0800
committeramzrk22020-04-20 16:29:46 +0800
commit772d7335d3fb01cfd95a886e6a535f7f7e7ed979 (patch)
tree1057118ebd38960992a46263129d9d477035f474 /README.md
parent720e662443db52ff09557ba7db3728cb56f2dda4 (diff)
downloadhugo-theme-fuji-772d7335d3fb01cfd95a886e6a535f7f7e7ed979.tar.gz
hugo-theme-fuji-772d7335d3fb01cfd95a886e6a535f7f7e7ed979.tar.bz2
hugo-theme-fuji-772d7335d3fb01cfd95a886e6a535f7f7e7ed979.zip
Add webp checker for dev use
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 724f0f6..fafcc5c 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,12 @@ $ hugo server
Now enter [```localhost:1313```](http://localhost:1313) in the address bar of your browser.
+If you want to generate your site, just run:
+
+```bash
+$ hugo --minify
+```
+
## Update the theme
Inside the folder of your Hugo site run: