Skip to content

Releases: TheFoxy23/thefoxy23.github.io

The Analytical Stack - Version 1.0

21 Feb 10:23
9b9d89a

Choose a tag to compare

The Analytical Stack — v1.0

A small, hand-crafted static developer journal and portfolio showcasing short technical notes, project write-ups, and a lightweight client-rendered blog.

🌐 Live site: thefoxy23.github.io


🧱 Stack

Pure and minimal — no frameworks, no build bloat.

Layer Tech
Structure HTML
Styling CSS
Logic Vanilla JavaScript

✨ Features

  • Client-side blog — Posts are stored as JSON files in posts/ and rendered dynamically via blog.js
  • Reusable components — Header & footer are injected by components.js, keeping pages DRY
  • Matrix canvas animation — Aesthetic homepage eye-candy, because why not
  • Lucide icons — Lightweight, clean iconography throughout
  • CI-friendly indexingbuild-posts-index.js auto-generates posts.json, triggered by build-posts-index.yml

📦 What's Changed

PR Description
#1 Favicon edit
#2 Edited media directory
#3 Last "media" directory version

🌱 Contributors


📋 Full Changelog: version_1.0