- Framework: Next.js
- Deployment: Vercel
- Authentication: NextAuth.js
- Content: MD
- Styling: Chakra Ui And Tailwind CSS
data/*
- data that is used for /about page._posts/*
- MD data that is used for blogs.uses.lib/*
- Short for "library", a collection of helpful utilities or code for external services.pages/post/*
- Static pre-rendered blog pages using Markdown.pages/*
- All other static pages.public/*
- Static assets including fonts and images.styles/*
- A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
$ git clone https://github.com/InsiderJanggo/realpenguin-blog.git
$ cd realpenguin-blog
$ npm install
$ npm run dev
Create a .env
file similar to .env.example
.
Feel free to clone, but please remove all of my personal information (blog posts, images, etc.).