https://github.com/nampdn/nampdn_blog
https://github.com/nampdn/nampdn_blog
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nampdn/nampdn_blog
- Owner: nampdn
- License: mit
- Created: 2019-07-19T10:26:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:31:00.000Z (over 2 years ago)
- Last Synced: 2025-07-19T10:42:22.220Z (about 1 year ago)
- Language: JavaScript
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
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).
[](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 git@github.com: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 git@github.com:eggheadio/gatsby-starter-egghead-blog.git`
- `cd gatsby-starter-egghead-blog`
- `yarn`
- `gatsby develop`
- visit http://localhost:8000