All Projects → ericclemmons → mdx-site

ericclemmons / mdx-site

Licence: other
Static site generator powered by TypeScript, MDX, & React.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mdx-site

now-swift-example
Example for use Kitura framework and swift lang with https://zeit.co/now.
Stars: ✭ 18 (-62.5%)
Mutual labels:  now
NextBook
NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.
Stars: ✭ 153 (+218.75%)
Mutual labels:  mdx
js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (+89.58%)
Mutual labels:  mdx
static-auth
The most simple way to add Basic Authentication to a static website hosted on Vercel.
Stars: ✭ 25 (-47.92%)
Mutual labels:  now
create-nteract-app
⚡ Create an nteractive application with zero configuration
Stars: ✭ 31 (-35.42%)
Mutual labels:  mdx
remark-hint
Sprinkle hints/tips/warnings on your documents
Stars: ✭ 36 (-25%)
Mutual labels:  mdx
MMDSP
multi music status display MMDSP
Stars: ✭ 35 (-27.08%)
Mutual labels:  mdx
nextjs-complete-boilerplate
Next js 12.3.1 boilerplate with Styled Components, Jest, React Testing Library, Prettier, ESLint, Plop JS and more 🚀
Stars: ✭ 50 (+4.17%)
Mutual labels:  mdx
joeprevite.com
my digital garden 🌱
Stars: ✭ 31 (-35.42%)
Mutual labels:  mdx
mdxtools
A bunch of tools for handling the MDX music format (music for the Sharp x68000)
Stars: ✭ 44 (-8.33%)
Mutual labels:  mdx
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+147.92%)
Mutual labels:  mdx
nikolovlazar.com
My personal site's repo built using Next.js, Chakra UI, MDX, Prisma, PlanetScale.
Stars: ✭ 126 (+162.5%)
Mutual labels:  mdx
next-mdx-frontmatter
Use MDX + front-matter with Next.js
Stars: ✭ 27 (-43.75%)
Mutual labels:  mdx
theme-starter
🐤 A sample Next.js project for getting started with MDX, Theme UI, & Hack Club Theme.
Stars: ✭ 71 (+47.92%)
Mutual labels:  mdx
now-custom-runtime
ZEIT Now v2.0 builder for custom AWS Lambda runtimes
Stars: ✭ 21 (-56.25%)
Mutual labels:  now
samuelkraft-next
My personal website written with Next.js, Typescript, MDX, Tailwind
Stars: ✭ 250 (+420.83%)
Mutual labels:  mdx
Temps
λ A selfhostable serverless function runtime. Inspired by zeit now.
Stars: ✭ 15 (-68.75%)
Mutual labels:  now
htmdx
HTMDX: Lightweight runtime for mdx-like markdown
Stars: ✭ 82 (+70.83%)
Mutual labels:  mdx
mailto
💌 ⚡️ The mailto encoder
Stars: ✭ 157 (+227.08%)
Mutual labels:  now
micro-unfurl
Small microservice that unfurls a URL and returns the OpenGraph meta data
Stars: ✭ 28 (-41.67%)
Mutual labels:  now

mdx  S I T E

Static site generator powered by:

lighthouse score

Getting Started

If you're starting from scratch:

  1. mkdir my-site
  2. cd my-site
  3. yarn init -y

Picture of previous steps

Within your project, install mdx-site:

  • yarn add mdx-site

Picture of previous step

Now you're ready to run it:

  • yarn mdx-site

Picture of previous step

Picture of previous step

Authoring

  1. Add pages to content/:page/index.mdx

  2. export data via content/:page/index.tsx

  3. Customize HTML template: public/index.html

  4. Customize components: components/:tag.tsx

  5. 🚀 Publish to dist:

    yarn mdx-site build

All changes are hot-reloaded. Refresh for changes!

Deployment

  1. yarn mdx-site build
  2. Publish dist as a static site using Netlify, Now, or whatever you'd like.

Author

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].