Skip to content

madeleinemc/website

 
 

Repository files navigation

Tech Stack 🥞

Foundation 🏡

Using GatsbyJs the website's React code is rendered to static HTML at built time. Once a client visits the page, a JavaScript bundle is loaded asynchronously.

Data 📚

Content is stored in markdown files and queried using GraphQL.

Styling 👩‍🎨

Styling is done using Styled Components.

Linting & Formatting 🔍

The codebase is type-checked using TypeScript, formatted using Prettier and linted using TSLint. Enforced using commit hooks.

Continuous Deployment 🚀

As soon as changes are merged into the master branch, the page will automatically be built by Netlify. It is then deployed as a static site using the Netlify CDN.

Gatsby Starter ✨

For a skeleton Gatsby starter of this website, see: https://github.com/juliettepretot/gatsby-typescript

About

personal website built with gatsby.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • JavaScript 8.3%