Web Development

Building a Personal Portfolio with Tailwind CSS

Val Paliy

Creating a personal portfolio website is one of the first projects most web developers tackle when learning new technologies. It’s the perfect combination of practical utility and skill demonstration—a place where you can showcase your work while practicing the tools you want to master. My latest project, a Tailwind Portfolio template, demonstrates how to build a modern, professional portfolio using Tailwind CSS with features that rival complex React or Vue implementations—all with plain HTML and JavaScript.

Why Tailwind CSS?

Tailwind CSS has revolutionized the way we approach CSS styling. Rather than writing custom CSS classes for every component, Tailwind provides a comprehensive utility-first framework that lets you build custom designs directly in your HTML. The key advantage? Zero runtime overhead and complete control over your styling without ever leaving your markup.

Introducing Olivero Hugo Theme: Drupal's Award-Winning Design for Hugo

Val Paliy

The Hugo community has a stunning new addition that brings one of the most acclaimed web designs to the static site world. I’m excited to introduce the Olivero Hugo Theme - a complete 1:1 replication of Drupal’s award-winning Olivero theme, meticulously crafted for Hugo’s static site generator.

Born from Drupal’s default theme that revolutionized accessibility and modern web design, this Hugo version maintains every pixel-perfect detail while leveraging Hugo’s blazing-fast performance. Whether you’re building a personal blog, corporate site, or documentation portal, Olivero delivers professional aesthetics with enterprise-grade accessibility standards.

Why I Don't Use Netlify CMS (Yet)?

Val Paliy

Back in 2021, when I first considered adding a content management system to my static site, I evaluated several options. Netlify CMS (now called Decap CMS) was a popular choice, but at the time, it didn’t fully support my then-framework of choice, Statiq Web. The integration required workarounds that felt fragile, and I decided to stick with writing content directly in Markdown files.

The Static Site CMS Challenge

Managing content on static sites has always presented a unique challenge. Unlike dynamic CMS platforms like WordPress, static sites generate HTML at build time, which means there’s no database-driven content management out of the box. For developers comfortable with Markdown and Git, this is rarely an issue. However, for non-technical content creators or for quick edits on the go, a graphical interface becomes valuable.