https://github.com/johnlindquist/next-mdx-blog
https://github.com/johnlindquist/next-mdx-blog
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/next-mdx-blog
- Owner: johnlindquist
- Created: 2018-08-17T17:10:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T22:11:47.000Z (over 7 years ago)
- Last Synced: 2025-03-17T11:11:16.995Z (over 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 38
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
https://next-mdx-blog-jkivtjoolv.now.sh
## Idea
Using `babel-plugin-preval` to read .md files from a dir.
## Credit
* @timneutkens - The idea to use preval
* @kentcdodds - For preval
* @zeithq - for Next.js ❤️