From 31ebce832658abfc7ace450a8b120648a3168631 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Mon, 3 Aug 2020 21:47:06 -0400 Subject: Fix errors in readme and example site config --- README.md | 2 +- exampleSite/config.toml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bdcc48..0a0c951 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ description: "This is the subtext below the main heading in smaller letters" #### Overriding CSS To override CSS, you should create file `project_root/assets/css/override.css` and place all your CSS inside it. This file will be merged with standard CSS when the site is generated. -### Custom Meta Tags +#### Custom Meta Tags You can add optional Open Graph, Twitter, or other meta tags by adding `project_root/layouts/partials/meta-tags.html` Refer to [/exampleSite/layouts/partials](/exampleSite/layouts/partials) for sample meta configs. diff --git a/exampleSite/config.toml b/exampleSite/config.toml index af0b168..a93288f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,8 +7,10 @@ theme = "aether" themesDir = "../../" [params] -brand = "aether" -description = "aether Hugo theme for blogs" -bgimg = "img/ignasi_pattern_s.png" -metaCreator = "Joe Hutchinson" -metaImage = "img/ogimage.jpg" + brand = "aether" + description = "aether Hugo theme for blogs" + bgimg = "img/ignasi_pattern_s.png" + +[markup] + [markup.highlight] + style = "igor" \ No newline at end of file -- cgit v1.2.3