ryanwaits / waits.dev

Portfolio Site

Home Page:https://waits-dev.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextra Blog Theme

This portfolio BLOG is built with Next.js and Nextra. I used the nextra blog theme to built this blog.

Feature

  • Home page
  • Author support
  • Tags support
  • Newsletter support
  • Comment support
  • Syntax ( code ) Highlighting
  • Header,postFooter and footer customization
  • SEO and Sitemap support.

Home

Home page

Posts page

Posts page

Reading Page

Read page

Configuration

  1. Update your footer, navbar, comments and postFooter in theme.config.js.
  2. Update the meta tags in pages/_document.js.
  3. Update the posts inside pages/posts/*.md with your own content.

Note

Remove the basePath basePath: '/nextra-blog' in next.config.js. Other wise you see a blank screen on localhost:3000.

How to use

# Step 1
git clone https://github.com/frontendweb3/nextra-blog.git

# Step 2
cd nextra-blog

# Step 3
yarn install

# Step 4
yarn dev

# step 5
# remove the basePath in next.config.js
basePath: '/nextra-blog',

About

Portfolio Site

https://waits-dev.vercel.app

License:MIT License


Languages

Language:MDX 65.1%Language:TypeScript 18.0%Language:JavaScript 12.8%Language:CSS 4.1%