publist

managing my list of publications, talks, reviews
git clone https://a3nm.net/git/publist/
Log | Files | Refs | README | LICENSE

commit cfda206bd2d414827a9e710e12ae4c241c583eca
parent 172f4e4ee06285d2bd372bdc55509cb958878d2b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu,  2 Feb 2023 17:12:22 +0100

deploy

Diffstat:
deploy.sh | 12++++++++++++
includes.sh | 8--------
2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/deploy.sh b/deploy.sh @@ -27,5 +27,17 @@ sed "/INCLUDEPUBLI/{ r $HOME/site/publist/publis_all.html.fr d }" ./publications/index.fr.md > ~/public_html/publications/index.fr.md + +sed "/INCLUDETALK/{ +r $HOME/site/publist/talks_all.html.en +d +}" ./talks/index.md > ~/public_html/work/talks/index.md +sed "/INCLUDETALK/{ +r $HOME/site/publist/talks_all.html.fr +d +}" ./talks/index.fr.md > ~/public_html/work/talks/index.fr.md + ./hiermd_website.sh publications/ ./deploy_part.sh publications/ +./hiermd_website.sh work/talks/ +./deploy_part.sh work/talks/ diff --git a/includes.sh b/includes.sh @@ -19,14 +19,6 @@ do d }" index.html.$a done -sed -i "/INCLUDETALK/{ -r $DIR/publist/talks_all.html.en -d -}" work/talks/index.md -sed -i "/INCLUDETALK/{ -r $DIR/publist/talks_all.html.fr -d -}" work/talks/index.fr.md for a in en fr do