Giter Site home page Giter Site logo

tigrlab.github.io's Introduction

TIGRLAB Website

This is a website for the TIGRLab, build on the Skinny Bones Jekyll Theme.

Note for n00bs like me -- you need to clone the gh-pages branch, not the master branch, if you ever want to start from scratch.

Edit _data/???.yml to change the navigation features of the site.

Note that the 'category' field in the header of each post (under _/posts) will determine what post type will end up in the kewl grid -- NOT the folder the post falls under (this is more for humans).

Each header / footer entry should have an identically named folder containing an index.md file.

That is all I know right now.

How I Installed on Kimsrv

I got some funny bundle-related errors without doing some manual monkey work, which I will detail here. The official theme installation [instructions are available here] (https://mmistakes.github.io/skinny-bones-jekyll/getting-started/), but it isn't that simple :).

# this is for the 'mkmf' package not available in regular ruby
apt-get install ruby1.9.1-dev

# this should do most of the package management for us when we want to serve locally
gem install bundle

# install github pages
gem install github-pages

# install node.js
sudo apt-get install nodejs

# manually install [octopress](http://sharadchhetri.com/2014/06/29/how-to-install-octopress-on-ubuntu-14-04-lts/)
# some of this root stuff is suspicious and might be able to go...
sudo su -
cd /opt
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm requirements
rvm install 2.1.2
git clone git://github.com/imathis/octopress.git octopress
exit; cd /opt
chown -R [username] octopress/
chgrp -R kimel octopress/ 
bundle install
rake install

# install jekyll, redcarpet, 
gem install jekyll
gem install redcarpet

It didn't work, so hurray.

Nonetheless, you can get this frankenconfig to serve to the localhost for testing purposes in a fine-enough way using:

jekyll serve --watch

Enjoy the madness!

tigrlab.github.io's People

Contributors

josephdviviano avatar gabiherman avatar kimjetwav avatar pipitone avatar desm1th avatar edickie avatar slimnsour avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.