We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4667d66 commit 0896a27Copy full SHA for 0896a27
config.toml
@@ -1,4 +1,7 @@
1
-theme = "anatole"
+[module]
2
+ [[module.imports]]
3
+ path = "github.com/lxndrblz/anatole"
4
+ disable = false
5
6
[params]
7
title = "My Blog"
go.mod
@@ -0,0 +1,5 @@
+module github.com/spindev/spindev.github.io
+
+go 1.24.4
+require github.com/lxndrblz/anatole v1.17.1 // indirect
go.sum
@@ -0,0 +1,2 @@
+github.com/lxndrblz/anatole v1.17.1 h1:mvAWo1EnEVK8JNbKvkixigLdPcOHIs3nQzFeVhsnnfo=
+github.com/lxndrblz/anatole v1.17.1/go.mod h1:hy61SRyUDKaWw2P+cERt9UPde5guWyVKgtjdzRF5bfI=
themes/anatole
0 commit comments