A minimal, clean static blog hosted on GitHub Pages. Writing about cat, life, and everything in between.
minimal-blog/
├── index.html # Main landing page
├── styles.css # Global styles
├── script.js # Global JavaScript
├── articles/ # Blog posts
├── images/ # Image assets
└── tags/ # Tag category pages
This is a static website built with vanilla HTML, CSS, and JavaScript. No build process required.
- Responsive design
- Tag-based navigation
- Clean, minimal interface
- Optimized for GitHub Pages
- Create a new article in the
articles/
directory - Add images to the
images/
directory - Update relevant tag pages in
tags/
- Link the new article in
index.html
if featuring on homepage
- Dark: #373B3E
- Gray: #BEC8D1
- Mint: #86CECB
- Teal: #137A7F
- Pink: #E12885