1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-10-31 18:03:01 +01:00

Configurable keywords for blog posts.

This commit is contained in:
Frank Tegtmeyer 2018-02-02 11:56:44 +01:00
parent b77fe77932
commit 85924be657
3 changed files with 11 additions and 0 deletions

View File

@ -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) - 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 `<head>` code in site's `layouts/partial/head-custom.html` (see [#17](https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/17)) - Allow addition of custom `<head>` 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 display of summaries of content in list templates.
- configurable keywords for every post
## Usage ## 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. 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.

View File

@ -13,6 +13,11 @@ categories = [
"Development", "Development",
"golang", "golang",
] ]
keywords = [
"Hugo",
"static",
"generator",
]
menu = "main" menu = "main"
+++ +++

View File

@ -12,6 +12,11 @@ categories = [
"Development", "Development",
"golang", "golang",
] ]
keywords = [
"Hugo",
"static",
"generator",
]
menu = "main" menu = "main"
+++ +++