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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <9484709+goodroot@users.noreply.github.com>2021-07-03 08:47:21 +0300
committergoodroot <9484709+goodroot@users.noreply.github.com>2021-07-03 08:47:21 +0300
commitab4db7c7b8773aea436ef5c77ac1384cf6004e15 (patch)
treee8c0b2502ba4e3fe25ba97cc98b5c311ba87635f /exampleSite
parent621a8f65e228d1ed623ae34b812a48d576af4e03 (diff)
Tune up
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml41
1 files changed, 17 insertions, 24 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6af5db1..c5ce703 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,35 +1,28 @@
baseurl = "/"
-languageCode = "en-us"
-title = "Classic"
-theme = "hugo-classic"
-googleAnalytics = ""
-ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
enableEmoji = true
footnotereturnlinkcontents = "↩"
+googleAnalytics = ""
+ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
+languageCode = "en-us"
+theme = "hugo-classic"
+title = "Classic"
[permalinks]
- post = "/post/:year/:month/:day/:slug/"
+post = "/post/:year/:month/:day/:slug/"
[[menu.main]]
- name = "Categories"
- url = "/categories/"
- weight = 1
+name = "Categories"
+url = "/categories/"
+weight = 1
[[menu.main]]
- name = "Tags"
- url = "/tags/"
- weight = 2
+name = "Tags"
+url = "/tags/"
+weight = 2
[[menu.feed]]
- name = "Subscribe"
- url = "/index.xml"
+name = "Subscribe"
+url = "/index.xml"
[params]
- description = "A simple, minimal blog for those who love text."
- footer = "Open-Source | [Github](https://github.com/goodroot/hugo-classic) | [Keybase](https://keybase.io/goodroot)"
- custom_css = ["css/theme-override.css"]
-
-# If you want to use Fathom (https://usefathom.com) for analytics, add this section
-[params.fathomAnalytics]
- siteID = "ABCDE"
- # Default value is cdn.usefathom.com, overwrite this if you are self-hosting
- serverURL = "analytics.example.com"
-
+custom_css = ["css/theme-override.css"]
+description = "A simple, minimal blog for those who love text."
+footer = "Open-Source | [Github](https://github.com/goodroot/hugo-classic) | [Keybase](https://keybase.io/goodroot)"