jul-sh / archive-jul.sh

archive of my personal website built w gatsby.js

Home Page:https://jul.sh

Repository from Github https://github.comjul-sh/archive-jul.shRepository from Github https://github.comjul-sh/archive-jul.sh

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.

About

archive of my personal website built w gatsby.js

https://jul.sh

License:MIT License


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%