Finally back on the web :-)
Whooop! This is the first of my posts in a long while. I have changed webhost and I have also changed to using Hugo for content creation.
A few reminders to myself on how to build content here:
- add new post: hugo new content posts/my-first-post.md
- build server on local host: hugo server
- deploy to final destination: ./deploy #this is a simple zsh script
The next project is to streamline my config files and store it in a git repository. Keep posted for more news on this.
Visit the Hugo website!