]> git.rocketbowman.com Git - jetsam.git/commitdiff
add new ideas
authorKyle Bowman <kyle+github@rocketbowman.com>
Sat, 4 Jan 2025 01:46:18 +0000 (20:46 -0500)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sat, 4 Jan 2025 01:46:18 +0000 (20:46 -0500)
todo.md

diff --git a/todo.md b/todo.md
index 580816299e67b4ce715fa4aeafdae7893f2247c4..6e2200bd6d8453cb6170e982813f29062a7a93ef 100644 (file)
--- a/todo.md
+++ b/todo.md
@@ -18,8 +18,6 @@ I could move this into the `defaults.yml` file. I could also add it to the
 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
@@ -29,13 +27,17 @@ layer the defaults in a base + overrides kind of manner.
 
 ### 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. 
@@ -51,6 +53,18 @@ Then, write some code (preferably client-side code) that will query the data
 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