From a00cd145a127a0d9db9ee2faaf203b74dd4ac943 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 19 Nov 2024 14:43:25 +0100 Subject: [PATCH] up deploy and remote sync --- README.md | 8 +++++--- deploy.sh | 2 ++ update_on_server.sh | 42 +++++++++++++++++++++++++----------------- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index d89e1e53..6a9a0962 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,16 @@ Pandoc, PandocGmi - template footer article: gestion article suivant et précédent -- sérendipité - - pages de tags -- liste de N derniers articles sur l'accueil, 10 par défaut +- sérendipité, navigation + - liens en bas de page vers d'autres articles, et les précédents et suivants. + - auto tagging avancé avec plusieurs termes reliés à un seul, liste personnalisée par configuration de blog +- liste de N derniers articles développés sur l'accueil, 10 par défaut - réécriture des liens internes - conversion des liens avec nom de domaine si relatifs - détection des ID org-roam pour réécrire les liens html - réécriture des url des images vers le dossier courant # Fait +- pages de tags - génération de fichiers gmi - config par site web de son nom de domaine - navigation sur les pages d'article diff --git a/deploy.sh b/deploy.sh index 125d2ad3..49b515d8 100644 --- a/deploy.sh +++ b/deploy.sh @@ -3,3 +3,5 @@ # copier les images vers le serveur qui héberge les blogs #rsync -avzp output/pictures/* tykayn@proxmox.coussinet.org:/poule/encrypted/www/tykayn-inbox/blogs-output-pictures rsync -avzp html-websites/cipherbliss_blog/* tykayn@proxmox.coussinet.org:/poule/encrypted/www/tykayn-inbox/cipherbliss_blog +rsync -avzp html-websites/tykayn_blog/* tykayn@proxmox.coussinet.org:/poule/encrypted/www/tykayn-inbox/tykayn_blog +rsync -avzp html-websites/qzine_blog/* tykayn@proxmox.coussinet.org:/poule/encrypted/www/tykayn-inbox/qzine_blog diff --git a/update_on_server.sh b/update_on_server.sh index a753819d..e76ba54e 100644 --- a/update_on_server.sh +++ b/update_on_server.sh @@ -11,22 +11,30 @@ racine_depot_git="/poule/encrypted/www/orgmode-to-gemini-blog" # on copie les fichiers générés dans les dépots servis pour chaque nom de domaine mv "$images_inbox/*" $images_destination -cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ -cp $racine_depot_git/html-websites/cipherbliss_blog/index.html $racine_sites_statiques/cipherbliss.com/ -cp $racine_depot_git/html-websites/cipherbliss_blog/lang_fr/ $racine_sites_statiques/cipherbliss.com -r -cp $racine_depot_git/html-websites/cipherbliss_blog/lang_en/ $racine_sites_statiques/cipherbliss.com -r +#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ +#cp $racine_depot_git/html-websites/cipherbliss_blog/index.html $racine_sites_statiques/cipherbliss.com/ +#cp $racine_depot_git/html-websites/cipherbliss_blog/lang_fr/ $racine_sites_statiques/cipherbliss.com -r +#cp $racine_depot_git/html-websites/cipherbliss_blog/lang_en/ $racine_sites_statiques/cipherbliss.com -r +# +#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ +#cp $racine_depot_git/html-websites/tykayn_blog/index.html $racine_sites_statiques/tykayn.fr/ +#cp $racine_depot_git/html-websites/tykayn_blog/lang_fr/ $racine_sites_statiques/tykayn.fr -r +#cp $racine_depot_git/html-websites/tykayn_blog/lang_en/ $racine_sites_statiques/tykayn.fr -r +# +#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ +#cp $racine_depot_git/html-websites/qzine_blog/index.html $racine_sites_statiques/tykayn.fr/ +#cp $racine_depot_git/html-websites/qzine_blog/lang_fr/ $racine_sites_statiques/qzine.fr -r +#cp $racine_depot_git/html-websites/qzine_blog/lang_en/ $racine_sites_statiques/tykayn.fr -r +# +#cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ +#cp $racine_depot_git/html-websites/dragonfeu_blog/index.html $racine_sites_statiques/dragonfeu_blog/ +#cp $racine_depot_git/html-websites/dragonfeu_blog/lang_fr/ $racine_sites_statiques/dragonfeu_blog -r +#cp $racine_depot_git/html-websites/dragonfeu_blog/lang_en/ $racine_sites_statiques/dragonfeu_blog -r -cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ -cp $racine_depot_git/html-websites/tykayn_blog/index.html $racine_sites_statiques/tykayn.fr/ -cp $racine_depot_git/html-websites/tykayn_blog/lang_fr/ $racine_sites_statiques/tykayn.fr -r -cp $racine_depot_git/html-websites/tykayn_blog/lang_en/ $racine_sites_statiques/tykayn.fr -r +rsync -a /poule/encrypted/www/tykayn-inbox/cipherbliss_blog/* /poule/encrypted/www/cipherbliss.com/ +rsync -a /poule/encrypted/www/tykayn-inbox/tykayn_blog/* /poule/encrypted/www/tykayn.fr/ +rsync -a /poule/encrypted/www/tykayn-inbox/qzine_blog/* /poule/encrypted/www/qzine.fr/ -cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ -cp $racine_depot_git/html-websites/qzine_blog/index.html $racine_sites_statiques/tykayn.fr/ -cp $racine_depot_git/html-websites/qzine_blog/lang_fr/ $racine_sites_statiques/qzine.fr -r -cp $racine_depot_git/html-websites/qzine_blog/lang_en/ $racine_sites_statiques/tykayn.fr -r - -cp $racine_depot_git/templates/style_general.css $racine_sites_statiques/cipherbliss.com/ -cp $racine_depot_git/html-websites/dragonfeu_blog/index.html $racine_sites_statiques/dragonfeu_blog/ -cp $racine_depot_git/html-websites/dragonfeu_blog/lang_fr/ $racine_sites_statiques/dragonfeu_blog -r -cp $racine_depot_git/html-websites/dragonfeu_blog/lang_en/ $racine_sites_statiques/dragonfeu_blog -r +chown -R www-data:www-data /poule/encrypted/www/tykayn.fr +chown -R www-data:www-data /poule/encrypted/www/cipherbliss.com +chown -R www-data:www-data /poule/encrypted/www/qzine.fr