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-09-22 22:57:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-22 22:57:06 +0300
commit11ee86782c07711d9a75647ec60b62aed709de01 (patch)
tree09cfd6bb8adc35298c75fa7be7e8fc3936215b93
parent542095ad7b878520229d6959de712ca381a772e8 (diff)
Add theme
Closing #220
-rw-r--r--cmd/hugothemesitebuilder/build/cache/0003.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
-rw-r--r--themes.txt1
5 files changed, 20 insertions, 0 deletions
diff --git a/cmd/hugothemesitebuilder/build/cache/0003.githubrepos.json b/cmd/hugothemesitebuilder/build/cache/0003.githubrepos.json
new file mode 100644
index 0000000..61e7c4e
--- /dev/null
+++ b/cmd/hugothemesitebuilder/build/cache/0003.githubrepos.json
@@ -0,0 +1,11 @@
+{
+ "github.com/unicef/inventory-hugo-theme": {
+ "id": 361788110,
+ "created_at": "2021-04-26T14:51:17Z",
+ "updated_at": "2022-09-22T17:37:36Z",
+ "name": "inventory-hugo-theme",
+ "description": "UNICEF Inventory theme, for use with Hugo static site generator. A simple knowledgebase to share information with others.",
+ "html_url": "https://github.com/unicef/inventory-hugo-theme",
+ "stargazers_count": 10
+ }
+} \ No newline at end of file
diff --git a/cmd/hugothemesitebuilder/build/config.json b/cmd/hugothemesitebuilder/build/config.json
index 8301f4d..8856564 100644
--- a/cmd/hugothemesitebuilder/build/config.json
+++ b/cmd/hugothemesitebuilder/build/config.json
@@ -1927,6 +1927,11 @@
{
"ignoreImports": true,
"noMounts": true,
+ "path": "github.com/unicef/inventory-hugo-theme"
+ },
+ {
+ "ignoreImports": true,
+ "noMounts": true,
"path": "github.com/uPagge/uBlogger"
},
{
diff --git a/cmd/hugothemesitebuilder/build/go.mod b/cmd/hugothemesitebuilder/build/go.mod
index 5603111..1a3b90e 100644
--- a/cmd/hugothemesitebuilder/build/go.mod
+++ b/cmd/hugothemesitebuilder/build/go.mod
@@ -398,6 +398,7 @@ require (
github.com/uicardiodev/hugo-lime v0.0.0-20180916134933-90177ceb59cb // indirect
github.com/uicardiodev/hugo-sodium-theme v0.0.0-20181119122014-1c681c5db2a0 // indirect
github.com/uicardiodev/hugo-uilite v0.0.0-20210608161142-0b625104854c // indirect
+ github.com/unicef/inventory-hugo-theme v1.0.0 // indirect
github.com/urjaacharya/redgood v0.0.0-20210818044121-cf6f82ce70c2 // indirect
github.com/vaga/hugo-theme-m10c v0.0.0-20210308142629-3094e3f118f9 // indirect
github.com/vantagedesign/ace-documentation v0.0.0-20210928094137-10892bc2a6f3 // indirect
diff --git a/cmd/hugothemesitebuilder/build/go.sum b/cmd/hugothemesitebuilder/build/go.sum
index 21b7afe..df0dce7 100644
--- a/cmd/hugothemesitebuilder/build/go.sum
+++ b/cmd/hugothemesitebuilder/build/go.sum
@@ -889,6 +889,8 @@ github.com/uicardiodev/hugo-sodium-theme v0.0.0-20181119122014-1c681c5db2a0 h1:e
github.com/uicardiodev/hugo-sodium-theme v0.0.0-20181119122014-1c681c5db2a0/go.mod h1:irKbbv7Vp/2l0CRHFTBrj5CBEa9KG7+PYGO0fjTACcM=
github.com/uicardiodev/hugo-uilite v0.0.0-20210608161142-0b625104854c h1:QiGE7zoOvdD517QKtsMGuqBR5HmM7LUG/D5NhuxfqQQ=
github.com/uicardiodev/hugo-uilite v0.0.0-20210608161142-0b625104854c/go.mod h1:Y8fyRi/KZYrLlLI4b0725q/pCo6+lDhGak9bcpElyXE=
+github.com/unicef/inventory-hugo-theme v1.0.0 h1:vDM9v1YjCQX5OGADm+mq0aHKWiG/8R/+a9VfmNA94Ps=
+github.com/unicef/inventory-hugo-theme v1.0.0/go.mod h1:ynZI1ZZuAHqCyUId99PDYQpgDhrI0BT6MkIVeCzfOtM=
github.com/urjaacharya/redgood v0.0.0-20210818044121-cf6f82ce70c2 h1:fG9Lvs161xbaQ1WgYscPMuL7XvSUeNUZvv5X1yLpY4Q=
github.com/urjaacharya/redgood v0.0.0-20210818044121-cf6f82ce70c2/go.mod h1:Uz5D+2BSNHd8URMPrCVOcCCqNRDkwK5uHsjI8nBsfwE=
github.com/vaga/hugo-theme-m10c v0.0.0-20210308142629-3094e3f118f9 h1:z1ZnexHTtnAPq67+rIZT99WmwjMjE2YotTCzfirCwbg=
diff --git a/themes.txt b/themes.txt
index 9f47588..2c59445 100644
--- a/themes.txt
+++ b/themes.txt
@@ -382,6 +382,7 @@ github.com/tylerjlawson/simple-snipcart-shop
github.com/uicardiodev/hugo-lime
github.com/uicardiodev/hugo-sodium-theme
github.com/uicardiodev/hugo-uilite
+github.com/unicef/inventory-hugo-theme
github.com/uPagge/uBlogger
github.com/urjaacharya/redgood
github.com/vaga/hugo-theme-m10c