up
This commit is contained in:
parent
9a6e1bcb13
commit
4a96b235b6
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Forgeons !
|
# Forgeons !
|
||||||
|
|
||||||
Un groupe de travail.
|
Un groupe de travail consacré à la forge libre et //open source// [Forgejo](https://forgejo.org).
|
||||||
|
|
||||||
[Accéder à la forge de ce site](https://git.forgeons.org)
|
[Accéder à la forge du site](https://git.forgeons.org)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ filename="${filename%.*}"
|
||||||
if [[ -f ../pages/$filename.md ]]
|
if [[ -f ../pages/$filename.md ]]
|
||||||
then
|
then
|
||||||
echo "making $filename.html"
|
echo "making $filename.html"
|
||||||
pandoc ../pages/$filename.md -t html > ../dist/$filename.html
|
pandoc -s ../pages/$filename.md -t html > ../dist/$filename.html
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue