Skip to content

catcatcatcat/catcatcatcat.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • CSS 54.2%
  • HTML 39.3%
  • JavaScript 3.6%
  • Ruby 2.9%