Repository of arden.nl created with Gatsby and styled with emotion-js.
Clone / download repository, install with yarn install
. Start developing with yarn develop
and create a production build with gatsby build
. Use gatsby serve
to start a server with your production build.
You can also use yarn build
to build a production site and start the server sequentally.
- Gatsby v3
- emotion-js for styling with
gatsby-plugin-emotion
- TypeScript support
- Prettier
- Pre-commit hooks with
stage-lint
andhusky
- Offline support with
gatsby-plugin-offline
- Sitemap with
gatsby-plugin-sitemap
- Tracedsvg images with
gatsby-image
andgatsby-plugin-sharp
- Blog based on MarkDown files
- categories
- tags
- SEO component with React Helmet.
This site is hosted on Netlify and updates are triggered by pushing the master branch to GitHub.