Notes Webpage

External Links

Features

  • [ ] Search function
  • [X] Progress Reports Index
  • [X] Better Index for Dailies (maybe from months?)
  • [X] Links to previous and next day on daily journal entries
  • [X] Automatic Daily builds

To build and Host Locally

These are now also claude code skill

cd /Users/johnda/NotesWebpage && ./build.sh                                                                                                                                              

build.sh does a fresh git pull of RoamNotes first, then runs the Emacs publish. The direct Emacs command skips the pull and just rebuilds from whatever is already in RoamNotes/ — useful if you just want to test a publish.el change quickly without waiting for a clone.

After it finishes, serve with:

cd /Users/johnda/NotesWebpage/public && python3 -m http.server 8080

or

./serve.sh                                  

Claude Code Instructions

  • Make my notes into a web page
  • checkout repo
  • compile on the org files to html… See how that looks …post process to make better?

Logs

11 March 2026 Wednesday

  • Setup Claude.md
  • [X] Build tools to checkout , build and host locally
  • [X] Debugg broken links… done