/gatsby-portfolio

Creative personal & portfolio template built with Gatsby. Designed so you can write your blog and talk about awesome books you've read.

Primary LanguageJavaScriptMIT LicenseMIT

Gatsby

Gatsby's Portfolio starter

Creative personal & portfolio template built with Gatsby. Designed so you can write your blog and talk about awesome books you've read. This page is based on https://github.com/AbdaliDahir/gatsby-portfolio, but I completely re-organized the whole folder structure and content layout. The design is basically the same but I removed a lot of parts and introduced other section in place.

🚀 Quick start

  1. Create own repository

    Click the button Use this template to create your own repository based on this one.

    # clone your repo
    git clone ...
  2. Start developing

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

    cd gatsby-portfolio/
    npm install

    Start development server

    npm start
  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.

🧐 What's inside?

It's a full-fledged Gatsby SPA. It has already a GitHub Action set up to publish the site on GitHub pages.

A GitHub Personal Access Token is required for this. See: https://github.com/enriikke/gatsby-gh-pages-action#knobs--handles

Contribution

I'm happy with any contribution, do not hesitate to file a pull request.

License

MIT