Makefile definition. I'm not sure I like either of those options unless I can
layer the defaults in a base + overrides kind of manner.
-## Usability and Scale
-
### Create Subsites <!-- markmap: foldAll -->
* rocketbowman.com
### Personalize Template
-Add navigation to each subsite. Re-style the author metadata.
+1. Add navigation to each subsite.
+2. Re-style the author metadata.
+3. Remove bullet points from ToC
+4. Put summary above ToC and/or make ToC sticky on the sidebar.
+5. Consider using "moonbeam" color for headers.
### Add About Page
Profile picture. About the site, name, me. Contact info?
-### Figure out how to do <aside> comments
+### Figure out how to do \<aside\> comments
Review Gwern's notes. Figure out how to do it in Pandoc. Figure out how to
do it stylistically.
and return a list of articles and/or an RSS feed. Better yet, just make a
styled RSS feed that people can navigate directly.
+### Create In-Page Backlinks
+
+How would you do this with the baked-data pattern? How would you do it otherwise?
+
+This seems like it could come in two parts:
+
+1. Build the link graph (into a database / table)?
+2. Transclude the link data into the page template.
+
+Part two is basically the same problem as showing the Git commit history. The
+only difference is the source of data.
+
## Content Quality Checks
### Check for broken links