diff --git a/content/architecture/_index.md b/content/architecture/index.md similarity index 100% rename from content/architecture/_index.md rename to content/architecture/index.md diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..117ed10e --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/konflux-ci/architecture + +go 1.21.4 + +require github.com/devcows/hugo-universal-theme v0.0.0-20240312142249-b34533c67125 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 00000000..ab36b3df --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/devcows/hugo-universal-theme v0.0.0-20240312142249-b34533c67125 h1:J8y2CtVoD8DxOEoOEuQf3fmVKRErANEx4GPfDjdAWgA= +github.com/devcows/hugo-universal-theme v0.0.0-20240312142249-b34533c67125/go.mod h1:MqYH15Evmut/wgYkFi7ArsX+k44HfRrH675FbVLBkq0= diff --git a/hugo.toml b/hugo.toml index e8da1c0e..d866a8f5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'http://localhost:1313/' languageCode = 'en-us' title = 'Standalone Konflux Architecture Docs' -theme = 'hugo-universal-theme' +theme = 'github.com/devcows/hugo-universal-theme' # Site language. Available translations in the theme's `/i18n` directory. defaultContentLanguage = "en" @@ -39,4 +39,3 @@ pluralizelisttitles = false identifier = "menu.api" url = "/ref/" weight = 5 -