Welcome to myprivacy.tools

This is an example blog post. You can write your posts in markdown and the build script will convert them to HTML automatically.

How it works

Simply create a `.md` file in the `blog-posts/` directory with front matter at the top:

---
title: Your Post Title
date: 2024-01-15
category: Privacy
readTime: 5
summary: Brief summary for the blog listing
---

Your markdown content goes here...

Then run `node build-blog.js` and it will generate: 1. Individual blog post pages (e.g., `blog-welcome-to-myprivacytools.html`) 2. An updated `blog.html` index page with all your posts

Features

- Simple markdown support — bold, italic, links, headings, code blocks - Front matter metadata — title, category, reading time, summary - Auto-generated index — blog.html updates automatically - No dependencies — pure Node.js, no external libraries needed

Delete this file and add your own posts to get started!