Personal website + blog for Abdelrahman Hosny, hosted on GitHub Pages with Jekyll. Consultant-style branding focused on AI strategy consulting.
https://tally.so/embed/KYVAXM#0a1628 (primary bg), #1a2744 (card/section bg)#c9a84c (accents, CTAs)#f5f5f5 (body text), Light gray: #a0aec0 (secondary text)_config.yml, Gemfile, CNAME (abdelrahmanhosny.me)
_layouts/ — default.html, home.html, post.html
_includes/ — nav.html, footer.html
_posts/ — Markdown blog posts (YYYY-MM-DD-title.md)
assets/css/ — styles.css
assets/js/ — main.js (mobile nav, scroll)
assets/images/logos/ — company/university logos (user adds manually)
blog/index.html — blog listing
index.html — homepage
assets/images/logos/ and swaps <div class="journey-logo-placeholder"> for <img class="journey-logo">permalink: /blog/:title/future: true in _config.yml to allow future-dated postsexport PATH="/opt/homebrew/opt/ruby/bin:$PATH"
bundle exec jekyll serve
# Site at http://127.0.0.1:4000/