all repos — site @ 1f5e722912689f8a874770a936bf10b223bbbfe6

source for my site, found at icyphox.sh

bin/plaintext.sh: Use pandoc

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 25 Jan 2020 12:34:21 +0530
commit

1f5e722912689f8a874770a936bf10b223bbbfe6

parent

b55eecbaefac6f2e320a41cd5458146643f777ce

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M bin/plaintext.shbin/plaintext.sh

@@ -12,5 +12,6 @@

for p in pages/blog/*.md; do basename "$p" [ "$base" != "_index.md" ] && - cp "$p" "build/blog/${base%.*}.txt" + pandoc -s -f "markdown+gutenberg" \ + "$p" -o "build/blog/${base%.*}.txt" done
M pages/blog/five-days-tty.mdpages/blog/five-days-tty.md

@@ -16,6 +16,7 @@ The Hacker News post spurred _quite_ the discussion. But then again,

that is to be expected from Valleybros who use macOS all day. :^) From the website, + > An independent Linux® distribution with a focus on simplicity and the > concept of “less is more”. The distribution targets *only* the x86-64 > architecture and the English language.