diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index b31bf1da..c297d6ed 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -1,6 +1,6 @@ +++ title = "About" -description = "Hugo, the world's fastest framework for building websites" +description = "Hugo, the world's fastest framework for building websites." date = "2019-02-28" aliases = ["about-us", "about-hugo", "contact"] author = "Hugo Authors" diff --git a/exampleSite/content/articles/bluth-ipsum.md b/exampleSite/content/articles/bluth-ipsum.md index 5528e1cb..ca548682 100644 --- a/exampleSite/content/articles/bluth-ipsum.md +++ b/exampleSite/content/articles/bluth-ipsum.md @@ -3,7 +3,7 @@ categories: - bluth - ipsum date: 2022-09-07T12:45:03-07:00 -description: Helpful dummy text from Arrested Development +description: Helpful dummy text from Arrested Development. tags: - bluth - ipsum diff --git a/exampleSite/content/blog/emoji-support.md b/exampleSite/content/blog/emoji-support.md index f17f49a2..5ca2dfc3 100644 --- a/exampleSite/content/blog/emoji-support.md +++ b/exampleSite/content/blog/emoji-support.md @@ -2,7 +2,7 @@ author = "Hugo Authors" title = "Emoji Support" date = "2019-03-05" -description = "Guide to emoji usage in Hugo" +description = "Guide to emoji usage in Hugo." tags = [ "emoji", ] diff --git a/exampleSite/content/blog/math-typesetting.md b/exampleSite/content/blog/math-typesetting.md index 62831a9c..27ef2ca5 100644 --- a/exampleSite/content/blog/math-typesetting.md +++ b/exampleSite/content/blog/math-typesetting.md @@ -2,7 +2,7 @@ author: Hugo Authors title: Math Typesetting date: 2019-03-08 -description: A brief guide to setup KaTeX +description: A brief guide to setup KaTeX. math: true --- diff --git a/exampleSite/content/blog/placeholder-text.md b/exampleSite/content/blog/placeholder-text.md index 9ed5f69a..656ea0a8 100644 --- a/exampleSite/content/blog/placeholder-text.md +++ b/exampleSite/content/blog/placeholder-text.md @@ -2,7 +2,7 @@ author = "Hugo Authors" title = "Placeholder Text" date = "2019-03-09" -description = "Lorem Ipsum Dolor Si Amet" +description = "Lorem Ipsum Dolor Si Amet." tags = [ "markdown", "text", diff --git a/exampleSite/content/blog/rich-content.md b/exampleSite/content/blog/rich-content.md index 92b4b03f..6e6bdb51 100644 --- a/exampleSite/content/blog/rich-content.md +++ b/exampleSite/content/blog/rich-content.md @@ -2,7 +2,7 @@ author = "Hugo Authors" title = "Rich Content" date = "2019-03-10" -description = "A brief description of Hugo Shortcodes" +description = "A brief description of Hugo Shortcodes." tags = [ "shortcodes", "privacy",