Personal Jekyll site for my security projects, CTF write-ups, and notes. The design is a neon, hacker-inspired skin on top of the Serial Programmer theme, with dark/light modes and accent neon highlights.
| Path | Purpose |
|---|---|
pages/ |
Top-level static pages (home, about, blog, etc.) |
write-ups/<slug>/ |
One folder per write-up with its Markdown + assets |
blog/ |
Placeholder for future general blog posts |
assets/ |
CSS/JS/theme assets (icons, scripts, shared styles) |
bundle install
bundle exec jekyll serveVisit http://127.0.0.1:4000/ by default (adjust for your baseurl).
- Edit
_data/author.ymlfor bio, social links, and quote. - Update
pages/markdown files for site sections. - Drop posts into
all_collections/_posts/(e.g.,2024-05-10-challenge.md). - Add assets or tweak styles in
assets/cssandassets/js.
Designed for GitHub Pages: the repository builds with baseurl: "". You can deploy anywhere Jekyll runs (Netlify, Cloudflare Pages, etc.).