Personal cybersecurity portfolio, technical blog, writeup repository, and knowledge base for zer0arc4.
Live Site: https://zer0arc4.github.io/
- Hugo Extended — Static site generator
- cyber-ember theme — Custom Hugo theme
- Tailwind CSS — Utility-first CSS
- Pagefind — Static search
- Giscus — GitHub Discussions comments
- Plausible — Privacy-friendly analytics
- GitHub Actions — CI/CD deployment
- Hugo Extended >= 0.120
- Node.js >= 20
npm install
hugo server -D --disableFastRendernpm run buildzer0arc4/zer0arc4.github.io
- Push to GitHub
- Enable GitHub Pages → Source: GitHub Actions
- Enable Discussions on the repo (for Giscus)
- Customize logo at
static/images/logo.svg - Remove
draft: truefrom writeups when ready to publish
content/
├── writeups/ → HTB, THM, Vulnyx, HackMyVM, PG, CTF
├── projects/ → Security tools and dev projects
├── blog/ → Technical articles
├── activity/ → Full activity history (auto-generated)
├── notes/ → Hidden from nav, available for future use
├── certifications/
└── ...
hugo new writeups/hackthebox/machine-name.md
hugo new blog/post-title.md
hugo new projects/project-name.md
hugo new certifications/cert-name.mdNew writeups, projects, blog posts, and certifications automatically appear in the Activity Timeline.
MIT — See LICENSE