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
build(config): add .nvmrc
Patrick Kollitsch
09.05.2025
78d6b6fd331fd3681ddf84de71b7b48f6fbe9fac
[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
)