Last active
April 27, 2022 04:11
-
-
Save ssbozy/5cbeb8c8d4511951a6e9a1a58164ddf0 to your computer and use it in GitHub Desktop.
building a website from markdown files using pandoc
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 characters
pandoc -s -f markdown -t html5 -B ../includes/header.html -A ../includes/footer.html -o ../dist/output.html ../posts/test1.md -H ../styles/pandoc.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment