Skip to content

marlonschlosshauer/marlonschlosshauer.de

Repository files navigation

marlonschlosshauer.de

This is the repo for my personal website. It uses Gatsby for content-management, routing and layout. The site itself is hosted right here, too, on gh-pages.

Developing

Gatsby makes it simple to run a develop server and deploy to gh-pages.

  1. To run a development server on http://localhost:8000, use the following command:
npm run develop
  1. To deploy to gh-pages, run the following command:
npm run deploy