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:
- Write a New Note in Obsidian Craft your blog post as a new note within your Obsidian Vault.
- 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 thedraft
tag. This repository is genereated from Obsidian Vault for all the notes that have a specific tag in my caseblog
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.
- 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
- Only notes with the
blog
tag will be included in this repository. - Posts marked as
draft: true
will not be published publicly. - The repository is regenerated each time you run the publishing process.
Happy writing and publishing! 🚀