Better new blog entry, init for next

This commit is contained in:
Yann Esposito (Yogsototh) 2010-10-06 16:48:00 +02:00
parent 0af886af21
commit 4b7f69a91b
2 changed files with 18 additions and 0 deletions

View file

@ -47,6 +47,17 @@ author_name: Yann Esposito
author_uri: yannesposito.com
# tags:
-----
begindiv(intro)
en: <%= tldr %>
fr: <%= tlal %>
enddiv
newcorps
<%= blogimage("main.png","Title image") %>
ENDFORMAT
print "imagedir = $dirname"

7
tasks/reinitWebsite.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env zsh
for rep in output/Scratch/{en,fr,assets}(/N) output/Scratch/sitemap.xml(.N); do
print -- "Suppression de $rep"
git co $rep
done
print -- "Website reinit from HEAD"