Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby.js V4 starter template based on the Highlights design by HTML5 UP for one-page portfolio sites.
Gatsby Starter Highlights is a Gatsby.js V4 starter template for building one-page portfolio sites, based on the Highlights design by HTML5 UP.
Gatsby Starter Highlights is a Gatsby.js V4 starter template that builds a one-page personal portfolio site using the Highlights design from HTML5 UP. It takes configuration from a central config.js file (site title, heading, subheading, social links) and outputs a static site with those details rendered in the Highlights layout. The template is developed by Anubhav Srivastava, with a live preview available at anubhavsrivastava.github.io/gatsby-starter-highlights, and is released under the MIT license.
Other Gatsby starters from the same author include gatsby-starter-casual, gatsby-starter-spectral, and gatsby-starter-resume, each also based on an HTML5 UP design.
Install the starter with the Gatsby CLI: gatsby new <site-name> https://github.com/anubhavsrivastava/gatsby-starter-highlights. After that, run npm install and gatsby develop to start a local dev server. To customize, edit config.js with your own site title, heading, and social links, then use npm run deploy to publish via gh-pages.
Yes. The starter is released under the MIT license, as indicated by the badge in the README, so you can use and modify it freely, including for commercial projects.
Yes. The installation instructions assume you have the Gatsby CLI installed globally (npm install --global gatsby-cli) so you can run gatsby new to create a project from this starter.
Yes. The project includes a pathPrefix value in config.js specifically for subpath hosting. If your site lives at https://example.com/somePath/, adjust pathPrefix accordingly; if it's at the root, remove the pathPrefix configuration.
Highlights is one of the free responsive website templates by HTML5 UP. This starter adapts that design to Gatsby, providing a ready-made layout for a single-page portfolio with sections and social links.
