diff --git a/README.md b/README.md
index 61d3da91..63e7accc 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
- A clean blog theme for your Hugo site based on Bootstrap 5
+ A clean documentation and blog theme for your Hugo site based on Bootstrap 5
@@ -50,7 +50,7 @@
- [PageSpeed Insights][pagespeed]
- [Mozilla Observatory][observatory]
-Hinode is a clean blog theme for [Hugo][hugo], an open-source static site generator. Based on the [Bootstrap 5][bootstrap] framework, the rendered site is fast, secure, and responsive. Hinode uses [FlexSearch][flexsearch] to enable full text search across your site. Finally, the theme uses [Node Package Manager][npm] to automate the build process and to keep track of dependencies.
+Hinode is a clean documentation and blog theme for [Hugo][hugo], an open-source static site generator. Based on the [Bootstrap 5][bootstrap] framework, the rendered site is fast, secure, and responsive. Hinode uses [FlexSearch][flexsearch] to enable full text search across your site. Finally, the theme uses [Node Package Manager][npm] to automate the build process and to keep track of dependencies.
Additional features include:
diff --git a/config/_default/languages.toml b/config/_default/languages.toml
index 4ddbc835..567e8de6 100644
--- a/config/_default/languages.toml
+++ b/config/_default/languages.toml
@@ -4,7 +4,7 @@
weight = 1
[en.params]
introTitle = "Welcome to Hinode!"
- introCaption = "A clean blog theme for your Hugo site based on Bootstrap 5."
+ introCaption = "A clean documentation and blog theme for your Hugo site based on Bootstrap 5."
introLink = "/en/about"
introLinkTitle = "About"
license = "Licensed under Creative Commons (CC BY-NC-SA 4.0)."
diff --git a/config/_default/params.toml b/config/_default/params.toml
index cf0ca504..e35ceb06 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,8 +1,8 @@
## Homepage
title = "Hinode"
titleSeparator = "-"
-titleAddition = "Clean Blog Theme"
-description = "Hinode is a clean blog theme for your Hugo site based on Bootstrap 5."
+titleAddition = "A Clean Theme for Hugo"
+description = "Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5."
fullCover = false
fixedNav = true
mainSections = ["blog", "projects"]
diff --git a/content/en/about.md b/content/en/about.md
index ae5934c1..ec9c541d 100644
--- a/content/en/about.md
+++ b/content/en/about.md
@@ -1,6 +1,6 @@
---
title: About
-description: Hinode is a clean blog theme for your Hugo site based on Bootstrap 5.
+description: Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5.
date: 2022-04-11
showComments: false
---
diff --git a/content/en/docs/0.8/getting-started/introduction.md b/content/en/docs/0.8/getting-started/introduction.md
index a6b911f0..09fdcd12 100644
--- a/content/en/docs/0.8/getting-started/introduction.md
+++ b/content/en/docs/0.8/getting-started/introduction.md
@@ -1,7 +1,7 @@
---
layout: docs
title: Introduction
-description: Get started with Hinode, a clean blog theme for your Hugo site based on Bootstrap 5.
+description: Get started with Hinode, a clean documentation and blog theme for your Hugo site based on Bootstrap 5.
date: 2023-01-06
group: getting-started
aliases:
@@ -12,7 +12,7 @@ aliases:
layout: docs
---
-Hinode is a clean blog theme for [Hugo]({{< param "links.hugo" >}}), an open-source static site generator. Based on the [Bootstrap 5]({{< param "links.bootstrap" >}}) framework, the rendered site is fast, secure, and responsive. Hinode uses [FlexSearch]({{< param "links.flexsearch" >}}) to enable full text search across your site. Finally, the theme uses [Node Package Manager]({{< param "links.npm" >}}) to automate the build process and to keep track of dependencies. More information is available on the [about]({{< ref "about" >}} "about") page.
+Hinode is a clean documentation and blog theme for [Hugo]({{< param "links.hugo" >}}), an open-source static site generator. Based on the [Bootstrap 5]({{< param "links.bootstrap" >}}) framework, the rendered site is fast, secure, and responsive. Hinode uses [FlexSearch]({{< param "links.flexsearch" >}}) to enable full text search across your site. Finally, the theme uses [Node Package Manager]({{< param "links.npm" >}}) to automate the build process and to keep track of dependencies. More information is available on the [about]({{< ref "about" >}} "about") page.
## Prerequisites
diff --git a/package.json b/package.json
index e2847825..92a1e0a3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@markdumay/hugo-theme-hinode",
"version": "0.7.8",
- "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
+ "description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
"main": "index.js",
"publishConfig": {
"access": "public",
diff --git a/theme.toml b/theme.toml
index e7a0c359..c13ce887 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,7 +1,7 @@
name = "Hinode"
license = "MIT"
licenselink = "https://github.com/markdumay/hugo-theme-hinode/blob/main/LICENSE"
-description = "A clean blog theme for your Hugo site based on Bootstrap 5."
+description = "A clean documentation and blog theme for your Hugo site based on Bootstrap 5."
homepage = "https://github.com/markdumay/hugo-theme-hinode"
demosite = "https://hinode-demo.markdumay.org/"
tags = ["blog", "minimal", "modern", "customizable", "search", "bootstrap"]