My personal site is at https://QasimK.io.
- Prefix urls with
{{ '/link' | relative_url }}
. - em dash:—.
- en dash:-.
- nobreak space: .
- narrow nobreak space: .
Once in while we should check that our dependencies match GitHub pages:
To run the build locally:
rvm gemset use qasimk
.make watch
and browse over to http://localhost:4000.
- Install RVM - Qasim, make sure you follow the full instructions this time.
- Install the Fish Shell integration
rvm install (cat .ruby-version)
rvm gemset create (cat .ruby-gemset)
gem install bundler
bundle
to install dependencies
Note: cd
ing into this project root will activate the development environment
due to .ruby-gemset
and .ruby-version
.
The website will automatically deploy when pushing master to https://github.com/QasimK/qasimk.github.io. The website will be available at https://qasimk.io.
GitHub will automatically build the website, and a configured DNS CNAME record allows them to host the website, but they do not support HTTPS on custom domains (yet).