Update Hugo to 0.65.2
This commit is contained in:
parent
577f658a25
commit
07a30c1bd5
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
command: git submodule sync && git submodule update --init
|
command: git submodule sync && git submodule update --init
|
||||||
- run:
|
- run:
|
||||||
name: Install Hugo
|
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:
|
- restore_cache:
|
||||||
key: npm-{{ checksum "package-lock.json" }}
|
key: npm-{{ checksum "package-lock.json" }}
|
||||||
- run:
|
- run:
|
||||||
|
|
|
@ -5,7 +5,7 @@ image: resource:editing-my-stack.png
|
||||||
hide_header_image: true
|
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
|
# 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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
command = "./scripts/release.sh"
|
command = "./scripts/release.sh"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.61.0"
|
HUGO_VERSION = "0.65.2"
|
||||||
NODE_ENV = "production"
|
NODE_ENV = "production"
|
||||||
NPM_CONFIG_PRODUCTION = "false"
|
NPM_CONFIG_PRODUCTION = "false"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue