dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
theme(fix): rework of the way the main sections for index.html are calculated
Patrick Kollitsch
09.52.2025
40fea59c8b5474ccc60750bed159032b2a55ca28
[external-software/github_gohugo-theme-ananke.git]
/
exampleSite
/
go.mod
1
2
3
4
5
6
7
8
9
module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
go 1.21
replace github.com/theNewDynamic/gohugo-theme-ananke/v2 => ../
require (
github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.11.2 // indirect
)