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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kruse <devel@sumpfralle.de>2020-09-13 19:22:54 +0300
committerLars Kruse <devel@sumpfralle.de>2020-09-13 21:33:14 +0300
commit9bf32e1c746404014bd23cd6521a2a5a2133216e (patch)
tree13d34ab3ab8ebb818c66da4618a8573ef8b35615 /exampleSite
parent94982f7998875e98de9d00482a35dcbe6a5df5eb (diff)
Add support for optional site logo
The logo will be prepended to the site title in the navigation bar.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/configuration/_index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/content/configuration/_index.md b/exampleSite/content/configuration/_index.md
index dd05a47..2425625 100644
--- a/exampleSite/content/configuration/_index.md
+++ b/exampleSite/content/configuration/_index.md
@@ -24,6 +24,16 @@ toc = false
in the <code>config.toml</code> or the <code>frontmatter</code> (a page's markdown file) for a page-wide or page-specific disabling of the ToC respectively.
+
+## Logo
+
+An optional site logo can be specified:
+
+{{< code >}}
+logo = /logo.svg
+{{< /code >}}
+
+
## Google Analytics
Enable Google Analytics by adding your GA tracking ID to the <code>config.toml</code> file, at: