Instructions to locally run CDLR in ubuntu 16:
curl -sSL https://rvm.io/mpapis.asc | sudo gpg2 --import - \curl -sSL https://get.rvm.io | bash -s stable --ruby
//For CDLR /usr/local/rvm/bin/rvm install 2.5.6 /usr/local/rvm/wrappers/ruby-2.5.6/gem install bundler -v 2.0.2 /usr/local/rvm/wrappers/ruby-2.5.6/bundle 2.0.2 install /usr/local/rvm/wrappers/ruby-2.5.6/gem install jekyll -v 3.8.7 /usr/local/rvm/wrappers/ruby-2.5.6/jekyll server
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
This Jekyll theme is a port of ThemeFisher's Airspace template. It is released under ThemeFisher's free license, which requires attribution.
To start your project, fork this respository, put in your content, and go!
Here are some projects that have used this Jekyll Theme:
- BOYUAN Open Source 博辕开源
- Campus VC
- Mãos de amar
- ATK Team
- Coding Club
- Dev Empathy Book Club
- DKAN Open Data Catalog (modified version of this theme)
First, make sure you have Ruby installed. You can confirm this by running ruby -v
on the command line:
$ ruby -v
ruby [version number] (date) [your platform]
If you get something like "Error, command not found"
visit the link above and
install Ruby for your platform.
Next, make sure you have Bundler installed. Just like
above, run bundle -v
on the command line:
$ bundle -v
bundle [version number]
If you get "Error, command not found"
run gem install bundler
to install it
using RubyGems.
Clone the repository, and cd
into it:
$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyll
Install dependencies locally:
$ bundle install --path vendor/bundle
This should install a local copy of jekyll.
Now run the server:
$ ./vendor/bundle/ruby/#{YOUR_RUBY_VERSION}/bin/jekyll server