From 5927513b447b6b16f343ce1b4811a073430e8a46 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 15 Apr 2017 16:17:36 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d6adaf..3050e0b8 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,15 @@ Using this plugin, you won't need to have your own computer to edit posts, neith ``` hugo [directory] [admin] { - flag name [value] + clean_public [true|false] + flag_name [value] # other file manager compatible options } ``` All of the options above are optional. +* **clean_public** sets if the `public` folder should be removed before generating the website again. Default: `true`. * **directory** is the folder where the commands are going to be executed. By default, it is the current working directory. Default: `./`. * **admin** is the path where you will find your administration interface. Default: `/admin`. * **name** refers to the Hugo available flags. Please use their long form without `--` in the beginning. If no **value** is set, it will be evaluated as `true`.