blog-tecnolgd v0.1.0 - Local Builder Baseline
Feature & Architecture Breakdown
- Pure HTML + CSS Base: Fast, single-digit KB file footprints with absolute zero client-side JavaScript, modern tracking scripts, or framework overhead.
- Idempotent Automation Script: A streamlined
generate_posts.pylocal utility that cleanly injects metadata straight fromposts_data.jsoninto thepost_template.htmlskeleton—automatically handling feed indexing without git noise from regenerated source code. - Content-Focused UX: High-contrast, near-black typography on a hyper-clean, minimal terminal-inspired canvas (
style.css). - Validated Pipeline: 129+ successful deployment cycles verified as operational and stable for public GitHub Pages hosting.
Note: This release freezes the Python script and JSON injection architecture. Version v0.2.0 will shift the entire environment to flat Markdown log parsing to maximize deployment speed and lower system overhead.
Full Changelog: https://github.com/tecnolgd/blog-tecnolgd/commits/v0.1.0