summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-02-18 21:25:00 +0000
committerAmir Saeid <amir@glgdgt.com>2026-02-18 21:25:00 +0000
commit32e0e105f663ace08896f22ab4079521070b0cac (patch)
treea40cad3ef73d76241f285d263c2574cf1e80c8d6 /hugo.toml
parent3e3b3596b4e0d720c68a2d3a3538055dae41a694 (diff)
Change the theme and add a new post
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 1d5d4b5..3343f07 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,2 +1,9 @@
baseURL = 'https://blog.gluegadget.com/'
-theme = 'ananke'
+theme = 'terminal'
+
+[markup.highlight]
+ noClasses = false
+
+[params]
+ centerTheme = true
+ contentTypeName = "post"