January 1, 0001

Blog Content Repository

Welcome to the content repository for all blog posts written by Nataraj Basappa. This repository is automatically generated from an Obsidian Vault, collecting all notes tagged specifically for blogging. Some posts may be unpublished drafts—look for the draft tag to identify these.

How It Works

This repository serves as a central hub for blog content, making it easy to manage, review, and publish your writing. Notes are converted into blog-ready posts using the Obsidian Hugo Publish plugin, which formats and exports them to a Hugo-compatible directory.

Adding New Content

Follow these simple steps to add your latest writing:

  1. Write a New Note in Obsidian Craft your blog post as a new note within your Obsidian Vault.
  2. Prepare for Publication If you want to publish the note, add the following frontmatter at the top. The blog tag is essential for inclusion. This is a content repository for all the blogs post written. It might not be published check the draft tag. This repository is genereated from Obsidian Vault for all the notes that have a specific tag in my case blog tag.
---
title: "Your Note Title"
date: "YYYY-MM-DD"
author: "Nataraj Basappa"
tags:
  - any_other_tags
  - best_tag
  - lovely_tag
  - blog
slug: "url-friendly-slug"
draft: false
---

• Set draft: true if you are not ready to publish yet.

  1. Publish with Obsidian Hugo Publish Plugin Run the Obsidian Hugo Publish plugin. It will convert your note into a Hugo blog post and write it to your configured directory.

Notes

Happy writing and publishing! 🚀

© Nataraj Basappa 2025