Website of PUC Ultimate (ultimate frisbee club), previously named Ah Ouh Puc
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
Any update on the master
branch triggers a new build and deployment of the website.
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.