sceox fedb059fdb use markdown(1) and cat(1) to build the html
* add an empty footer
    * add a minimal html header
    * indent the nav
    * modify the build process (publish.sh):
      * use a tmp directory
      * use discount markdown(1) rather than discount mkd2html(1)
      * generate html page title from the file name
      * indent html body
      * use cat(1) to combine the pieces
    * remove trailing newlines in publish.sh
    * git ignore tmp/ directory
2020-09-14 10:16:48 -07:00

7 lines
174 B
HTML

<nav>
<a href="/index.html">home</a>
<a href="/projects.html">projects</a>
<a href="/webring.html">webring</a>
<a href="/contact.html">contact</a>
</nav>