Skip to content

vickrylazuardi/nextra-blog

 
 

Repository files navigation

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 your name and site URL for the RSS feed in scripts/gen-rss.js. To change your feed run pnpm feed or yarn feed to create or update feed in your blog.
  3. Update the meta tags in pages/_document.js.
  4. 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:/frontendweb3/nextra-blog.git

# Step 2
cd nextra-blog


# Step 3
pnpm install 

# or 

yarn install

# Step 4
pnpm dev 

or

yarn dev

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

About

personal Portfolio blog with nextra, nextjs and tailwindcss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 13.7%