diff --git a/book.toml b/book.toml
index 25f598eaf0d7..0ecc92b4097b 100644
--- a/book.toml
+++ b/book.toml
@@ -7,6 +7,7 @@ title = "reth Book"
description = "A book on all things Reth"
[output.html]
+theme = "book/theme"
git-repository-url = "https://github.com/paradigmxyz/reth"
default-theme = "ayu"
no-section-label = true
diff --git a/book/intro.md b/book/intro.md
index b2fada745b9b..143a8360e66b 100644
--- a/book/intro.md
+++ b/book/intro.md
@@ -5,7 +5,7 @@ _Documentation for Reth users and developers._
Reth (short for Rust Ethereum, [pronunciation](https://twitter.com/kelvinfichter/status/1597653609411268608)) is an **Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient.**
-
+
diff --git a/book/theme/head.hbs b/book/theme/head.hbs
new file mode 100644
index 000000000000..6ff65ee74b4c
--- /dev/null
+++ b/book/theme/head.hbs
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file