Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jul-sh/archive-jul.sh
- Owner: jul-sh
- License: mit
- Archived: true
- Created: 2018-02-08T19:34:08.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T11:34:18.000Z (about 3 years ago)
- Last Synced: 2024-08-01T22:54:13.563Z (5 months ago)
- Topics: gatsbyjs, javascript, netlify, offline-js, pwa, react
- Language: TypeScript
- Homepage: https://jul.sh
- Size: 39.3 MB
- Stars: 30
- Watchers: 1
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.