Le site arthur.bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |
commit 033ae185252ebc1ec29a13a907ca5f69a198a264 parent 037c2ad16171d47620b635cff6822e6457ba9113 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 13 Feb 2025 20:23:20 +0100 On filtre articles pas de premier niveau Diffstat:
M | contents/index.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/contents/index.sh b/contents/index.sh @@ -14,9 +14,11 @@ Ce n'est plus le cas, j'ai tout cassé. Promis un jour ça va revenir :) endsection cat public/articles.tsv | + grep -E '(sh html|public/[^/]+/index.html)' | grep -v 'contents/index.sh' | sort -t' ' -k5 -r | tsv2layout layouts/listearticles | fmt -s | save_md main +