Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 995 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 995 Bytes

Pixels and Pages

A minimal, clean static blog hosted on GitHub Pages. Writing about cat, life, and everything in between.

Structure

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

Development

This is a static website built with vanilla HTML, CSS, and JavaScript. No build process required.

Features

  • Responsive design
  • Tag-based navigation
  • Clean, minimal interface
  • Optimized for GitHub Pages

Adding New Content

  1. Create a new article in the articles/ directory
  2. Add images to the images/ directory
  3. Update relevant tag pages in tags/
  4. Link the new article in index.html if featuring on homepage

Color Scheme

  • Dark: #373B3E
  • Gray: #BEC8D1
  • Mint: #86CECB
  • Teal: #137A7F
  • Pink: #E12885