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.
- 📜 Markdown based pages
- 🔍 SEO Optimized
- 📺 Simple, fast and responsive design
- 📬 RSS Feed Support
- 🔧 Easly configurable
- Fork this repo,
- Edit the
config/siteconfig.jsonandconfig/header.jsonfile according to your needs, - Delete the example posts from
/postsfolder 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.
- Clone this repo
git clone https://github.com/B4tuhanY1lmaz/nextjs-starter-markdown - Edit the
config/siteconfig.jsonandconfig/header.jsonfile according to your needs, - Delete the example posts from
/postsfolder and add yours. - Edit the pages under
posts/pagesas you like - Run the command
yarn install && yarn buildto build it locally - And to start your server up under the port 8080 run the command
yarn startand 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.