Je sais plus ce que j'ai modifié
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 199 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 3.5 MiB After Width: | Height: | Size: 2.5 MiB |
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 203 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 197 KiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 201 KiB |
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 199 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 1.0 MiB |
|
@ -21,8 +21,8 @@ Kitch[ENS] est un club de l'ÉNS Paris-Saclay qui se réunit chaque semaine afin
|
|||
|
||||
La principale communication, en plus du bouche-à-oreille, se fait sur un serveur Discord dédié. N'hésitez pas à demander à le rejoindre !
|
||||
|
||||
Pour toute demande de contact, n'hésitez pas à nous contacter par mail à l'adresse [[mailto:club-kitchens@crans.org|club-kitchens[AT]crans.org]]
|
||||
Pour toute demande de contact, n'hésitez pas à nous contacter par mail à l'adresse [club-kitchens[AT]crans.org](mailto:club-kitchens@crans.org)
|
||||
|
||||
## Au menu, la semaine prochaine :
|
||||
|
||||
La prochaine séance est prévue le dimanche 2 février à partir de 18h. Au menu : ratatouille, gâteau au spéculoos
|
||||
Il n'y a plus de séance Kitch[ENS] planifiée, en raison du confinement. Vivement la réouverture de la Kfet ...
|
||||
|
|
|
@ -1,8 +1,18 @@
|
|||
# Les recettes de Kitch[ENS]
|
||||
|
||||
## Samedi 14 mars 2020, soir de fermeture de la Kfet
|
||||
|
||||
Quiche aux poireaux (avec lardons ou champignons), crumble aux pommes
|
||||
|
||||
[![](img/2020-03-14/quiche_poireaux_lardons.jpg){:width="420px"}](img/2020-03-14/quiche_poireaux_lardons.full.jpg)
|
||||
[![](img/2020-03-14/quiche_poireaux_champignons.jpg){:width="420px"}](img/2020-03-14/quiche_poireaux_champignons.full.jpg)
|
||||
|
||||
## Samedi 22 février 2020
|
||||
|
||||
TBA
|
||||
Wraps, mousse aux fruits rouges
|
||||
|
||||
[![](img/2020-02-22/wrap.jpg){:width="420px"}](img/2020-02-22/wrap.full.jpg)
|
||||
[![](img/2020-02-22/mousse_fruits.jpg){:width="420px"}](img/2020-02-22/mousse_fruits.full.jpg)
|
||||
|
||||
## Dimanche 9 février 2020
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ def main():
|
|||
if img.endswith('.full.jpg'):
|
||||
name = img[:-9]
|
||||
print("Minimizing {}...".format(name,))
|
||||
if not os.path.isfile("docs/imgs/{}/{}.jpg".format(date, name)):
|
||||
os.system('cp "docs/img/{}/{}.full.jpg" "docs/img/{}/{}.jpg" && jpegoptim --size=200K "docs/img/{}/{}.jpg"'.format(date, name, date, name, date, name,))
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|