Attempting to Learn Go - Ghost to Hugo 2

Intro Welcome back! We are continuing on our journey to make a prototype program that converts an exported Ghost database to Markdown. With the end goal being that we can get shindakun.net up and running with Hugo. Last time, we took it pretty easy and focused mostly on reading the file into memory and converting the JSON to a Go struct. From there we printed out the first post. Post Data As a recap here is what one of the post fields contain. …

Posted on

Attempting to Learn Go - Ghost to Hugo 1

Intro You probably don’t know this but shindakun.net has been effectively offline now for months. Currently, visiting it will only show a white page and a pop-up, no content is accessible. This is a side effect to my upgrading to a new server and moving away from Ghost as my platform of choice. I love(d) Ghost but it just got too large to effectively run multiple sites on a small instance on Digital Ocean. …

Posted on

WIP Hugo Theme

Intro I’ve been putting in some time “Indiewebifying” my Hugo theme, which started as a fork of the Solar theme by Bake. It’s slowly becoming more and more of my own. I’m not much of a front end developer so I’ve keep most of the basic CSS, removing only small bits and adding things where needed to fit my needs. This little post is just to remind me of what I’ve been doing, if you would like to know more just ask. …

Posted on

Adding gcc to git bash

So today I was working on my “main” computer which didn’t have much set up on it. Basically only git bash. Problem is I wanted to work on my Hugo site and theme. …

Posted on

Getting Reacquainted With Hugo

Testing testing testing It’s been a bit since I’ve looked at my Hugo blog here on shindakun.dev. Hugo First things first, I need to get all my repositories in line. When I originally set everything up I had it separated in a couple different repos. The main repo held everything needed to build the base Hugo. I had two submodules for the themes that power the site. Finally, I had a repo just for blog posts. …

Posted on