From 06ce4711559fc15bd5db55993449b948fe8a4d01 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Thu, 3 Jan 2019 16:28:28 -0500 Subject: [PATCH] Update aether post with newest parameters --- exampleSite/content/post/aether-theme.md | 2 ++ 1 file changed, 2 insertions(+) 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)