My First Post: The Creation of Moniker

My First Post: The Creation of Moniker

Why Moniker?

When I began, I had a simple idea, a theme that was clean and straightforward, yet inviting enough to stand out. I didn’t want something overly austere like a brutalist website, but at the same time nothing overly complex since this is my first time building a website template from scratch.

This project was my first real plunge into the world of front-end web design, and even though I started with only a little prior experience, I learned a tremendous amount along the way. Here’s a look behind the scenes at the parts that make up Moniker and the things I learned from putting it all together.

The Building Blocks

Archetypes: A Starting Point for Every Page

I started with Hugo’s archetypes to simplify content creation:


Diving into Layouts and Templates

Hugo’s templating system is incredibly powerful, and building Moniker really pushed me to understand its potential. Here’s what I did:

The Base Layout

Homepage

Post and Single Page Layouts

Taxonomies and the 404 Page


Modular Design with Partials

To keep my code DRY (Don’t Repeat Yourself), I split common elements into partials:


Styling: Bringing It All Together

I am currently using one long style.css file and a fonts.css file, in the future I will make these more modular and perhaps include SCSS, adding parameters for accent color control, adjustable profile picture size and things of that nature:

Dark and Light Mode

I prefer dark mode on just about every website I visit whenever it’s available and even when it’s not, and with DarkReader I can. But still, I wanted users to have a choice, so I implemented a dark/light mode toggle with javascript(I will most likely make a purely CSS implementation of this in the future):


Config File

The hugo.toml file:


Lessons Learned and Moving Forward

Building Moniker wasn’t without its frustrations. As always there were moments when a missing semicolon or a misconfigured partial left me scratching my head. But every challenge taught me something new:

This project has been an invaluable learning experience with front end development.

Thanks for reading!

Check out Moniker Here

Published on March 14, 2025 and tagged Hugo , Markdown , Web Design .