About

This project is a Node.js-based Static Site Generator (SSG) for personal portfolio websites. It transforms Markdown content (posts and pages) into static HTML using Handlebars for templating and Tailwind CSS for styling, with Vite assisting in CSS processing. Key features include Markdown-based content with YAML frontmatter, a homepage listing recent blog posts, SEO support, and a live-reloading development server. The project is deployable on Cloudflare Pages and has a working build process. Future enhancements include improved testing and optional features like tag pages and RSS feeds.