From b679c6c2e28621ca6810bcdd14ef7a5db0236a6b Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 21 Mar 2025 13:45:32 +0000 Subject: chess page --- content/projects/indexcooking.md | 3 ++- content/projects/polypubs.md | 2 ++ content/projects/tubestat.md | 11 +++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 content/projects/tubestat.md (limited to 'content/projects') 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 ++++ -- cgit v1.2.3