This Website is hosted using GitHub Pages. You can also Join the Rotech GitHub Org , and Contribute to our latest opensource projects. You can also Add Events, Projects, Your Organization or Company Free Sponsor for the Webinars, Event and Projects .
go to the _events
folder and inside the folder create an file for example test.md
. inside the test.md file add the following details
facebook_id: title: start_time: 'yyyy-mm-dd hh:mm' end_time: 'yyyy-mm-dd hh:mm' location: actions:
- label: Tickets url: 'TICKET URL'
You can also add more details of your event here. ``
Install brew if you don't have it, and then install Ruby & Node by running:
brew install ruby node
You can download Node.js here and Ruby here.
Make sure that it's working by testing whether you have command line access to npm
and gem
.
Go to the directory you want this project to be in (can be anywhere) and run:
git clone https://github.com/techsoc/website-2015.git
In order to keep our Jekyll version in sync, we'll be using bundler. Install it by running:
gem install bundler
Then cd to the website folder and run:
bundle install
..which will install all Ruby dependencies.
Gulp will help fix our CSS by adding all vendor prefixes as well as regenerate the site whenever changes are made. Install it by cd'ing to this project and running:
npm install && npm install -g gulp
Never edit anything in the _site
folder. It is autogenerated & will overwrite your changes.