taniarascia.com is the open-source codebase for Tania Rascia’s personal developer website and technical blog. The site is built with Gatsby, React, and Node.js and stores its publishing content separately from the main application source. Gatsby generates the site while plugins handle Markdown transformation, responsive images, feeds, sitemaps, and local search. Syntax-highlighted code examples support the programming tutorials and technical articles that form much of the site. React components provide the custom layouts and interface instead of relying on a reusable commercial theme. Netlify configuration is included for deployment, while PostCSS handles modern styling features. The repository is intended as the source for this specific website rather than as a supported starter template for other blogs.
Features
- Gatsby static site generation
- React-based custom interface
- Markdown article processing
- Local content search
- Syntax-highlighted code examples
- RSS, sitemap, image, and Netlify integration