2
0
Fork 0
Old Sysnove.fr website using Hyde
Go to file
Guillaume Subiron f7704ef24d New article 2015-10-10 13:33:36 +02:00
content New article 2015-10-10 13:33:36 +02:00
ext Contact 2013-09-23 10:21:29 +02:00
layout Typo 2015-07-23 14:45:53 +02:00
.gitignore Pagination 2013-09-10 11:23:44 +02:00
Makefile Publishers 2013-09-29 17:50:40 +02:00
README.md Atom feeds 2013-12-03 08:59:03 +01:00
fabfile.py Typos 2013-10-06 21:23:02 +02:00
ideas.md prefooter 2013-09-10 22:39:11 +02:00
requirements.txt Update hyde 0.8.8, ssh username is optionnal 2013-08-20 09:38:53 +02:00
site.yaml Update site title 2015-03-24 16:42:26 +01:00

README.md

Setup

Optionnel : mkvirtualenv www.sysnove.fr workon www.sysnove.fr

pip install -r requirements.txt

Usage

Tester : "make serve" ou "hyde gen && hyde serve" -> http://localhost:8080/ Publier (beta) : "make pub" (ne fonctionne que s'il n'y a rien à commiter) ou "hyde gen && hyde publish -p beta" Publier : "make pub_prod" (ne fonctionne que s'il n'y a rien à commiter) ou "hyde gen && hyde publish -p www"

Avant de publier, penser à supprimer deploy/ et à le re-générer complètement. Sans ça, certaines listes générées peuvent bugguer.