Testing testing testing

It’s been a bit since I’ve looked at my Hugo blog here on shindakun.dev.

It happens - life gets in the way of blogging.

The nice thing about having everything in Git and GitHub is that for the most part all I need to do is make sure Hugo is up to date and works on the server. This post is a part of that process.

Hugo

First I built Hugo

➜  shindakun.dev git:(master)CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest

Easy enough!

➜  shindakun.dev git:(master) ✗ hugo version
hugo v0.127.0+extended linux/amd64 BuildDate=unknown

Hmm… unknown build date? I mean I just built it so that should be todays date. Funny though, I have to tell you I don’t feel like chasing that down at the moment.

shindakun.dev

Next lets make sure shindakun.dev is in a good spot, a quick pull should take care of that.

➜  shindakun.dev git:(master) ✗ git pull --recurse-submodules
warning: redirecting to https://github.com/shindakun/shindakun.dev/
Fetching submodule content/posts
Fetching submodule themes/solar-theme-hugo
Fetching submodule themes/solara-hugo-test
Already up to date.

Everything appears to be in order! Yay.

Now we’ll just finish up this quick post and close the loop.


Enjoy this post?
How about buying me a coffee?