summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-13 11:35:19 -0600
committert <t@tjp.lol>2026-07-13 12:50:44 -0600
commit130fdf3445b267c972fe051d139a88a201ac9888 (patch)
treeea2a2a14ab12f7e38a788eeda4f5c62fdb3522bd /notes
parent7c49c8d7be14054f2a679fdd83f23de90870cf1c (diff)
move static content index pages (projects, notes, about) into markdown
Diffstat (limited to 'notes')
-rw-r--r--notes/index.html.tmpl39
-rw-r--r--notes/index.md12
2 files changed, 12 insertions, 39 deletions
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 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<title>Notes — tjp.lol</title>
-<meta name="description" content="A public cut of my synced notes — a small digital garden.">
-<link rel="stylesheet" href="../style.css">
-</head>
-<body>
-<div class="wrap">
-
-{{template "header" .}}
- <main>
- <section class="intro">
- <p>A public slice of the persistent notes I keep synced across my devices.</p>
- </section>
-
- <section>
- <h2>start here</h2>
- <ul>
- <li>
- <a href="/notes/sync/recipes/">My Recipes</a>
- <ul>
- <li><a href="/notes/sync/recipes/cocktails/">Cocktail Recipes</a></li>
- </ul>
- </li>
- </ul>
- </section>
-
- <!--<section>
- <h2>all notes</h2>
- {{$notes := sortPages (index .Pages "notes") "mod_time"}}{{with $notes}}<div class="note-index">
- {{range .}}<a href="{{rel "notes/index.html" .OutputPath}}">{{.Title}}</a>{{end}}
- </div>{{end}}
- </section>-->
- </main>
-
-{{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/)
+