Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-10-01 19:57:30 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-10-01 19:57:30 +0300
commit78076a135477e97a47346fa3780fb0ea55199cc3 (patch)
treeab723900e8ff8076bdcc7a1654b18358a1c21b90
parent822e5851f04c67a17fbcdabc77f2aca80fab3c2e (diff)
Update themes
-rw-r--r--cmd/hugothemesitebuilder/build/cache/0005.githubrepos.json11
-rw-r--r--cmd/hugothemesitebuilder/build/config.json5
-rw-r--r--cmd/hugothemesitebuilder/build/go.mod1
-rw-r--r--cmd/hugothemesitebuilder/build/go.sum2
4 files changed, 19 insertions, 0 deletions
diff --git a/cmd/hugothemesitebuilder/build/cache/0005.githubrepos.json b/cmd/hugothemesitebuilder/build/cache/0005.githubrepos.json
new file mode 100644
index 0000000..52f7f9b
--- /dev/null
+++ b/cmd/hugothemesitebuilder/build/cache/0005.githubrepos.json
@@ -0,0 +1,11 @@
+{
+ "github.com/canhtran/maverick": {
+ "id": 507482239,
+ "created_at": "2022-06-26T05:04:55Z",
+ "updated_at": "2022-09-26T08:42:23Z",
+ "name": "maverick",
+ "description": "A minimal hugo theme focus on content",
+ "html_url": "https://github.com/canhtran/maverick",
+ "stargazers_count": 0
+ }
+} \ No newline at end of file
diff --git a/cmd/hugothemesitebuilder/build/config.json b/cmd/hugothemesitebuilder/build/config.json
index 5531a26..020674d 100644
--- a/cmd/hugothemesitebuilder/build/config.json
+++ b/cmd/hugothemesitebuilder/build/config.json
@@ -247,6 +247,11 @@
{
"ignoreImports": true,
"noMounts": true,
+ "path": "github.com/canhtran/maverick"
+ },
+ {
+ "ignoreImports": true,
+ "noMounts": true,
"path": "github.com/capnfabs/paperesque"
},
{
diff --git a/cmd/hugothemesitebuilder/build/go.mod b/cmd/hugothemesitebuilder/build/go.mod
index 4bd3e01..e7ecf5e 100644
--- a/cmd/hugothemesitebuilder/build/go.mod
+++ b/cmd/hugothemesitebuilder/build/go.mod
@@ -99,6 +99,7 @@ require (
github.com/brycematheson/allegiant v0.0.0-20161024030126-4db3e8fe3a01 // indirect
github.com/bul-ikana/hugo-cards v0.0.0-20211031232746-55e303495347 // indirect
github.com/calintat/minimal v0.0.0-20210103220336-987f270dfee3 // indirect
+ github.com/canhtran/maverick v0.0.0-20220930040927-b55c2d566b35 // indirect
github.com/canstand/compost v0.5.4 // indirect
github.com/capnfabs/paperesque v0.0.0-20220619223221-35157d042508 // indirect
github.com/caressofsteel/hugo-story v0.0.0-20220914175256-6722dc851b2f // indirect
diff --git a/cmd/hugothemesitebuilder/build/go.sum b/cmd/hugothemesitebuilder/build/go.sum
index d86463e..7225853 100644
--- a/cmd/hugothemesitebuilder/build/go.sum
+++ b/cmd/hugothemesitebuilder/build/go.sum
@@ -223,6 +223,8 @@ github.com/bul-ikana/hugo-cards v0.0.0-20211031232746-55e303495347 h1:UHhqtMNM8N
github.com/bul-ikana/hugo-cards v0.0.0-20211031232746-55e303495347/go.mod h1:gYUyH7o8Bwl0eQvsROyZQySpSkdzKEzV8sLcZXSaPuY=
github.com/calintat/minimal v0.0.0-20210103220336-987f270dfee3 h1:JHnBhRE6pzNJPIpctf9iUqfUzWTNOEzUTlMorRet4Nc=
github.com/calintat/minimal v0.0.0-20210103220336-987f270dfee3/go.mod h1:DcAXbWg74unipQb+Kgvv+jns9U2l9v+DM0DPCLjlE7E=
+github.com/canhtran/maverick v0.0.0-20220930040927-b55c2d566b35 h1:UNukdevPQF5edqd9x6bveboXWrSG47PMzabRKCSSI2w=
+github.com/canhtran/maverick v0.0.0-20220930040927-b55c2d566b35/go.mod h1:YuK6DnnmF0p8Cf5oZ4IWxZ463PtAfOlUy90d1tfCAKU=
github.com/canstand/compost v0.5.3 h1:fdwBR2s8Ktn/Q+MT6CwRafKqKcnTfFzb7dQjLW0PmGM=
github.com/canstand/compost v0.5.3/go.mod h1:rWAHCcWwZh44BuvsaV24HCJmX9/PbNU1BOIO8V2N5RM=
github.com/canstand/compost v0.5.4 h1:kh8IQF+vYl9ywllltl30eo2/ruqJAhesvMv+3Xq/Ljs=