This is the place where I post anything technical and maybe even something random. I hope you enjoy my content on this site. Feel free to follow me on my social media, links are in the header and footer on the right.
Recent Posts
My Impression of Hugo Static Site Generator
I have heard of Hugo for quite a while now, I never thought about using it, until about a few weeks ago. When I started using I thought it was great, the idea of being able to write content in Markdown and actually being able to save it to Git is really quite nice.
What Hugo does is take the content that written in Markdown and convert them to HTML, on top of that it uses Go’s templating system, because of my background in Go, I was already familiar with it, so I felt right at home.
read more
The Theme I Have Chosen
The theme I have originally chosen was Ananke, I thought the design was ok. Anyway, I ran Hugo with CSS processing.
$ hugo Start building sites … | EN | FR -------------------+----+----- Pages | 21 | 13 Paginator pages | 1 | 0 Non-page files | 0 | 0 Static files | 5 | 5 Processed images | 0 | 0 Aliases | 3 | 1 Sitemaps | 2 | 1 Cleaned | 0 | 0 Total in 1889 ms Yes, that 1889 milliseconds, that theme had few things that I didn’t like, one of them being the fact that it relied on node.
read more
How to Prepare a Raspberry Pi Image File on Windows 10
What is a Raspberry Pi It’s basically a small ARM-powered computer that lets you do whatever you want with it if you want to know in great detail visit https://www.raspberrypi.org/
I personally used a Raspberry Pi for building a custom NAS server and torrent box, it’s has served me quite well. I also used a Raspberry Pi for setting up a media centre as well, it’s pretty cool.
Running a NAS Server on Raspberry Pi 4 (4GB) Kodi running on Raspberry Pi 4 (4GB) How to prepare the image for Raspberry Pi using WSL2 Before we do that I’m going to list down the requirements.
read more