Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zainfathoni/www.zainfathoni.com
Zain Fathoni's legacy personal website built using Gatsby and deployed at Netlify
https://github.com/zainfathoni/www.zainfathoni.com
Last synced: 3 months ago
JSON representation
Zain Fathoni's legacy personal website built using Gatsby and deployed at Netlify
- Host: GitHub
- URL: https://github.com/zainfathoni/www.zainfathoni.com
- Owner: zainfathoni
- License: mit
- Created: 2019-07-21T14:03:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:58:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T15:32:06.786Z (6 months ago)
- Language: JavaScript
- Homepage: https://v1.zainfathoni.com
- Size: 7.21 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- oss - zainfathoni.com - React, Gatsby (Open Source Project / Blog)
README
# egghead.io creator MDX Blog Starter Project
This is based on Robin Wieruch's https://github.com/rwieruch/gatsby-mdx-blog-starter-project
Lots 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).
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/eggheadio/gatsby-starter-egghead-blog)
## 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`
- `yarn`
- `gatsby 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`
- `yarn`
- `gatsby develop`
- visit http://localhost:8000