Build a Quick Website With Hugo

Hugo is a popular static site generator written in Go. It allows you to create and manage static websites quickly and easily. In this guide, we will cover the basics of getting started with Hugo. Here’s a quick overview from Fireship.io. Get Started Installation Download the appropriate package for your system. Windows Mac OS Linux Content Management Creating a New Site 1 hugo new site <your-site-name> This will create a new Hugo site in a directory named mysite....

April 4, 2023 · 3 min · 462 words · Angel

Migrating My Site From Jekyll to Hugo

I’ve been utilizing Jekyll for the past few months to build my website. Although it does a pretty good job at doing so, I’ve been taking a look at Hugo and experimenting alongside it. I was able to replicate my website on Hugo with a better looking theme and decided to take the leap. I went ahead and migrated my posts and basic items, making sure everything was nicely organized. And so far, it works pretty good!...

April 4, 2023 · 4 min · 761 words · Angel

Hands-on with Python

Python is a high-level, interpreted programming language that is widely used for web development, data analysis, artificial intelligence, and other applications. It has a clean syntax and is easy to learn, making it a great choice for beginners as well as experienced developers. Here’s a quick overview from Fireship.io. Overview Variables and Data Types In Python, variables are used to store values such as numbers, strings, and other data types....

March 14, 2023 · 9 min · 1865 words · Angel