1 files changed, 5 insertions(+), 2 deletions(-)
M README.md
M README.md => README.md +5 -2
@@ 23,9 23,12 @@ smallblog [-co] [--templates directory/] [--index blog/myblog.html] [projects/]
-c string
Path to your config file (default "templates/site.conf")
--index string
- Path and filename for the generated index file in case you want to provide your own landing page but still want to keep the index in a separate folder/location (default "index.html")
+ Path and filename for the generated index file in case you want
+to provide your own landing page but still want to keep the index in a
+separate folder/location (default "index.html")
-o string
- Path to place your generated files in case you don't want to co-mingle source and generated html (default "./")
+ Path to place your generated files in case you don't want to
+co-mingle source and generated html (default "./")
--templates string
Path to your templates directory (default "templates/")
```