From 9f3a97baa048457d4b9840021b7ba216afb6ccfb Mon Sep 17 00:00:00 2001 From: Adam Veldhousen Date: Sun, 17 Nov 2019 19:04:20 -0600 Subject: [PATCH] install command for hugo --- layouts/partials/foot.html | 30 +++++++++++++++++------------- makefile | 4 ++++ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index 7f469c6..b4641fd 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -1,21 +1,25 @@ - diff --git a/makefile b/makefile index 1b019a0..882d7d3 100644 --- a/makefile +++ b/makefile @@ -2,6 +2,10 @@ write: serve +hugo: + go get -u --tags extended -v github.com/gohugoio/hugo + go install --tags extended -v github.com/gohugoio/hugo + docker-build: docker build --build-arg='VERSION=0.59.1' -t hugo .