voising / railssquad.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

railssquad.com

Brand portfolio made with Jekyll,

Setup

This site runs on Jekyll, an opensource static site generating platform.

  • Clone or download a zip of this project to your computer and navigate to the project directory in your terminal

  • Make sure Ruby is installed, to check if it is, run:

    ruby -v
    

    For more information about installing Ruby, refer to the Ruby installation .

  • Install the Jekyll and bundler gems from the commandline:

    gem install jekyll bundler
    

    For more information about installing Jekyll, refer to the Jekyll quickstart guide

  • Install Gem dependencies for the project by running:

    bundle install
    
  • To run the server in your local environment run:

    bundle exec jekyll serve
    
  • Go to http://localhost:4000/ in your browser

Licenses

Underlying source code

Under the GNU General Public License v3.0, you can adapt and use the source code of this site (but not it's content) for personal and commercial use, so long as you retain the same license for your own project. See a quick breakdown of what you can and cant do here

License: GPL v3

About

License:Other


Languages

Language:SCSS 67.1%Language:HTML 24.8%Language:XSLT 5.7%Language:JavaScript 1.2%Language:Ruby 1.2%