A modern blogging platform built with Node.js and Express, allowing you to upload markdown files, tag posts, and search by tags. Styled with a red background and gold monospaced text inspired by Chinese New Year or Papal vestments.
- Upload blog posts as Markdown files
- Add a title, date, and tags to each post
- Search/filter posts by tag
- Modern, monospaced UI with red/gold colors
- Install dependencies:
npm install
- Start the server:
node server.js
- Visit http://localhost:3000 in your browser.
public/
: Frontend assets (HTML/CSS/JS)posts/
: Uploaded markdown blog postsserver.js
: Express backendposts.json
: Blog post metadata index