From bc4efd512f1be6d8b0d399d55b734da2b1133f61 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 22 May 2023 10:03:55 +0000 Subject: [PATCH] update theme module --- exampleSite/config.toml | 4 ++-- exampleSite/go.mod | 2 +- exampleSite/go.sum | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4b0b893..9d8f9d6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,8 +3,8 @@ enableRobotsTXT = true # this example loads the theme as hugo module # comment out line below, and uncomment the line after it if you prefer to load the theme normally -# theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo -theme = "compose" +theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo +# theme = "compose" enableGitInfo = true # disableKinds = ["taxonomy", "taxonomyTerm"] diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 5660413..e30f93c 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ go 1.15 -require github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf // indirect +require github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index c2e5bbf..88b7c45 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -24,3 +24,5 @@ github.com/onweru/compose v0.0.0-20230521083123-a87b8344748a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf h1:6pEaX2iwqBolJAUa2jT6gSCSz6xUhMf+BXTq+plMMJo= github.com/onweru/compose v0.0.0-20230522091510-8c87eb9549cf/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= +github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc h1:Uyve0EvHruYiHVTcrU7vew8znzd1h2tnJ3KrnUwqQiQ= +github.com/onweru/compose v0.0.0-20230522093958-40f93a906ddc/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc= -- Gitblit v1.10.0