Move Jekyll script
This commit is contained in:
parent
8d44ea8480
commit
4e2fdb9bd1
2 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ includes_dir: _includes
|
|||
|
||||
favicon: favicon.ico
|
||||
|
||||
exclude: ['jekyll.sh'
|
||||
]
|
||||
# For splash page layout only
|
||||
headimage: img/header.jpg
|
||||
headtext: Open Source Radio Automation
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# 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