summaryrefslogtreecommitdiff
path: root/content/posts/hugo-extended-centos-7/index.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-13 21:45:11 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-13 21:45:11 +0200
commitcf38879fe89357f1aebd9aff9e86d3df01f46a4d (patch)
tree296ff5e6a0a5c329e2e67aeb1185d9f1f9803948 /content/posts/hugo-extended-centos-7/index.md
parent7a8df42248c8a31fbd59dc602783a2cf00078119 (diff)
sort posts
Diffstat (limited to 'content/posts/hugo-extended-centos-7/index.md')
-rw-r--r--content/posts/hugo-extended-centos-7/index.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/content/posts/hugo-extended-centos-7/index.md b/content/posts/hugo-extended-centos-7/index.md
new file mode 100644
index 0000000..1c68b2c
--- /dev/null
+++ b/content/posts/hugo-extended-centos-7/index.md
@@ -0,0 +1,26 @@
+---
+title: "Hugo Extended on CentOS 7"
+date: 2019-04-06T22:55:00+02:00
+draft: false
+categories: [www]
+tags: [hugo, centos]
+url: /posts/hugo-extended-centos-7/
+author: "Christoph Cullmann"
+---
+
+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.