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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2022-03-14 22:54:21 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2022-03-14 22:54:21 +0300
commitff8d262ff0a05b9db7f96f312dbff323c6cbf699 (patch)
tree967e70cc0237a5815d6484c63630fa3eb850fe88
parent747311a1ca2deb36448c176d8685917cc3756ba5 (diff)
Use local themelocal-theme
-rw-r--r--exampleSite/go.mod2
-rw-r--r--exampleSite/go.sum4
-rw-r--r--exampleSite/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 47e61cf..536ee44 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,4 @@ module example
go 1.14
-require github.com/samrobbins85/hugo-developer-portfolio v0.0.0-20200813081133-50d64488a85d // indirect
+require github.com/samrobbins85/hugo-developer-portfolio v0.0.0-20211227140919-3b18fbe4ea3f // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 5ff47ef..7ca1607 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -1,2 +1,2 @@
-github.com/samrobbins85/hugo-developer-portfolio v0.0.0-20200813081133-50d64488a85d h1:zAIWl622IPSXryfD/vpHcUHuwneGX+qtaKem8krWU4A=
-github.com/samrobbins85/hugo-developer-portfolio v0.0.0-20200813081133-50d64488a85d/go.mod h1:k8pYFLOf99+RFAdeKwBJGfgN2jyoX2bBv8j2MUaiqdo=
+github.com/samrobbins85/hugo-developer-portfolio v0.0.0-20211227140919-3b18fbe4ea3f h1:7u6GszvR2uZhmOk0cVnrGdxqlzr5031U08gjqXUnHF4=
+github.com/samrobbins85/hugo-developer-portfolio v0.0.0-20211227140919-3b18fbe4ea3f/go.mod h1:k8pYFLOf99+RFAdeKwBJGfgN2jyoX2bBv8j2MUaiqdo=
diff --git a/exampleSite/package.json b/exampleSite/package.json
index 16b7e22..fcdc242 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -1,6 +1,6 @@
{
"scripts": {
- "build": "amazon-linux-extras install golang1.11 && hugo",
+ "build": "amazon-linux-extras install golang1.11 && hugo --themesDir=../..",
"dev": "hugo server"
}
}