MandWdevclub/MandWdevclub.github.io

Name: MandWdevclub.github.io

Owner: MandWdevclub

Description: The website for the Web and Mobile App Development Club @ Virginia Tech

Created: 2015-06-28 21:05:04.0

Updated: 2017-02-05 20:56:25.0

Pushed: 2017-05-01 21:50:03.0

Homepage: http://wmad.cs.vt.edu

Size: 10618

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Web and Mobile App Development Club @ Virginia Tech

Website: http://wmad.cs.vt.edu/

Want to make changes?
Setup

A) Install a version of Ruby (if you have a 64 bit machine make sure you download the x64 one!)

https://www.ruby-lang.org/en/documentation/installation/

B) Install a devkit (read the side notes they put- download the right one!) : http://rubyinstaller.org/downloads/

C) Configuring your DevKit/binding it to your path:

From (https://github.com/oneclick/rubyinstaller/wiki/Development-Kit):

" Quick start Download it, run it to extract it somewhere (permanent). Then (with the “Command Prompt with Ruby”, you installed this in A): cd to it, run ruby dk.rb init and ruby dk.rb install to bind it to ruby installations in your path.”

D) Putting everything together, with the Command Prompt with Ruby do…

  1. If you don't already have it, install bundler gem install bundler
  2. In the project root, run bundle install to get dependencies for Jekyll
  3. Start the development server with bundle exec jekyll serve

You should now be able to see the site running locally in a browser at http://localhost:4000

Adding a new post

Take a look at the other posts on the site to see how they are formatted.

  1. Create a new file in the _posts directory
  2. Add the frontmatter (stuff at the top) in the correct format
  3. Below that, add your Markdown post!

Commit changes to your local fork, push, then submit a PR!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.