Code Monkey home page Code Monkey logo

old_website's Introduction

SGVLUG Website

Contributing

This site uses Octopress. In order to contribute you must first setup Octopress according to their documentation. Their documentation contains easy to follow step-by-step instructions for setting up and getting started using their software.

The "master" branch is the Jekyll processed version of the site. It is the branch that will show this README when you view the website's Github source. Do not edit on this branch, instead edit on the "source" branch. To set up your clone of the site properly, perform the following steps:

 git clone [email protected]:sgvlug/sgvlug.github.com.git
 cd sgvlug.github.com
 git checkout source # checkout the branch where you make changes
 rake setup_github_pages[[email protected]:sgvlug/sgvlug.github.com.git] # setup Octopress to enable deploy task
 cd _deploy ; git fetch ; git rebase origin/master ; cd .. # pull existing generated pages

You can add content with one of these two commands:

 rake new_post["title"]
 rake new_page[filename]

See the Octopress documentation for more information.

To deploy to Github you generally will execute:

 rake generate
 rake deploy

Then commit the changes you have made on the source branch and push to Github:

 git add <files you changed or added>
 git commit -m "My commit message"
 git push origin source

License

Creative Commons

old_website's People

Contributors

plusjade avatar omwah avatar ldang avatar studiomohawk avatar vattay avatar koomar avatar braddockcg avatar jogjayr avatar xtine avatar tommyblue avatar sdball avatar sstarr avatar pradeep1288 avatar segfaultax avatar mjpieters avatar lestarch avatar lukasknuth avatar koriroys avatar jcn avatar fleeting avatar daz avatar philips avatar alishutc avatar nolith avatar

Stargazers

 avatar

Watchers

 avatar joel avatar James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.