From 130fdf3445b267c972fe051d139a88a201ac9888 Mon Sep 17 00:00:00 2001 From: t Date: Mon, 13 Jul 2026 11:35:19 -0600 Subject: move static content index pages (projects, notes, about) into markdown --- notes/index.html.tmpl | 39 --------------------------------------- notes/index.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 39 deletions(-) delete mode 100644 notes/index.html.tmpl create mode 100644 notes/index.md (limited to 'notes') diff --git a/notes/index.html.tmpl b/notes/index.html.tmpl deleted file mode 100644 index 66c1f43..0000000 --- a/notes/index.html.tmpl +++ /dev/null @@ -1,39 +0,0 @@ - - - - - -Notes — tjp.lol - - - - -
- -{{template "header" .}} -
-
-

A public slice of the persistent notes I keep synced across my devices.

-
- -
-

start here

- -
- - -
- -{{template "footer" .}} diff --git a/notes/index.md b/notes/index.md new file mode 100644 index 0000000..09e776a --- /dev/null +++ b/notes/index.md @@ -0,0 +1,12 @@ +--- +title: Notes +description: A public cut of my synced notes +--- + +A public slice of the persistent notes I keep synced across my devices. + +## start here + +- [My Recipes](/notes/sync/recipes/) + - [Cocktail Recipes](/notes/sync/recipes/cocktails/) + -- cgit v1.3