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:
parent
b77fe77932
commit
85924be657
@ -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 `<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 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.
|
||||
|
@ -13,6 +13,11 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
keywords = [
|
||||
"Hugo",
|
||||
"static",
|
||||
"generator",
|
||||
]
|
||||
menu = "main"
|
||||
+++
|
||||
|
||||
|
@ -12,6 +12,11 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
keywords = [
|
||||
"Hugo",
|
||||
"static",
|
||||
"generator",
|
||||
]
|
||||
menu = "main"
|
||||
+++
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user