Source repository for wmudz.me hosted on GitHub Pages
This repository powers the personal portfolio and online presence of Murad Ashkar, accessible at wmudz.me.
Live Website β’ Custom Domain Setup β’ Deployment β’ Contact
This repository is configured for GitHub Pages with a custom apex/subdomain setup pointing to wmudz.me. It serves as the central hub for projects, software development showcases, and contact information.
The custom domain is configured via the CNAME file at the repository root:
wmudz.me
- Apex Domain (
wmudz.me): Configured withArecords pointing to GitHub Pages IP addresses:185.199.108.153185.199.109.153185.199.110.153185.199.111.153
- HTTPS Enforcement: Enabled with free SSL/TLS certificates provided by Let's Encrypt via GitHub Pages.
Any commit pushed to the main branch automatically triggers the GitHub Pages build and deployment pipeline:
git add .
git commit -m "update: content and assets"
git push origin main- Website: wmudz.me
- GitHub: @gmudz
- LinkedIn: Murad Ashkar
- X (Twitter): @xmudz
Β© Murad Ashkar (gmudz). Built with GitHub Pages.