From c8b4e7a661abf8ebdfb3880ca526e3ec58b40d39 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 16 Dec 2018 15:05:08 +0000 Subject: [PATCH] Upgrade version of hugo, and use new params shortcode --- .circleci/config.yml | 2 +- content/projects/yoga-pal.md | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba3a390..0d55d63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: command: git submodule sync && git submodule update --init - run: name: Install Hugo - command: wget https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_extended_0.51_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + command: wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_extended_0.52_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb - restore_cache: key: npm-{{ checksum "package-lock.json" }} - run: diff --git a/content/projects/yoga-pal.md b/content/projects/yoga-pal.md index 19a9147..7a58aae 100644 --- a/content/projects/yoga-pal.md +++ b/content/projects/yoga-pal.md @@ -28,4 +28,4 @@ $ yoga disable touch Problem solved! -Whilst I've only tested this on my laptop, there's no reason it shouldn't work on others too! If it doesn't, submit an [issue](https://github.com/{{% pageparam "repo" %}}/issues/)! +Whilst I've only tested this on my laptop, there's no reason it shouldn't work on others too! If it doesn't, submit an [issue](https://github.com/{{% param "repo" %}}/issues/)! diff --git a/netlify.toml b/netlify.toml index c9c7ddc..63ab3f5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "./scripts/netlify.sh" [build.environment] - HUGO_VERSION = "0.51" + HUGO_VERSION = "0.52" NODE_ENV = "production" NPM_CONFIG_PRODUCTION = "false"