add script hugo convert from org roam files with pandoc

This commit is contained in:
Tykayn 2022-12-21 13:17:54 +01:00 committed by tykayn
parent d67eaa7451
commit 019450d0ac
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
# [[id:6053006f-121e-40a1-ae72-8c1557800e7c][hugo website]]
echo "syncronisation des fichiers org avec le site hugo de démo"
rsync ~/Nextcloud/textes/orgmode/org-roam/*.org ~/www/hugo-essais/quickstart/content/braindump
echo "fichiers org dans hugo"
ls -l ~/www/hugo-essais/quickstart/content/braindump/*.org |wc -l
echo "fichiers markdown"
ls -l ~/www/hugo-essais/quickstart/content/braindump/*.md |wc -l