diff options
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/indexcooking.md | 3 | ||||
-rw-r--r-- | content/projects/polypubs.md | 2 | ||||
-rw-r--r-- | content/projects/tubestat.md | 11 |
3 files changed, 15 insertions, 1 deletions
diff --git a/content/projects/indexcooking.md b/content/projects/indexcooking.md index 290d1d9..a3eaafa 100644 --- a/content/projects/indexcooking.md +++ b/content/projects/indexcooking.md @@ -5,6 +5,7 @@ tags = [ "flask", "mongodb", ] +draft = true [params] - link = "https://pubs.jezl.xyz" + link = "https://example.com" +++ diff --git a/content/projects/polypubs.md b/content/projects/polypubs.md index 49b34f5..3e79e39 100644 --- a/content/projects/polypubs.md +++ b/content/projects/polypubs.md @@ -5,4 +5,6 @@ tags = [ "maps", "algolia", ] +[params] + link = "https://pubs.jezl.xyz" +++ diff --git a/content/projects/tubestat.md b/content/projects/tubestat.md new file mode 100644 index 0000000..a745454 --- /dev/null +++ b/content/projects/tubestat.md @@ -0,0 +1,11 @@ ++++ +title = "tubestat" +description = "London tube statuses from the command line" +tags = [ + "cli", + "python", +] +[params] + link = "https://pypi.org/project/tube-stat/" +date = 2025-03-20 ++++ |