Update aether post with newest parameters

This commit is contained in:
Joe Hutchinson
2019-01-03 16:28:28 -05:00
parent e72b416d14
commit 06ce471155

View File

@@ -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)