exposed original markdown article files

This commit is contained in:
veclav talica 2024-02-24 11:16:01 +05:00
parent 0d3afee662
commit fc14d99c92

View File

@ -40,6 +40,6 @@ done
mkdir -p "./html/markdown/"
for d in ./articles/*/; do
if [ -d "$d" ]; then
cp "$d/page.mmd" "./html/markdown/$(basename $d).mdd"
cp "$d/page.mmd" "./html/markdown/$(basename $d).md"
fi
done