A simple starter to get up and developing your digital curriculum with GatsbyJS
This product is a responsive starter theme for creating a resume using React. It allows users to showcase their skills, work experiences, and activities from GitHub. The theme is designed to be visually appealing and optimized for mobile devices. It also includes features such as Google Analytics, SEO optimization, dark mode, and animations.
To install this theme, follow the steps below:
Create a new Gatsby site using the Gatsby CLI:
npx gatsby new my-resume https://github.com/gatsbyjs/gatsby-starter-default
Navigate into your newly created Gatsby site’s directory:
cd my-resume
Open the configuration file located at data/siteConfig.js
and update it with your own data. Make sure to replace the googleAnalyticsId
with your own ID from Google Analytics.
Start the development server:
gatsby develop
Open your browser and visit http://localhost:8000
to view your resume. You can edit the source code in your preferred code editor to customize your resume. Changes will be reflected in real time.
Once you’re ready to generate a production build, run the following command:
gatsby build
To deploy your resume to GitHub Pages, use the following command:
gatsby deploy
This will deploy the production build to the gh-pages
branch of your repository. Make sure to check the pathPrefix
in the configuration file before deploying.
This product is a responsive starter theme for creating a resume using React. It provides users with a visually appealing and optimized template to showcase their skills, work experiences, and activities from GitHub. The theme includes features such as Google Analytics, SEO optimization, dark mode, and animations. Installation is straightforward, and users can customize their resume by editing the source code and easily deploy it to GitHub Pages. Overall, this product offers a convenient and efficient solution for creating a professional resume.