diff --git a/gather_tags_in_json.py b/gather_tags_in_json.py index f2c610c9..8c020324 100644 --- a/gather_tags_in_json.py +++ b/gather_tags_in_json.py @@ -6,7 +6,7 @@ from collections import defaultdict blog_folder = 'tykayn_blog' directory = f'sources/{blog_folder}/lang_fr' # Remplacez par le chemin de votre dossier output_file = f'sources/{blog_folder}/converted/tags.json' # Fichier de sortie -html_output_folder = f'html-websites/{blog_folder}/tag' # Dossier de sortie pour les fichiers HTML +html_output_folder = f'html-websites/{blog_folder}/tags' # Dossier de sortie pour les fichiers HTML excluded_tags = {'PROPERTIES', 'CREATED', 'ID', 'END'} @@ -76,6 +76,7 @@ def generate_html_pages(tag_to_files, html_output_folder): html_content += """ +