diff --git a/config/_default/config.yaml b/config/_default/hugo.yaml similarity index 100% rename from config/_default/config.yaml rename to config/_default/hugo.yaml diff --git a/config/staging/config.yml b/config/development/hugo.yaml similarity index 100% rename from config/staging/config.yml rename to config/development/hugo.yaml diff --git a/config/production/config.yml b/config/production/config.yml deleted file mode 100644 index 11311b4..0000000 --- a/config/production/config.yml +++ /dev/null @@ -1 +0,0 @@ -baseURL: https://demo.hugolify.io/ diff --git a/config/production/hugo.yaml b/config/production/hugo.yaml new file mode 100644 index 0000000..4fee5cb --- /dev/null +++ b/config/production/hugo.yaml @@ -0,0 +1 @@ +baseURL: / diff --git a/config/production/services.yml b/config/production/services.yml new file mode 100644 index 0000000..4c5d02c --- /dev/null +++ b/config/production/services.yml @@ -0,0 +1,3 @@ +# Put your Google Analytics here +# googleAnalytics: +# id: "" diff --git a/config/staging/hugo.yaml b/config/staging/hugo.yaml new file mode 100644 index 0000000..4fee5cb --- /dev/null +++ b/config/staging/hugo.yaml @@ -0,0 +1 @@ +baseURL: / diff --git a/go.mod b/go.mod index 4d5e906..23600e7 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,11 @@ module github.com/hugolify/hugolify-template go 1.19 require ( + github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect - github.com/hugolify/hugolify-decap-cms v1.10.1 // indirect - github.com/hugolify/hugolify-theme v1.8.2 // indirect + github.com/hugolify/hugolify-decap-cms v1.10.2 // indirect + github.com/hugolify/hugolify-theme v1.8.4 // indirect + github.com/midzer/tobii v2.5.0+incompatible // indirect github.com/twbs/bootstrap v5.3.2+incompatible // indirect + github.com/twbs/icons v1.11.3 // indirect ) diff --git a/go.sum b/go.sum index d4a9d82..76ee7dc 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,14 @@ +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs= +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= -github.com/hugolify/hugolify-decap-cms v1.10.1 h1:zB92iPPLLDfyZCdxAJCh6L8VS+d8r98RhPdlLnK35JY= -github.com/hugolify/hugolify-decap-cms v1.10.1/go.mod h1:lxqV0lEahrLATtKBgUbj/c9fQE1XGpaJSIaLk9D/hRA= -github.com/hugolify/hugolify-theme v1.8.2 h1:tTWlfNYqZFYQxj6HHWgtb9cdjy5YwlYqbbvd5k2HNek= -github.com/hugolify/hugolify-theme v1.8.2/go.mod h1:yDbH6g0BJAqjueFrZ13u2lC9gWsYuKDFjQirn805zvo= +github.com/hugolify/hugolify-decap-cms v1.10.2 h1:JGvH5GOdsM1lTKQQuLo3rGzptpOZf243z/MWIgvpBog= +github.com/hugolify/hugolify-decap-cms v1.10.2/go.mod h1:lxqV0lEahrLATtKBgUbj/c9fQE1XGpaJSIaLk9D/hRA= +github.com/hugolify/hugolify-theme v1.8.4 h1:Pi15rTZb+Z1CtkY0uVr0W6kHqSCgaaev5Ngkrl//ugs= +github.com/hugolify/hugolify-theme v1.8.4/go.mod h1:yDbH6g0BJAqjueFrZ13u2lC9gWsYuKDFjQirn805zvo= +github.com/midzer/tobii v2.5.0+incompatible h1:Gg3r5Zp0M6shS70NVGHALUgfw0sPtk3YHRjfYHbOUbo= +github.com/midzer/tobii v2.5.0+incompatible/go.mod h1:ByXFkVm8ja2+TXT7L+lfkdEIeHW4IdWdsQO8zJ5mEqA= github.com/twbs/bootstrap v5.3.2+incompatible h1:tuiO5acc6xnZUR77Sbi5aKWXxjYxbmsSbJwYrhAKoQQ= github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/icons v1.11.3 h1:XhvrQ1XDom9ggBbQx3wQCFGEr8qAQwQP/dAcw8OXMtA= +github.com/twbs/icons v1.11.3/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= diff --git a/yarn.lock b/yarn.lock index 08d68e0..d8e80e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -130,9 +130,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565: - version "1.0.30001566" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz#61a8e17caf3752e3e426d4239c549ebbb37fef0d" - integrity sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA== + version "1.0.30001576" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001576.tgz#893be772cf8ee6056d6c1e2d07df365b9ec0a5c4" + integrity sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg== chokidar@^3.3.0: version "3.5.3" @@ -323,9 +323,9 @@ domutils@^2.8.0: domhandler "^4.2.0" electron-to-chromium@^1.4.601: - version "1.4.607" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.607.tgz#340cc229b504966413716c6eae67d0f3d3702ff0" - integrity sha512-YUlnPwE6eYxzwBnFmawA8LiLRfm70R2aJRIUv0n03uHt/cUzzYACOogmvk8M2+hVzt/kB80KJXx7d5f5JofPvQ== + version "1.4.630" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.630.tgz#1d9f4169653784997bec98975e11a2c05214ce39" + integrity sha512-osHqhtjojpCsACVnuD11xO5g9xaCyw7Qqn/C2KParkMv42i8jrJJgx3g7mkHfpxwhy9MnOJr8+pKOdZ7qzgizg== emoji-regex@^8.0.0: version "8.0.0" @@ -354,9 +354,9 @@ fast-glob@^3.3.0: micromatch "^4.0.4" fastq@^1.6.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" - integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== + version "1.16.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.16.0.tgz#83b9a9375692db77a822df081edb6a9cf6839320" + integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA== dependencies: reusify "^1.0.4" @@ -863,9 +863,9 @@ postcss-sass@^0.5.0: postcss "^8.2.14" postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.7, postcss-selector-parser@^6.0.9: - version "6.0.13" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b" - integrity sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ== + version "6.0.15" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz#11cc2b21eebc0b99ea374ffb9887174855a01535" + integrity sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw== dependencies: cssesc "^3.0.0" util-deprecate "^1.0.2" @@ -891,9 +891,9 @@ postcss-value-parser@^4.2.0: integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== postcss@^8.2.14, postcss@^8.4.21, postcss@^8.4.4: - version "8.4.32" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9" - integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw== + version "8.4.33" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742" + integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg== dependencies: nanoid "^3.3.7" picocolors "^1.0.0"