Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joefiorini/joefiorini.com
https://github.com/joefiorini/joefiorini.com
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joefiorini/joefiorini.com
- Owner: joefiorini
- License: mit
- Created: 2019-02-25T15:48:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T16:00:27.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T16:29:19.793Z (2 months ago)
- Language: JavaScript
- Size: 3.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egghead.io creator MDX Blog Starter Project
This is based on Robin Wieruch's https://github.com/rwieruch/gatsby-mdx-blog-starter-project
Lot's of nice pieces are also borrowed from Jason Lengstorf https://github.com/jlengstorf/lengstorf.com
A starter project in [Gatsby.js](https://www.gatsbyjs.org/) with [MDX](https://github.com/mdx-js/mdx).
## Features
- MDX: JavaScript/React in Markdown
- Prism.js: Syntax Highlighting
- Pagination
- Emotion
- Typography.js
- Self-hosted fonts ([Inter UI](https://rsms.me/inter/))
- Social media share buttons
- Site & Theme config files
- ConvertKit subscribe form (Formik and Yup)
- Placeholder illustrations by [Katerina Limpitsouni](https://twitter.com/ninalimpi) from [undraw.co](https://undraw.co/)## [➞ Demo](https://egghead-gatsby-starter.netlify.com/)
## Setup
- `git clone [email protected]:eggheadio/gatsby-starter-egghead-blog.git`
- `cd gatsby-starter-egghead-blog`
- `npm install`
- `npm run develop`
- visit http://localhost:8000## Setup via Gatsby CLI
- `gatsby new gatsby-starter-egghead-blog [email protected]:eggheadio/gatsby-starter-egghead-blog.git`
- `cd gatsby-starter-egghead-blog`
- `npm install`
- `gatsby develop`
- visit http://localhost:8000