After some stalking problems I stopped using these accounts. I will repost when I have new info.
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
#!/bin/sh | |
# This script converts a .md Markdown file into a HTML file. | |
# It takes advantage of Pandoc for that, but keeps the front | |
# matter verbatim in order to process it into Hugo. | |
# tmp file: | |
TMP=`mktemp` | |
OlderNewer