diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ git submodule add https://github.com/alex-shpak/hugo-book themes/book Then run hugo (or set `theme: book` in configuration file) ``` -hugo server --theme book +hugo server --minify --theme book ``` ### Creating site from scratch @@ -38,7 +38,7 @@ git submodule add https://github.com/alex-shpak/hugo-book themes/book cp -R themes/book/exampleSite/content . ``` ```sh -hugo server --theme book +hugo server --minify --theme book ``` ## Menu |