diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-29 21:03:21 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-29 21:03:21 +0200 |
commit | b26f6ead1c992058c1a45d7f3e862924eec34e9c (patch) | |
tree | 574e702aa65132f8ede3b2baf25615a1ba94db6e | |
parent | 8f7c57031058340b3f476f091746e0ba0097ce8f (diff) | |
download | my_new_personal_website-b26f6ead1c992058c1a45d7f3e862924eec34e9c.tar.xz my_new_personal_website-b26f6ead1c992058c1a45d7f3e862924eec34e9c.zip |
Add more configuration information in README
-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) |