Skip to main content

Refactoring Homepage Features from the Boilerplate - Setup Part 3

· 4 min read
Raghvendra Saralaya
Software Engineer, Founder of Fluxainē Studios

While refining the Fluxainē Studios homepage, I made a small but important UI refactor: replacing the default SVG-based feature icons with custom 1080×1080 PNG images.

Although this sounds simple, it touches React component design, TypeScript module resolution, and Docusaurus asset handling. This post walks through each change with a clear before → after comparison.

From Zero to Live - Setup Part 1

· 4 min read
Raghvendra Saralaya
Software Engineer, Founder of Fluxainē Studios
Setting Up Fluxainē Studios on GitHub Pages with Docusaurus

This post documents the complete, correct setup of the Fluxainē Studios website — from an empty GitHub repository to a fully deployed, production-ready site using Docusaurus, TypeScript, and GitHub Actions, hosted on GitHub Pages.