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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rwxr-xr-xexampleSite/config.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6d3e348..931bdc9 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -17,7 +17,7 @@ enableMissingTranslationPlaceholders = false
# Source Code repository section
description = "put your description"
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
- version = "0.9.7"
+ version = "0.9.9"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
@@ -74,11 +74,18 @@ enableMissingTranslationPlaceholders = false
name = "Home"
url = "/"
weight = 1
+ identifier = 'home'
+ pre = "<i class='fa fa-heart'></i>&nbsp;"
[[menu.main]]
name = "Twitter"
url = "https://twitter.com/thingsym"
weight = 2
+ identifier = 'twitter'
+ pre = "<b>pre!</b> "
+ post = " <b>post!</b>"
+ [menu.main.params]
+ class = 'twitter-menu-item'
# Markup configure section
# See https://gohugo.io/getting-started/configuration-markup/