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 @@ + + + + + + + +McCole Template · Colophon + + + +
+

Colophon

+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + diff --git a/docs/glossary/index.html b/docs/glossary/index.html index 93ced11..4b1c1cb 100644 --- a/docs/glossary/index.html +++ b/docs/glossary/index.html @@ -19,7 +19,7 @@

Glossary

- +
diff --git a/docs/index.html b/docs/index.html index c2ffa16..de0427f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@

McCole Template

  1. Introduction
  2. Conclusion
-
  1. License
  2. Code of Conduct
  3. Bibliography
  4. Glossary
+
  1. License
  2. Code of Conduct
  3. Bibliography
  4. Glossary
  5. Colophon