Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Zachary Klosko 2020-07-02 16:58:08 -04:00
commit 2dfb9dae7f
13 changed files with 131 additions and 144 deletions

View file

@ -1,12 +1,12 @@
# Installing Jekyll
# This script does not work and exists as a skeleton for
# someone to use to get Jekyll building outside of GitHub
echo "Installing Ruby"
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
export GEM_HOME=".gems"
export PATH=".gems/bin:$PATH"
echo "Installing Jekyll"
cd docs
@ -15,4 +15,4 @@ gem install jekyll bundler
# Running Jekyll
bundle exec jekyll serve --watch --port 8888
echo "Visit http://localhost:8888 to see the LibreTime website."
echo "Visit http://localhost:8888 to see the LibreTime website."