diff --git a/README.md b/README.md
index ae092a8..7f067b5 100644
--- a/README.md
+++ b/README.md
@@ -88,5 +88,11 @@ A template for [Ark][ark]-based tutorials.
1. Add flex grid to `lib/mccole/resources/mccole.css`.
1. Modify `src/license/index.md` and `src/conduct/index.md` to strip inherited title of root pages.
+1. Add links to pages.
+ 1. Add `info/links.yml` with link definitions.
+ 1. Add `ensure_links` function to `lib/mccole/extensions/util.py` to load and format links.
+ 1. Add `_append_links` function to `lib/mccole/extensions/batch.py` to append link text to files.
+ 1. Add `src/colophon/index.md` to display credits.
+
[ark]: https://www.dmulholl.com/docs/ark/main/
[glosario]: https://glosario.carpentries.org/
diff --git a/config.py b/config.py
index 653029b..c44629e 100644
--- a/config.py
+++ b/config.py
@@ -18,6 +18,7 @@
"conduct",
"bib",
"glossary",
+ "colophon",
]
# What to copy.
diff --git a/docs/colophon/index.html b/docs/colophon/index.html
new file mode 100644
index 0000000..fe2d497
--- /dev/null
+++ b/docs/colophon/index.html
@@ -0,0 +1,55 @@
+
+
+
The tutorial text uses Atkinson Hyperlegible,
+ which was designed to be easy for people with impaired vision to read.
+ Code uses Source Code Pro and diagrams use Helvetica.
+
+
+
The CSS files used to style code were obtained from highlight-css;
+ legibility was checked using WebAIM WAVE.
+
+
+
Diagrams were created with the desktop version of draw.io.
+
+
+
The site is built using Ark and hosted on GitHub Pages.
+ Traffic statistics are collected using plausible.io,
+ which provides a lightweight ethical alternative to surveillance capitalism.