Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.56 KB

Nebula

A modern blog template writen in Next.js

Features:

  • Write posts in markdown
  • Search/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:

  • Text search
  • Make it PWA
  • 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.