Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 707 Bytes

Build Status

photopedia

are you able to guess the photographer behind each photo?

Please visit https://mad4j.github.io/photopedia/

Install Jekyll on Ubuntu

Get your system updated:

$ sudo apt-get update

Install Ruby and need developement environment:

$ sudo apt-get install ruby ruby-dev make gcc

Install needed stuff:

$ sudo gem install jekyll bundler

Create a new Jekyll site

Setup local site:

$ jekyll new <folder-name>

Add these lines to GemFile:

source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins

Install needed stuff:

$ bundle intall