diff options
author | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
commit | b679c6c2e28621ca6810bcdd14ef7a5db0236a6b (patch) | |
tree | 8ca164f4804ee1e8fb1ea106f4c1a45e5f094d7e /content/projects | |
parent | fa8ad82036fc8964f19dd38a9a2ef5acb1970f17 (diff) |
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 ++++ |