Golang
Sunday Is Golangday #1
golang go sunday-fundaySunday is Golangday will be a new series of golang related learnings of mine. As I have just started learning Golang, this will be mainly focusing on the basics of the go programming language. Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license. What is golang Go (by Google) is a programming language created at Google in 2009. Not to be confused with Go! (a functional programming language developed by Francis McCabe, and Keith Clark and first appeared in 2003).
A Second Day With Hugo
computer product software hugo development gohugo golangSecond entry - first commit After setting things up initially in a Mac environment and creating a new post, why not doing the same for windows? –> Bad idead Still, I’m getting it and slowly things are coming together Setting Hugo up on a windows machine is not utterly complex, but also not as fluent of an experience as on linux, or mac. One might wonder why I have to deal with three different environments at all?
A New Day With Hugo
computer product software hugo development gohugo golangInitial Entry - no commit Just doing the setup like described in the quickstart. I’m trying to figure out what I’m doing here So setting up hugo was a smooth experience on my macbook. 1st Step: Installing the depencie via brew install hugo 2nd Step: Installing the desired them as a submodule via git add submodule <ADD_URI_TO_DESIRED_THEME_GIT> <PATH_IF_NECESSARY>; 3rd Step: Adding a first post via hugo new posts/a-new-day-with-hugo.md Et voilĂ and here we are.