diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |