B4tuhanY1lmaz / Rubidium

A simple Markdown based static blog site with RSS support written in NextJS and TailwindCSS.

Home Page:https://nextjs-starter-markdown.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubidium

A simple markdown based blogsite with RSS feed created using NextJS + TailwindCSS. I created this site for learning and tried my best. It's a 100% functional website and you can even customize it and deploy as your own blog site.

Features:

  • ๐Ÿ“œ Markdown based pages
  • ๐Ÿ” SEO Optimized
  • ๐Ÿ“บ Simple, fast and responsive design
  • ๐Ÿ“ฌ RSS Feed Support
  • ๐Ÿ”ง Easly configurable

Deploying

On Vercel

  • Fork this repo,
  • Edit the config/siteconfig.json and config/header.json file according to your needs,
  • Delete the example posts from /posts folder and add yours,
  • Edit the pages under posts/pagesas you like,
  • Go to Vercel and add a new project from your forked repo,
  • And you're done.

On your server:

  • Clone this repo git clone https://github.com/B4tuhanY1lmaz/nextjs-starter-markdown
  • Edit the config/siteconfig.json and config/header.json file according to your needs,
  • Delete the example posts from /posts folder and add yours.
  • Edit the pages under posts/pagesas you like
  • Run the command yarn install && yarn build to build it locally
  • And to start your server up under the port 8080 run the command yarn start and you're done!

I recently wrote a post about how I deploy my own projects on my server. You can find it from this link.

Buy me a coffee!

About

A simple Markdown based static blog site with RSS support written in NextJS and TailwindCSS.

https://nextjs-starter-markdown.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.8%Language:CSS 5.2%