From d33ed148fa009353137400845c3a6febcca9f1d1 Mon Sep 17 00:00:00 2001 From: abyxcos Date: Mon, 7 Sep 2020 22:48:58 -0400 Subject: [PATCH] Add hard breaks to the usage section with fold(1) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 914298b..de2de26 100644 --- a/README.md +++ b/README.md @@ -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/") ``` -- 2.45.2