Static portfolio site built with Gatsby and Netlify CMS
This is Gatsby site that leverages Netlify CMS for content editing. It is a great starting point to deploy a small personal site, or a foundation to scale for a project even larger.
Before diving in, take a moment to see if the following scenarios apply. If not, it may be best to explore other options that will better fit your needs. If you know that this is right for you, proceed to the quick start section.
This site integrates seamlessly with Netlify CMS.
Netlify CMS is an open source content management system for Git workflows. With Github permissions, it will read/write/edit markdown files saved under pages. Anytime an admin user makes changes to a page or section, Netlify CMS will create a new commit with the changes and merge into the master branch in the Github repository. This will then trigger the continuous deployment performed by Netlify.
To add/edit/delete fields in Netlify, navigate to the config.yml
file under static/admin
in the project code.
(Read more about Netlify CMS Configuration)
This site is built with Gatsby, a static-site generator.
Gatsby is a free and open source framework based on React that helps developers build performant websites and apps, while proving out-of-the-box accessible components. Gatsby also allows developers to query data from anywhere via GraphQL.
(Learn more about how Gatsby works)
This project uses TypeScript, a statically typed superset of JavaScript.
Managing large Javascript codebases can be challenging. This is why more teams are adopting TypeScript to feel more confident when shipping code. A static type checker does not modify how your code behaves at runtime — instead it analyzes your code and attempts to infer types wherever possible, warning the developer before code ships.
Clone the project to your local development environment:
git clone git@github.com:hkolsen/gatsby-portfolio-site.git
Run Yarn in the console to install all dependencies:
yarn
Once complete, run the following to preview locally:
yarn start
To build the project and serve on your local server:
yarn build && yarn serve
prefers-reduced-motion
query