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

github.com/Tazeg/hugo-blog-jeffprod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTazeg <jeffgazet@gmail.com>2018-08-18 11:31:18 +0300
committerTazeg <jeffgazet@gmail.com>2018-08-18 11:31:18 +0300
commit73391f3bd573e50931b29ffb9f0ee553265befaa (patch)
tree771689b3f7ba6c41c6be9278654d7ca5fb5e8bf8
parent38ff9dd1f9ba67700515b9316a6aacafa0340db1 (diff)
Added example config file
-rw-r--r--exampleSite/config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..19d8eac
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,10 @@
+baseurl = "https://example.com"
+title = "Hugo Theme"
+author = "@JeffProd"
+copyright = "Copyright © 2008–2018, @JeffProd"
+canonifyurls = true
+paginate = 3
+
+[taxonomies]
+ tag = "tags"
+ archive = "archives"