MayADevBe Blog

A Blog about Computer Science

Recent Posts

Integrate Social Media Share Buttons on your WebsiteA post about why you should integrate Social Media Buttons in your website and how to do it.
Problems I encountered while setting up Google Analytics with Hugo I recently set up Google Analytics in my Hugo blog. This is my explanation of the problems I encountered and how I set it up so that it finally worked in the end.
How to host a Hugo site on GitHubToday I am going to talk about the steps on how to host a Hugo website with GitHub. The steps include how to host a static website with GitHub Hosting. Specifically, we will look at a static site created by Hugo. Furthermore, we look at using GitHub Action to generate the Hugo site and how to include a cloned Hugo theme.
How to create a Hugo ThemeThis post deals with the static site generator Hugo. I explain how I learned to use Hugo, how I created a theme and how I used it to create my blog.
Why I chose a Static Site Generator to create my BlogIn this article, I explain what a static site generator is, as well as my motivation to use one to create a blog. and I also give reasons why you might not want to use it.