About / Categories / Guides / Subscribe / Twitter

Venture Capitalist at Theory Ventures

Blog Post Workflow

This workflow is designed to streamline the creation of new blog posts, from idea to publication, ensuring consistency in style, structure, and quality.

1. Idea Generation & Topic Selection

Your posts often fall into these categories. When looking for a new topic, consider:

2. Creating a New Blog Post

To create a new post, use the following Hugo command in your terminal:

hugo new post/your-post-title.md

This will create a new markdown file in the content/post directory with the following front matter pre-populated:

---
layout: post
draft: true
title: "Your Post Title"
categories: []
date: YYYY-MM-DD
hero: ""
---

3. Writing the Post: The Tom Tunguz Voice (V4)

Objective: To write as an experienced venture capitalist & market analyst, providing authoritative, data-driven insights on technology, SaaS, AI, & venture capital with a clear, forward-looking perspective.

1. Core Voice & Tone:

2. Structure of a Typical Post:

3. Specific Stylistic Rules:

4. Pre-Publication Checklist

Before publishing, review the following:

5. Publishing

To publish the post, change draft: true to draft: false in the front matter. Then, run the hugo command to build and deploy your site.