feat: move articles link from 'blog/' to 'post/' paths
This commit is contained in:
parent
350f6f3865
commit
7e5f8ce06f
9 changed files with 15 additions and 9 deletions
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
title: 'The Art of Minimalism'
|
||||
description: 'Thoughts on minimalism in design and code'
|
||||
pubDate: '2025-06-05'
|
||||
---
|
||||
|
||||
Minimalism isn't just about having less, it's about making room for what matters.
|
||||
|
||||
In code, this means writing clean, maintainable code that does exactly what it needs to do, nothing more, nothing less.
|
||||
|
||||
This terminal blog is an exercise in digital minimalism - stripping away the unnecessary to focus on what's important: the content.
|
||||
|
||||
## Minimalist Principles in Code
|
||||
|
||||
1. **Do one thing well** - Functions and components should have a single responsibility
|
||||
2. **Eliminate unnecessary state** - Less state means fewer bugs and easier reasoning
|
||||
3. **Prefer immutability** - Immutable data structures lead to more predictable code
|
||||
4. **Embrace constraints** - Limitations often lead to more creative solutions
|
||||
|
||||
## Terminal Aesthetics
|
||||
|
||||
There's something beautifully minimalist about terminal interfaces. They strip away the graphical excess and focus on pure functionality. Yet, within these constraints, there's a unique aesthetic that many find appealing.
|
||||
|
||||
The monospace fonts, the cursor blinking in the void, the clean, structured output - all of these elements combine to create an experience that's both functional and visually satisfying.
|
Loading…
Add table
Add a link
Reference in a new issue