π AcidOP
Source code to my personal blog site where I write about cybersecurity stuff and other tech related writeups.
- Nextjs
- Tailwind CSS
- Markdown
git clone https://github.com/AcidOP/acidop.codes.git
cd acidop.codes
npm install
npm run dev
npm run build
npm run serve
If you want to use this for your own project:
- Delete my details from
/data/authors/default.mdx
- Delete my pictures from
/public/static/images/
- Add your own blogs and projects
Just use Vercel, Netlify or something else.