This repository holds my personal blog, Illusion Slopes, which can be viewed at maxkapur.com.
It also used to host several one-off essays, but these have have now been moved to separate repos, namely cyborgs-and-ciphers, esl-data, and how-do-we.
My blog is on a CC BY-SA 4.0 license. Comments and suggestions are welcome via email or GitHub pull request.
./configure.sh
installs all dependencies using conda
(to install Ruby) then
bundler
(to install Jekyll and other Ruby dependencies). I use conda
to
install Ruby because, in my tests, it provided the most reliable way to install
a fixed Ruby version across platforms without requiring you to build Ruby from
source (as with rbenv
).
You can then preview the site by running ./serve.sh
.
To reinstall dependencies, use yes | ./configure.sh
, which will automatically
delete the old conda environment.