femug-cwb / femug-cwb.github.io

Source code for the FEMUG-CWB site

Home Page:http://femug-cwb.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

femug-cwb.com.br

Build Status

Landing page para divulgação dos meetups FEMUG-CWB \o/


Start

  • Fork this repo
  • Download or clone repo git clone git@github.com:YOUR_USERNAME/femug-cwb.github.io
  • Enter the folder: cd femug-cwb.github.io/
  • Install Ruby gems: bundle install
  • Start Jekyll server: jekyll serve

Access, localhost:4000

Contribute

  • Create a new branch: git branch -b YOUR_BRANCH
  • Commit your changes in new branch: git commit -m "YOUR MESSAGE"
  • Add upstream url for the repo original: git remote add upstream git@github.com:femug-cwb/femug-cwb.github.io.git
  • Fetch all changes: git fetch --all
  • Update your repo with the original: git rebase upstream/source
  • Push your changes to your new branch: git push origin YOUR_BRANCH

Copyright and license

It is under the MIT license.

Enjoy 😋

About

Source code for the FEMUG-CWB site

http://femug-cwb.github.io

License:MIT License


Languages

Language:HTML 38.5%Language:CSS 34.6%Language:Ruby 25.1%Language:Shell 1.7%