mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up style and template
This commit is contained in:
parent
07cee6a65d
commit
f40c4c45f9
24 changed files with 194 additions and 189 deletions
|
@ -49,7 +49,8 @@ convert_sources() {
|
|||
|
||||
echo "----------- conversion vers converted/${i%.${source_file_extension}}.html"
|
||||
|
||||
pandoc -f "${source_file_extension}" -t html -s "${i}" -o "converted/${i%.${source_file_extension}}.html" --metadata title="$website_name"
|
||||
pandoc -f "${source_file_extension}" -t html -s "${i}" -o "converted/${i%.${source_file_extension}}.html"
|
||||
# --metadata title="$website_name"
|
||||
# --------------------------------------- Transformer en gmi ---------------------------------------
|
||||
# echo "----------- to GMI:"
|
||||
# pwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue