Gatsby.js V2 starter template based on Resume by startbootstrap
The gatsby-starter-resume is a starter template based on the Resume theme by startbootstrap and built with Gatsby.js V4. It provides a structure for building a personal resume website using Gatsby.js. The template is highly customizable and allows users to easily personalize it with their own details. It also provides options for changing the theme color and supports deployment using GitHub Pages. The project is open source and welcomes contributions from the community.
To use the gatsby-starter-resume template, follow these steps:
npm install -g gatsby-cli
git clone https://github.com/{username}/{repository}.git
cd {repository}
npm install
config.js
file to update your details:vim config.js
To change the theme color, go to src/assets/sass/_variables.scss
and modify the $primary
variable.
To deploy the website using GitHub Pages, run the following command:
npm run deploy
pathPrefix
in config.js
to the relevant path. If your site is hosted as the root site, i.e., without a subpath, remove the pathPrefix
configuration.The gatsby-starter-resume is a Gatsby.js V4 starter template based on the Resume theme by startbootstrap. It provides a structure for building a personal resume website with customizable features. The template supports easy personalization using a provided config file and also allows users to change the theme color. Deployment using GitHub Pages is supported with a simple command. The project is open source and welcomes contributions from the community.