raqibjs / nebula

A modern blog template writen in Next.js

Home Page:https://nebula.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nebula

A modern blog template writen in Next.js

Features:

  • Write posts in markdown
  • Filter posts by tags on homepage
  • Neat and clean modern UI
  • Beautiful Light and Dark theme with preference awareness
  • Code syntax highlighting with specific line change highlighting featues
  • Reading progress indicator
  • Awesome icon set
  • Ready to ship with vercel(previously known as now)

How to use this project

After forking/cloning the project run:

# running with yarn
yarn # to intall dependencies
yarn dev # to run development server

# running with npm
npm install # to intall dependencies
npm run dev # to run development server

Development

ToDo:

  • Search by tags
  • Text search
  • Blog series with multiple posts
  • Add Disqus for comment section
  • Implement tests (should have done it sooner)

Acknowledgement

This repo is a fork of this wonderful blog by Telmo. I am using React-icons which is another very useful project. I'm also using illustrations from undraw. This repo would not be possible without these wonderful opensource projects, I'm grateful to the opensource community.

License

I'm not using any license in this repository, there's a section named uncopyright in the blog, and I claim no copyright of this content or source code. Credit is appreciated but not required.

About

A modern blog template writen in Next.js

https://nebula.now.sh/


Languages

Language:JavaScript 64.5%Language:CSS 35.5%