Project: aadhilanwar.dev

Personal portfolio site for Aadhil Anwar, security engineer at GoDaddy.

Stack

Structure

_config.yml          - Jekyll config, url: https://aadhilanwar.dev
CNAME                - Custom domain file for GitHub Pages
Gemfile              - github-pages, jekyll-seo-tag, jekyll-sitemap

_layouts/
  default.html       - Main wrapper (nav, main, footer, loads main.js)
  post.html          - Blog post layout with Schema.org BlogPosting

_includes/
  head.html          - Meta tags, fonts, CSS link
  nav.html           - Navigation bar with mobile hamburger
  footer.html        - Site footer
  icons/             - SVG icon partials

_data/
  social.yml         - Social links (GitHub, LinkedIn, X)
  projects.yml       - Projects list with tech tags
  certifications.yml - Certs
  achievements.yml   - Achievements
  talks.yml          - Speaking engagements
  books.yml          - Bookshelf entries

_posts/              - Blog posts (markdown)
_writeups/           - Security writeups collection

css/style.css        - All styles (~1345 lines), CSS variables, responsive
js/main.js           - Mobile nav toggle (~24 lines)
images/              - headshot.jpg, og-default.png, blog images

Pages:
  index.html         - Homepage with hero, bio, social links, recent posts
  about.html         - About page with resume data, JSON-LD
  blog.html          - Blog listing
  bookshelf.html     - Reading list
  projects.html      - Projects showcase
  contact.html       - Contact info
  writeups.html      - Security writeups
  404.html           - Error page

Build & Deploy

SEO

Design