Fixed linebreak in README.md
This commit is contained in:
parent
4f926288c6
commit
4b5f3485e1
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# cbrgm/drone-hugo
|
||||
|
||||
[](https://github.com/cbrgm/drone-hugo/releases)   [](https://hub.docker.com/r/cbrgm/drone-hugo/tags/)
|
||||
[](https://github.com/cbrgm/drone-hugo/releases)   [](https://hub.docker.com/r/cbrgm/drone-hugo/tags/)
|
||||
|
||||
**Automatically create static web page files using Hugo within your drone pipeline!**
|
||||
|
||||
|
|
@ -148,17 +148,17 @@ docker run --rm \
|
|||
|
||||
## Parameter Reference
|
||||
|
||||
buildDrafts - include content marked as draft
|
||||
buildExpired - include expired content
|
||||
buildFuture - include content with publishdate in the future
|
||||
config - config file (default is path/config.yaml|json|toml)
|
||||
content - filesystem path to content directory
|
||||
layout - filesystem path to layout directory
|
||||
output - filesystem path to write files to
|
||||
source - filesystem path to read files relative from
|
||||
theme - theme to use (located in /themes/THEMENAME/)
|
||||
url - hostname (and path) to the root
|
||||
validate - validate config file before generation
|
||||
`buildDrafts` - include content marked as draft
|
||||
`buildExpired` - include expired content
|
||||
`buildFuture` - include content with publishdate in the future
|
||||
`config` - config file (default is path/config.yaml|json|toml)
|
||||
`content` - filesystem path to content directory
|
||||
`layout` - filesystem path to layout directory
|
||||
`output` - filesystem path to write files to
|
||||
`source` - filesystem path to read files relative from
|
||||
`theme` - theme to use (located in /themes/THEMENAME/)
|
||||
`url` - hostname (and path) to the root
|
||||
`validate` - validate config file before generation
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue