vogr / prl-prg.github.io

Home Page:https://prl-prg.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prl-prg website

Usage

Install jekyll (Linux / Windows)

sudo apt-get install build-essential # if you do not have gcc and stuff
sudo apt-get install ruby ruby-dev   # if you do not have ruby
sudo gem install jekyll bundler      # if you do not have jekyll and bundler

Install jekyll (OSX)

sudo gem install jekyll bundler      # if you do not have jekyll and bundler

Build the site

git clone https://github.com/PRL-PRG/prl-prg.github.io.git
cd prl-prg.github.io
bundle install
bundle exec jekyll serve

This will run a local webserver. The site is accessible at localhost:4000.

Updates

Please test locally and then create a PR.

About

https://prl-prg.github.io


Languages

Language:CSS 49.2%Language:JavaScript 37.8%Language:HTML 11.6%Language:Ruby 1.4%