Fix errors in readme and example site config
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user