mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up doc, add tags to autodetect
This commit is contained in:
parent
63d51307d5
commit
530b8b7553
9 changed files with 49 additions and 33 deletions
|
@ -2,9 +2,9 @@
|
|||
# création de nouvel article de blog
|
||||
# exemple de commande
|
||||
# python new_article.py cipherbliss_blog fr "Création d'un blog gemini"
|
||||
import argparse
|
||||
import os
|
||||
from datetime import datetime
|
||||
import argparse
|
||||
|
||||
# Configuration des arguments de la ligne de commande
|
||||
parser = argparse.ArgumentParser(description="Générer un nouvel article en mode orgmode.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue