Static site for hossainkhan.com
Xiaoying Riley at 3rd Wave Media (http://themes.3rdwavemedia.com/)
Here is a quick writeup I did on how you can use custom domain for your Github pages.
Use following to run local server for development from macOS.
python -m SimpleHTTPServer 8000
# On new MacOS with Python 3
python3 -m http.server
Then visit: http://localhost:8000/
Alternative universal way to run it from Windows, MacOS or Linux using npm module.
npm install --global http-server
http-server ./ -a 127.0.0.1 --port 80 --cors
This is a snapshot of the website showcasing light and dark mode :last_quarter_moon: