Created
June 30, 2023 07:35
-
-
Save fordnox/699a60931f4405bd09c0268e4915a0e3 to your computer and use it in GitHub Desktop.
Revisions
-
fordnox created this gist
Jun 30, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ find ./content -name '*.md' | xargs -n 1 bash -c 'pandoc -f markdown -t html -o "${1/.md/.htm}" "${1}"' - find ./content -name '*.md' -exec rm {} \;