Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxkapur/maxkapur.github.io
maxkapur.com (personal website)
https://github.com/maxkapur/maxkapur.github.io
jekyll personal-website
Last synced: about 2 months ago
JSON representation
maxkapur.com (personal website)
- Host: GitHub
- URL: https://github.com/maxkapur/maxkapur.github.io
- Owner: maxkapur
- License: cc-by-sa-4.0
- Created: 2019-03-13T10:21:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T19:30:12.000Z (10 months ago)
- Last Synced: 2024-03-23T20:22:55.221Z (10 months ago)
- Topics: jekyll, personal-website
- Language: SCSS
- Homepage:
- Size: 37.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Illusion Slopes
This repository holds my personal blog, Illusion Slopes, which can be viewed at
[maxkapur.com](https://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](https://github.com/maxkapur/cyborgs-and-ciphers),
[esl-data](https://github.com/maxkapur/esl-data), and
[how-do-we](https://github.com/maxkapur/how-do-we).My blog is on a CC BY-SA 4.0 license. Comments and suggestions are welcome via
[email](mailto:[email protected]) or GitHub pull request.## Workstation setup
`./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.