# Install ruby
sudo apt-get install ruby-full build-essential zlib1g-dev
# Install gems for local user
echo '# Install Ruby Gems to ~/gems' >> ~/.zshrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.zshrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
# Download dependencies
bundle install
# Start jekyll development server with client-side live-reload
# Add --host=0.0.0.0 to serve on all interfaces
bundle exec jekyll serve --livereload
-
Notifications
You must be signed in to change notification settings - Fork 0
License
schnatterer/info
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published