Skip to content

t-ritz/cv-gatsby

Repository files navigation

Online Resume

Online cv created based on this template: gatsby-starter-cv. I change this for my purposes.

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    npx gatsby new my-default-starter https://github.com/thibaud-ritzenthaler/gatsby-cv
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-default-starter/
    yarn develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    _Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial._

    Open the my-default-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

  4. Generate production build

That command will generate a production build on public folder

  yarn build

Configuration

Update the configuration file with your data. The configuration file is in data/siteConfig.js