Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jul-sh/archive-jul.sh

archive of my personal website built w gatsby.js
https://github.com/jul-sh/archive-jul.sh

gatsbyjs javascript netlify offline-js pwa react

Last synced: about 2 months ago
JSON representation

archive of my personal website built w gatsby.js

Awesome Lists containing this project

README

        

## Tech Stack 🥞

#### Foundation 🏡

Using **[GatsbyJs](https://github.com/gatsbyjs/gatsby)** the website's **[React](https://github.com/facebook/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**](https://graphql.org/).

#### Styling 👩‍🎨

Styling is done using [**Styled Components**](https://www.styled-components.com).

## Linting & Formatting 🔍

The codebase is type-checked using **[TypeScript](https://www.typescriptlang.org/)**, formatted using **[Prettier](https://github.com/prettier/prettier)** and linted using **[TSLint](https://palantir.github.io/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](https://netlify.com)**. It is then deployed as a static site using the Netlify CDN.