raw markdown accessibility
This commit is contained in:
parent
6a5ee8f800
commit
0d3afee662
@ -36,3 +36,10 @@ for f in ./html/tags/*.html; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
./tools/feed_generator.py ./articles/ $URL > ./html/feed.xml
|
./tools/feed_generator.py ./articles/ $URL > ./html/feed.xml
|
||||||
|
|
||||||
|
mkdir -p "./html/markdown/"
|
||||||
|
for d in ./articles/*/; do
|
||||||
|
if [ -d "$d" ]; then
|
||||||
|
cp "$d/page.mmd" "./html/markdown/$(basename $d).mdd"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user