diff options
Diffstat (limited to 'project/context')
-rw-r--r-- | project/context/articles.json | 6 | ||||
-rw-r--r-- | project/context/tags.json | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/project/context/articles.json b/project/context/articles.json index e08c95c..e1a0c45 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -1,6 +1,12 @@ [ { + "title": "ASCII Fluid Simulator", + "anchor": "/fluidsim.xhtml", + "taglist": ["application", "physics", "programming"], + "postdate": "26/11/2022" + }, + { "title": "Number Wall Visualiser", "anchor": "/numberwall.xhtml", "taglist": ["application", "mathematics", "programming"], diff --git a/project/context/tags.json b/project/context/tags.json index 8910e07..323b09f 100644 --- a/project/context/tags.json +++ b/project/context/tags.json @@ -9,6 +9,7 @@ "library", "maps", "mathematics", + "physics", "politics", "programming", "transport", |