All Projects â†’ messa â†’ nextjs-mdx-blog-example

messa / nextjs-mdx-blog-example

Licence: other
Blog example using Next.js and MDX (Markdown + React)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nextjs-mdx-blog-example

nextjs-complete-boilerplate
Next js 12.3.1 boilerplate with Styled Components, Jest, React Testing Library, Prettier, ESLint, Plop JS and more 🚀
Stars: ✭ 50 (-20.63%)
Mutual labels:  mdx, next-mdx
blog
Tech Blog (moved to zenn.dev/hellorusk)
Stars: ✭ 29 (-53.97%)
Mutual labels:  mdx, next-mdx
LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node qu…
Stars: ✭ 108 (+71.43%)
Mutual labels:  example
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+12.7%)
Mutual labels:  example
javascript-starter
A few simple examples to help you get started using the Clarifai Javascript client and API
Stars: ✭ 18 (-71.43%)
Mutual labels:  example
cloudopt-next-example
Example of cloudopt-next
Stars: ✭ 22 (-65.08%)
Mutual labels:  example
Dagger2-Sample
Very simple example to use Dagger 2
Stars: ✭ 13 (-79.37%)
Mutual labels:  example
interop
Python/C/Go/Rust/Haskell interop examples
Stars: ✭ 24 (-61.9%)
Mutual labels:  example
sdl-imgui-example
An example of using Dear ImGui with SDL
Stars: ✭ 18 (-71.43%)
Mutual labels:  example
pwc-feeds
PapersWithCode RSS feeds (unofficial)
Stars: ✭ 20 (-68.25%)
Mutual labels:  rss-feed
awesome-iterative-projects
A list of projects relying on Iterative.AI tools to achieve awesomeness
Stars: ✭ 38 (-39.68%)
Mutual labels:  example
thvu-blog
My digital home on the internet.
Stars: ✭ 51 (-19.05%)
Mutual labels:  mdx
node-mock-examples
Examples of tests that mock Node system APIs: fs, http, child_process, timers
Stars: ✭ 38 (-39.68%)
Mutual labels:  example
gatsby-theme-egghead-blog
This is a theme version of our gatsby-starter-egghead-blog.
Stars: ✭ 18 (-71.43%)
Mutual labels:  mdx
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (-39.68%)
Mutual labels:  example
play-scala-seed.g8
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"
Stars: ✭ 66 (+4.76%)
Mutual labels:  example
demo-ipfs-id-qr-codes
Generates a QR Code of your IPNS URL and Public Key
Stars: ✭ 21 (-66.67%)
Mutual labels:  example
inline-mdx.macro
A babel-macro for transforming mdx inline
Stars: ✭ 94 (+49.21%)
Mutual labels:  mdx
supabase flutter
Using Supabase in Flutter
Stars: ✭ 38 (-39.68%)
Mutual labels:  example
awesome-flutter-ui
10+ flutter(android, ios) UI design examples âš¡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+1246.03%)
Mutual labels:  example

Simple static blog made with Next.js and MDX

Live demo: nextjs-mdx-blog-example.now.sh

Deployment

Build a static website and deploy using now.sh:

$ npm install && npm run export && cd out && now deploy

Similar projects

TODO

  • ✅ automatically generate list of all posts from the .mdx files
  • ✅ some basic CSS
  • ✅ layout for posts
  • ✅ RSS feed
  • more info in this readme - how to create post, post attributes
  • add more complex post example - with image, custom component, video
  • try to retrieve post title from the markdown <h1> title
  • describe deployment process using webhooks, CI etc.
  • automate deployment of this example
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].