website
website copied to clipboard
These are the plain text files used to produce my personal website with pandoc and a bash shell script called pansite.
Caleb McDaniel's Website
This repository contains the plain text files I use to generate my website. As explained on my Colophon, I use a simple bash shell script to run these files through pandoc and generate the files I upload to my server.
The shell script is in this repository as pansite.sh.
The pandoc template used by the script (website.html) is located in my
pandoc-template
repository.