Skip to content

Farset Labs' static website which utilizes jekyll and bootstrap. To add content please merge and then file a pull request against your fork with the added content. An Admin will review it.

flaxandteal/farsetlabs.github.io

 
 

Repository files navigation

Farset Labs Main Website

A Jekyll and Bootstrap based informational website for Farset Labs, a hackerspace and charity located in Belfast, Northern Ireland.

Requirements

Uses Jekyll which requires Ruby 1.9.3. To setup your ruby environment it is suggested that you use RVM.

  • Ruby 1.9.3
  • bundler $ gem install bundler
  • jekyll $ gem install jekyll

A Gemfile is included so you can run $ bundle install after you install bundler with $ gem install bundler.

Contributing

Making your changes

All contributions to the website and content should be done through a branch. You should follow the Feature Branch Workflow when contributing.

We have one main branch, master, which represents the live website. Ongoing improvements to the site that are not live yet live in feature branches, either on this repository or its forks.

Please branch from the latest master for your changes.

If you do not have access to our repository, please fork us on Github and submit your branch through a pull request.

If you are not a developer, you should raise corrections and content improvements as issues.

Editing Sidebar Links

Sidebar links are included from _includes/sidebar-links.md This is a markdown list which is parsed when the jekyll site is built. To update sidebar links just edit this file.

Running / testing locally

You can run the site locally using jekyll serve -w (See Requirements)

Submitting your changes

Once you have pushed your changes (either to our repo or your fork as a contributor) you should open a pull request. Our web team will review it. Please leave at least a brief description of what the changes are, and detail any changes made to layout or the functionality of the website.

About

Farset Labs' static website which utilizes jekyll and bootstrap. To add content please merge and then file a pull request against your fork with the added content. An Admin will review it.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 86.1%
  • CSS 10.5%
  • Python 1.5%
  • Ruby 0.9%
  • JavaScript 0.7%
  • Makefile 0.3%