FierceNerds.io

Testing the FierceNerds Pipeline

Testing the FierceNerds Pipeline

This is a test post to verify the complete blog deployment pipeline from Obsidian to FierceNerds.io.

What This Tests

This post validates:

  • ✅ Obsidian to Hugo content sync
  • ✅ Markdown frontmatter processing
  • ✅ GitHub Actions automatic deployment
  • ✅ Hostinger Git integration
  • ✅ Blowfish theme rendering

The Writing Workflow

The beauty of this setup is its simplicity:

  1. Write in Obsidian (like this post!)
  2. Push to GitHub
  3. Deploy automatically via GitHub Actions
  4. Publish to fiercenerds.io via Hostinger

Code Example

Here’s a simple code block test:

function greet(name: string): string {
  return `Hello, ${name}! Welcome to FierceNerds.io`;
}

console.log(greet("World"));

Why “Fierce Nerds”?

Inspired by Paul Graham’s essay, this blog is dedicated to thinking things through—deeply, honestly, and without compromise.

What’s Next?

If you’re seeing this post on fiercenerds.io, the pipeline is working perfectly! Time to start writing real content.


This post was written in Obsidian and deployed automatically through the magic of Git, Hugo, and GitHub Actions.