From 85924be65719d368731811d8eea0f2816f0e20de Mon Sep 17 00:00:00 2001 From: Frank Tegtmeyer Date: Fri, 2 Feb 2018 11:56:44 +0100 Subject: [PATCH] Configurable keywords for blog posts. --- README.md | 1 + exampleSite/content/post/goisforlovers.md | 5 +++++ exampleSite/content/post/hugoisforlovers.md | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 7fee8b0..2263933 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ See [picturingjordan.com](https://picturingjordan.com) for an example of this th - Can show a message about cookie usage to the user, see [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) - Allow addition of custom `` code in site's `layouts/partial/head-custom.html` (see [#17](https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/17)) - Configurable display of summaries of content in list templates. +- configurable keywords for every post ## Usage Clone the repository to your site's `themes` directory. Refer to [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) for recommended configuration values. diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/post/goisforlovers.md index 8065477..dcc6776 100644 --- a/exampleSite/content/post/goisforlovers.md +++ b/exampleSite/content/post/goisforlovers.md @@ -13,6 +13,11 @@ categories = [ "Development", "golang", ] +keywords = [ + "Hugo", + "static", + "generator", +] menu = "main" +++ diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/post/hugoisforlovers.md index f84224a..d1d2942 100644 --- a/exampleSite/content/post/hugoisforlovers.md +++ b/exampleSite/content/post/hugoisforlovers.md @@ -12,6 +12,11 @@ categories = [ "Development", "golang", ] +keywords = [ + "Hugo", + "static", + "generator", +] menu = "main" +++