https://github.com/openfun/hackathon
Informations pour une bonne organisation du hackathon OpenFUN
https://github.com/openfun/hackathon
Last synced: 5 months ago
JSON representation
Informations pour une bonne organisation du hackathon OpenFUN
- Host: GitHub
- URL: https://github.com/openfun/hackathon
- Owner: openfun
- Created: 2015-03-12T09:01:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T12:45:04.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T12:48:45.439Z (over 1 year ago)
- Language: CSS
- Size: 34.5 MB
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation du Hackathon #OpenedXHack
[http://openfun.github.io/hackathon/](http://openfun.github.io/hackathon/)
## Génération de la documentation
La documentation peut être générée en local au format pdf :
git clone https://github.com/openfun/hackathon
cd hackathon
sudo apt-get install pandoc texlive texlive-lang-french
make pdf
Le fichier correspondant peut être téléchargé [ici](https://github.com/openfun/hackathon/raw/master/static/hackathon.pdf).
## Génération des pages Github
Pour publier une version mise à jour du site, il suffit de mettre à jour la branch gh-pages du dépôt github :
git push origin master:gh-pages
Ou encore :
make publish
En réalité, il suffit de mettre à jour la branche master et
[Jenkins](http://ci.alt.openfun.fr/job/hackathon-github-pages/) se chargera de
mettre à jour le site github.