Move Jekyll script
This commit is contained in:
parent
8d44ea8480
commit
4e2fdb9bd1
2 changed files with 0 additions and 2 deletions
18
jekyll.sh
Normal file
18
jekyll.sh
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
|
||||
export GEM_HOME=".gems"
|
||||
export PATH=".gems/bin:$PATH"
|
||||
|
||||
echo "Installing Jekyll"
|
||||
cd docs
|
||||
gem install jekyll bundler
|
||||
|
||||
# Running Jekyll
|
||||
bundle exec jekyll serve --watch --port 8888
|
||||
|
||||
echo "Visit http://localhost:8888 to see the LibreTime website."
|
Loading…
Add table
Add a link
Reference in a new issue