mhanoglu / releases

See all releases and the status of repos

Home Page:https://releases.elementary.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releases

See all releases and the status of repos at releases.elementary.io

Building

You'll need the following dependencies:

ruby-full
build-essential
zlib1g-dev

We recommend installing gems to a (hidden) directory in your home folder:

echo '' >> ~/.bashrc
echo '# Install Ruby Gems to ~/.gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/.gems"' >> ~/.bashrc
echo 'export PATH="$HOME/.gems/bin:$PATH"' >> ~/.bashrc
echo '' >> ~/.bashrc
source ~/.bashrc

Install jekyll and bundler:

gem install jekyll bundler

Install gems:

bundle install

Build and serve locally with:

bundle exec jekyll serve --host 0.0.0.0

The site should now be available at http://0.0.0.0:4000/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.

About

See all releases and the status of repos

https://releases.elementary.io

License:GNU General Public License v3.0


Languages

Language:HTML 45.1%Language:CSS 33.4%Language:Python 13.8%Language:Ruby 7.7%