mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
update readme
This commit is contained in:
parent
6ef2cf88e0
commit
5927513b44
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user