aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88c72a66..24c50ecf 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,14 @@ Pandoc Markdown has footnote support, but unfortunately doesn't support
backlinks. This transform inserts a backlink to the end of each
footnote so that readers won't get lost after finish reading a footnote.
+## Configuration
+
+The configuration files are placed in the folder config and use the toml
+file configuration format. The `blog.toml` is the configuration file who can
+be edited safely for confifguring the blog. The second file `generator.toml`
+can be modified if you know what you are doing and it used to configure the
+generator.
+
## About
This tool has been developped by [zmwangx](https://zhimingwang.org) and modified by [neodarz](https://neodarz.net)