My personal blog in Arabic. Built with Jekyll.
Some notes about building the site locally on Windows (mostly for my future self) because that's what I normally use and because it's apparently more pain than other platforms:
- Install Ruby from RubyInstaller. Make sure to select the Ruby+Devkit build if you don't have an existing MSYS2 setup.
- Install Jekyll and Bundler using
gem install jekyll bundler. - Install site dependencies:
bundle install. - Build the site:
bundle exec jekyll build.
NOTE: Setting up Jekyll on WSL is easier but it has some issues like broken filesystem watching, and it's painfully slow (My plain site takes about 12s to build on WSL, while it only takes ~1.5s on MSYS2).
The site is licensed under the Creative Commons public domain (CC-0) license.
Some icons are taken from the Bootstrap Icons project and licensed under the MIT license.