diff --git a/.gitignore b/.gitignore index 7c77252..e15acc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv settings.yml out -uv.lock \ No newline at end of file +uv.lock +**/.DS_Store diff --git a/st/st.sh b/st/st.sh old mode 100644 new mode 100755 index cf35db2..a3f21d3 --- a/st/st.sh +++ b/st/st.sh @@ -2,11 +2,14 @@ input=$1 output=$input/out outformat=markdown+hard_line_breaks+autolink_bare_uris+lists_without_preceding_blankline index=$output/index.html +title=Texts rm -rf $output/* cp style.css $output/style.css -echo '