A deep‑dive into building a reproducible, animated Matrix‑style digital rain effect in pure SVG. Covers the architecture, implementation, configuration, and integration with a modular banner generator for Pelican static sites.... Read More
All tags » Pelican
1-7 / 7 articles
A deep dive into a Python tool that combines, purges, minifies, and redeploys CSS bundles for Pelican themes using a recipe-based pipeline. Learn how it records every build step, automatically replays the entire chain, and drops the result into the output folder – no full site rebuild required.... Read More
Learn how to structure your Pelican content directory, define a rich metadata vocabulary, and treat Markdown files as queryable data records. This foundation enables all future dynamic‑like features without plugins.... Read More
A deep dive into designing a banner generation system that treats visual assets as part of the build pipeline – with themes, components, and deterministic output.... Read More
A structured, production-style setup of Pelican focusing on clean architecture, isolated environments, modular configuration, and plugin discipline.... Read More
Most developers treat static sites like simplified dynamic apps. That’s a mistake. In this guide, we explore the mental model shift from runtime thinking to build-time precomputation, turning your Pelican site into a fast, data-driven system.... Read More
Static websites aren’t outdated—they’re a deliberate engineering choice. In this article, we break down why static sites still outperform modern frameworks in speed, security, and cost, and set the foundation for building dynamic-feeling websites without backend complexity.... Read More