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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <hutch7995@gmail.com>2020-08-04 04:47:06 +0300
committerJoe Hutchinson <hutch7995@gmail.com>2020-08-04 04:47:06 +0300
commit31ebce832658abfc7ace450a8b120648a3168631 (patch)
tree36246939302a2792e1d08bf1151a5f4dd095911e
parente713663d77fb5a60487ddf4c667c4b535e5c1c19 (diff)
Fix errors in readme and example site config
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml12
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