Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 805 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 805 Bytes

PUC Ultimate

Website of PUC Ultimate (ultimate frisbee club), previously named Ah Ouh Puc

Visit website

Development

You need a recent version of ruby installed.

git clone [email protected]:ahouhpuc/ahouhpuc.github.io.git
cd ahouhpuc.github.io
bundle install
bundle exec jekyll serve

And visit http://localhost:4000/fr.html to see your changes

Deployment

Any update on the master branch triggers a new build and deployment of the website.

Previous version

A previous version of the website used to run on an ovh-hosted server. It served several features using Go functions (contact form, facebook pulling...). The code may be retrieved in this commit.