sudo apt-get update
sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler
bundle install
echo 'alias jekse="bundle exec jekyll serve --incremental"' >> ~/.bashrc
source ~/.bashrc
jekse
forked from g-leech/argmin-gravitas
-
Notifications
You must be signed in to change notification settings - Fork 0
a simulacrum standing in place of Gavin Leech
License
Yoni-harvard/argmin-gravitas
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
a simulacrum standing in place of Gavin Leech
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 91.7%
- Jupyter Notebook 8.0%
- Python 0.3%
- CSS 0.0%
- JavaScript 0.0%
- Shell 0.0%