fix: theme a bit

This commit is contained in:
SauravDhakal
2026-04-01 09:14:17 +05:45
parent df6f488ccd
commit 38baeb86e8
21 changed files with 204 additions and 216 deletions

View File

@@ -0,0 +1,26 @@
---
title: "The Art of the Digital Garden"
date: 2026-04-01T08:55:00+05:45
draft: false
tags: ["philosophy", "gruvbox", "hugo"]
description: "Exploring the concept of a digital garden and how a refined Gruvbox theme enhances the experience."
---
Welcome to my digital garden. This is a place where I share my thoughts, projects, and lessons learned along the way. Unlike a traditional blog, a digital garden is always growing and evolving.
### Why Gruvbox?
Gruvbox is more than just a color scheme; it's a philosophy of contrast and harmony. By using the "Hard" contrast variant, we achieve a focus that is both easy on the eyes and aesthetically pleasing.
```javascript
const theme = "Gruvbox Dark Hard";
console.log(`Current theme: ${theme}`);
```
### The Beauty of Hugo
Hugo allows for lightning-fast build times and complete control over the structure of our content. Paired with a minimal theme like PaperMod, it provides the perfect canvas for technical writing.
> "A garden is never finished."
I hope you enjoy exploring these notes and posts as much as I enjoy writing them.