Hugo 0.53, hugo-academic 3.3.0

This commit is contained in:
Carl Pearson
2019-01-08 16:56:56 -06:00
parent 12ff460bd3
commit 985ec36c9d
15 changed files with 352 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
dist: trusty
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.45/hugo_0.45_Linux-64bit.tar.gz -O hugo.tar.gz
- wget -q https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_0.53_Linux-64bit.tar.gz -O hugo.tar.gz
- tar -xvf hugo.tar.gz
- mkdir -vp ~/bin
- mv -v hugo ~/bin/hugo