From 9bf32e1c746404014bd23cd6521a2a5a2133216e Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 13 Sep 2020 18:22:54 +0200 Subject: Add support for optional site logo The logo will be prepended to the site title in the navigation bar. --- exampleSite/content/configuration/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'exampleSite') 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 config.toml or the frontmatter (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 config.toml file, at: -- cgit v1.2.3