Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoransv <gsv@appernetic.io>2019-02-13 23:13:18 +0300
committerGitHub <noreply@github.com>2019-02-13 23:13:18 +0300
commita638d9e607f5cc8b498cfa8b72e9f013b060f0e4 (patch)
tree900a8a396d4d9d2a07058e6152f1d4723a41d339
parentf5e600a5de6d4176d7f54843bed038b73f014e03 (diff)
Add info about UsePostImgFolder setting
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17b3b83..6f93e91 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Since this page will be static, you can use [formspree.io](//formspree.io/) as p
## Multiple Writers Features
Thanks to Lukas Herman's PR there is now a multiple writers feature. In order to support multiple writers, an extra key, "writers" is added, in config.toml. The format looks like the following:
-```
+```toml
[params.writers."Göran Svensson"]
link = "https://appernetic.io/"
email = "goran@molnsys.com"
@@ -93,7 +93,13 @@ Thanks to Lukas Herman's PR there is now a multiple writers feature. In order to
Now you must have an author in the config for the author bio section to be visible. If you have a writer and set it in the markdown file it will override the author in the config. See the exampleSite folder for a working solution.
+## Images
+
+Default is to use the static folder for images. If you want to have images in the post folder you unmark the seetings in the config file.
+```toml
+#UsePostImgFolder = true
+```
### Nearly finished