diff --git a/exampleSite/content/post/aether-theme.md b/exampleSite/content/post/aether-theme.md index 8959601..7358193 100644 --- a/exampleSite/content/post/aether-theme.md +++ b/exampleSite/content/post/aether-theme.md @@ -32,6 +32,7 @@ baseURL = "https://yourwebsitenamegoeshere.com" languageCode = "your language code" title = "your website title" theme = "aether" +googleAnalytics = "Your google analytics tracking ID" [params] brand = "the title displayed in the nav bar - optional" @@ -56,6 +57,7 @@ date: date the post was generated description: "Description of the post (displayed in the post's card)" categories: ["add comma separated categories here", "another category"] featuredImage: "url to the page's featured image" +featuredImageDescription: "Description for the featured image, used as the alt text" dropCap: if the first letter should be a large decorative capital letter (true, false) displayInMenu: if post is listed in the navigation menu (true, false) displayInList: if post is listed on the home page and category pages (true, false)