chhk-dev / egghead-next

The next iteration of the frontend for egghead.io.

Home Page:https://next.egghead.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.mdx. The page auto-updates as you edit the file.

MDX Layouts

The next-mdx-enhanced package allows us to assign layouts to specific pages as well as a default layout. These are stored in /src/layouts and are configurable via frontmatter in .mdx files.

---
layout: 'ultimate-guide'
title: 'an Ultimate Guide'
---

This will use /src/layouts/ultimate-guide.tsx as a layout.

About

The next iteration of the frontend for egghead.io.

https://next.egghead.io

License:Other


Languages

Language:TypeScript 71.3%Language:JavaScript 28.4%Language:CSS 0.3%