From 07a30c1bd5433b64d6ab21906b1254f7bbe05bdc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 22 Feb 2020 14:22:56 +0000 Subject: [PATCH] Update Hugo to 0.65.2 --- .circleci/config.yml | 2 +- content/posts/my-stack-2017/index.md | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d1fa69..a25c7e0 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.61.0/hugo_extended_0.61.0_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + command: wget https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_extended_0.65.2_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/posts/my-stack-2017/index.md b/content/posts/my-stack-2017/index.md index 6c62ce3..73d1751 100644 --- a/content/posts/my-stack-2017/index.md +++ b/content/posts/my-stack-2017/index.md @@ -5,7 +5,7 @@ image: resource:editing-my-stack.png hide_header_image: true --- -As a software engineer and perfectionist, I have my machines setup in a very specific way, so I can do my job properly and have everything just the way I like it. Thanks to my [dotfiles]({{< relref "dotfiles" >}}), I have everything syncing up between machines, meaning the tools I use are setup correctly, the same, everywhere. +As a software engineer and perfectionist, I have my machines setup in a very specific way, so I can do my job properly and have everything just the way I like it. Thanks to my [dotfiles]({{< relref "projects/dotfiles" >}}), I have everything syncing up between machines, meaning the tools I use are setup correctly, the same, everywhere. # OS My current distro of choice is [Arch](https://www.archlinux.org/), specifically [Antergos](https://antergos.com/). My main reason for choosing arch is the [AUR](https://aur.archlinux.org/). Almost every package I can think of is packaged there, often by the community. It's great to be able to install things through 1 method and have everything update in a single command. Antergos is also far easier to install than raw arch, and has little to no bloat that comes with it. diff --git a/netlify.toml b/netlify.toml index 9378ef0..2c27c98 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "./scripts/release.sh" [build.environment] - HUGO_VERSION = "0.61.0" + HUGO_VERSION = "0.65.2" NODE_ENV = "production" NPM_CONFIG_PRODUCTION = "false"