https://github.com/novvum/howtographqlv2
https://github.com/novvum/howtographqlv2
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novvum/howtographqlv2
- Owner: Novvum
- Created: 2019-04-17T17:31:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T17:34:15.000Z (about 7 years ago)
- Last Synced: 2025-01-21T03:11:15.872Z (over 1 year ago)
- Language: TypeScript
- Size: 558 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby TypeScript MDX Prismjs starter
Demo:
## Getting started
Install this by running the following from your CLI:
```bash
$ gatsby new my-website https://github.com/tylergreulich/gatsby-typescript-mdx-prismjs-starter
```
Run `yarn dev` to serve your website on .
Run `yarn build` to create a static site ready to host from (`/public`)
## Features
- [x] Gatsby 2.0
- [x] sharp
- [x] offline support
- [x] manifest
- [x] typescript
- [x] blog in mdx
- [x] Tools
- [x] [Jest](https://facebook.github.io/jest/) / [react-testing-library](https://github.com/kentcdodds/react-testing-library)
- [x] [Typescript](https://www.typescriptlang.org/) / [tslint](https://palantir.github.io/tslint/)
- [x] SEO
- [x] [Helmet](https://github.com/nfl/react-helmet)
- [x] [styled-components](https://www.styled-components.com/) for styling
- [x] [Prismjs](https://prismjs.com/) for syntax highlighting in blog posts
## Changing theme of Prismjs
Go into gatsby-browser.js and replace the theme with what you want
Some of their default themes can be found [here](https://prismjs.com/)
[List of other themes](https://github.com/PrismJS/prism-themes)