Gatsby Starter Overflow
A Gatsby.js V4 starter template based on the Overflow theme by HTML5 UP. This template provides a solid foundation for building personal websites, portfolios, and blogs with a clean and modern design.
Key Features:
- Gatsby.js V4: Utilizes the latest version of Gatsby for improved performance and features.
- HTML5 UP Theme: Based on the popular Overflow theme, offering a stylish and responsive design.
- Easy Personalization: Configuration file (
config.js
) for quick customization of site title, author information, and social links. - GitHub Pages Deployment: Includes a script for easy deployment to GitHub Pages.
- Path Prefix Support: Configured for hosting on subpaths of a domain.
Use Cases:
- Personal Websites: Ideal for creating a personal website to showcase your skills and experience.
- Portfolio Sites: Perfect for building a portfolio to display your projects and work.
- Blogs: Can be adapted for creating a simple blog with a clean and modern design.
Installation:
npm install --global gatsby-cli
gatsby new <site-name> https://github.com/anubhavsrivastava/gatsby-starter-overflow
cd gatsby-example-site
npm install
gatsby develop
Personalization:
Edit config.js
to customize the site with your own information.