diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7badf8f5..cca6ae55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ image: node:alpine before_script: - apk update && apk add openssl - - wget https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz - - tar xf hugo_0.40.3_Linux-64bit.tar.gz && cp ./hugo /usr/bin + - wget https://github.com/gohugoio/hugo/releases/download/v0.46/hugo_0.46_Linux-64bit.tar.gz + - tar xf hugo_0.46_Linux-64bit.tar.gz && cp ./hugo /usr/bin - npm install --quiet firebase-tools -g deploy: diff --git a/config.toml b/config.toml index c22b3df0..32e06bd4 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,8 @@ baseURL = "https://jarv.is/" languageCode = "en-us" title = "Jake Jarvis" +disableHugoGeneratorInject = true + disableKinds = ["taxonomy", "taxonomyTerm", "sitemap", "RSS"] [taxonomies] diff --git a/layouts/index.html b/layouts/index.html index 20f586d0..bf76d59a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -