+{{ if .Site.IsMultiLingual }}
+ {{ partial "docs/languages" . }}
+{{ end }}
+
+{{ if and .GitInfo .Site.Params.BookRepo }}
+
+ {{- $date := partial "docs/date" (dict "Date" .GitInfo.AuthorDate.Local "Format" .Site.Params.BookDateFormat) -}}
+
+
+ {{ $date }}
+
+
+{{ end }}
+
+{{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }}
+
+{{ end }}
+
diff --git a/docs/themes/hugo-book/layouts/partials/docs/header.html b/docs/themes/hugo-book/layouts/partials/docs/header.html
new file mode 100644
index 0000000..089859c
--- /dev/null
+++ b/docs/themes/hugo-book/layouts/partials/docs/header.html
@@ -0,0 +1,13 @@
+
+
+ {{ partial "docs/post-meta" . }}
+
+ {{- .Summary -}}
+ {{ if .Truncated }}
+ ...
+ {{ end }}
+
+
+ {{ end }}
+
+ {{ template "_internal/pagination.html" . }}
+{{ end }}
+
+{{ define "toc" }}
+ {{ partial "docs/taxonomy" . }}
+{{ end }}
diff --git a/docs/themes/hugo-book/layouts/posts/single.html b/docs/themes/hugo-book/layouts/posts/single.html
new file mode 100644
index 0000000..00df697
--- /dev/null
+++ b/docs/themes/hugo-book/layouts/posts/single.html
@@ -0,0 +1,15 @@
+{{ define "main" }}
+
+{{- range $index, $tab := .Scratch.Get $group -}}
+
+
+
+ {{- .Content | markdownify -}}
+
+{{- end -}}
+
diff --git a/docs/themes/hugo-book/layouts/taxonomy/list.html b/docs/themes/hugo-book/layouts/taxonomy/list.html
new file mode 100644
index 0000000..31ecd90
--- /dev/null
+++ b/docs/themes/hugo-book/layouts/taxonomy/list.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+
+ {{ partial "docs/post-meta" . }}
+
+ {{- .Summary -}}
+ {{ if .Truncated }}
+ ...
+ {{ end }}
+
+
+ {{ end }}
+
+ {{ template "_internal/pagination.html" . }}
+{{ end }}
+
+{{ define "toc" }}
+ {{ partial "docs/taxonomy" . }}
+{{ end }}
diff --git a/docs/themes/hugo-book/static/favicon.png b/docs/themes/hugo-book/static/favicon.png
new file mode 100644
index 0000000..59c7c2a
Binary files /dev/null and b/docs/themes/hugo-book/static/favicon.png differ
diff --git a/docs/themes/hugo-book/static/favicon.svg b/docs/themes/hugo-book/static/favicon.svg
new file mode 100644
index 0000000..a3c696d
--- /dev/null
+++ b/docs/themes/hugo-book/static/favicon.svg
@@ -0,0 +1 @@
+