Convert some of the HTML into Markdown

Generally four types of changes:

* <a> links to [text](url "title")
* blockquotes to >
* item lists to ###header and paragraphs
* <hr> to ----

Note: raw html cannot be indented (to avoid looking like a quote
block), so there are some dedents.

Small change to site.css as a start/demo for better formatting of
referenced tweets.
2 files changed
tree: 603cae83342747bc13e88c580f7db95368820be8
  1. content/
  2. theme/
  3. .asf.yaml
  4. .gitignore
  5. fetch-bootstrap.sh
  6. pelicanconf.yaml
  7. README.md
README.md

TBD

Local build of the website

export these:

$ export BUILDSITE=/path/to/infrastructure-pelican/bin/buildsite.py
$ export LIBCMARKDIR=/path/to/cmark-gfm.0.28.3.gfm.12/lib

$ $BUILDSITE dir --output /tmp/bh-site.$$ --yaml-dir=THIS_DIR --content-dir=THIS_DIR/content