diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-09-21 20:21:26 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-09-21 20:21:26 +1200 |
commit | fa5b90a9f8a69a5eb03a2aba02f4c985b7ab917a (patch) | |
tree | 881b91911e09549768012aee0b0f65c90b6a46e2 /project/context | |
parent | f5a52b94842cbb957d32c666feda76fcbf5336bf (diff) |
Added Sydney Rail Maps article
Diffstat (limited to 'project/context')
-rw-r--r-- | project/context/articles.json | 8 | ||||
-rw-r--r-- | project/context/tags.json | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/project/context/articles.json b/project/context/articles.json index b9a3977..8d828e7 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -1,6 +1,12 @@ [ { + "title": "Sydney Rail Maps", + "anchor": "/sydneyrail.html", + "taglist": ["maps", "transport"], + "postdate": "21/9/2021" + }, + { "title": "Packrat Parser Combinator Library", "anchor": "/packrat.html", "taglist": ["compsci", "library", "programming"], @@ -15,7 +21,7 @@ { "title": "D, Parasail, Pascal, and Rust vs The Steelman", "anchor": "/steelman.html", - "taglist": ["compsci", "languages"], + "taglist": ["compsci", "language"], "postdate": "29/10/2017" }, { diff --git a/project/context/tags.json b/project/context/tags.json index 52088df..25192f3 100644 --- a/project/context/tags.json +++ b/project/context/tags.json @@ -4,12 +4,14 @@ "compsci", "copyright", "esoteric", - "languages", + "language", "legal", "library", + "maps", "mathematics", "politics", "programming", + "transport", "videogames" ] |