From 6ef6682910196eed624c77bb3ec45adf4f4f93fc Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 6 Apr 2019 23:02:36 +0200 Subject: tell about how to get hugo extended working --- content/posts/hugo-extended-centos-7.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/posts/hugo-extended-centos-7.md (limited to 'content/posts') diff --git a/content/posts/hugo-extended-centos-7.md b/content/posts/hugo-extended-centos-7.md new file mode 100644 index 0000000..7e168eb --- /dev/null +++ b/content/posts/hugo-extended-centos-7.md @@ -0,0 +1,22 @@ +--- +title: "Hugo Extended on CentOS 7" +date: 2019-04-06T22:55:00+02:00 +draft: false +--- + +After first using the Hermit theme, I moved to the Hugo Coder theme to have a nicer front page and menu at the top. + +Unfortunately that needs Hugo in the "extended" version. + +The binary one can download on https://github.com/gohugoio/hugo/releases doesn't run on CentOS 7, unlike the normal variant you get there (too new libstdc++ needed). + +One has to recompile it to get that working. + +To make it easier for others, to do so, just: + +* install golang + gcc-c++ on your CentOS 7 +* download https://github.com/gohugoio/hugo/archive/v0.54.0.tar.gz +* execute in the source directory "go install -tags extended" +* grab the result binary in your ~/go directory + +If you need a pre-compiled one, on your own risk, use the one in my git, https://github.com/christoph-cullmann/cullmann.io. -- cgit v1.2.3