Skip to content

Website for the Linux User's Group of Oregon State University

Notifications You must be signed in to change notification settings

Phillels/OSULUG-Website

 
 

Repository files navigation

OSULUG-Website

Build Status

Website for the Linux User's Group of Oregon State University

Modifying the website:

Fork the project or just clone a copy. To add content, add or edit the markdown files in the content directory.

Markdown explanation is at http://daringfireball.net/projects/markdown/

Testing changes:

$ cd OSULUG-Website
$ virtualenv venv                   # only the first time
$ source venv/bin/activate
$ pip install -r requirements.txt   # only the first time and if the reqs change
$ wok --server
$ deactivate

More info about wok is at http://wok.mythmon.com/

Getting it Online:

Once you've made and tested your changes, submit a pull request and then ping pop about it.

There is currently a post-commit hook to get the machine hosting lug.oregonstate.edu to automatically pull from this repo and run wok whenever code gets committed here. It is imperfect so you may need to ping pop on irc.freenode.net in the #osu-lug-admin channel (or in a pm)

About

Website for the Linux User's Group of Oregon State University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.2%
  • HTML 40.4%
  • JavaScript 4.7%
  • Shell 1.7%