ardennl-gatsby
ardennl-gatsby copied to clipboard
Personal page made with Gatsby.js
Arden.nl
Repository of arden.nl created with Gatsby and styled with emotion-js.
Installation
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.
Features
- Gatsby v3
- emotion-js for styling with
gatsby-plugin-emotion - TypeScript support
- Prettier
- Pre-commit hooks with
stage-lintandhusky - Offline support with
gatsby-plugin-offline - Sitemap with
gatsby-plugin-sitemap - Tracedsvg images with
gatsby-imageandgatsby-plugin-sharp - Blog based on MarkDown files
- categories
- tags
- SEO component with React Helmet.
Hosting
This site is hosted on Netlify and updates are triggered by pushing the master branch to GitHub.