diff options
| author | Fuwn <[email protected]> | 2023-04-18 00:07:23 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-18 00:07:23 -0700 |
| commit | 756e592b0de3f08257242ddec2f1f3c6e23e6e16 (patch) | |
| tree | 01d4606984d4b2db4b7aafa29a9435c276c48c1f | |
| parent | feat(static): add useful links page (diff) | |
| download | locus-756e592b0de3f08257242ddec2f1f3c6e23e6e16.tar.xz locus-756e592b0de3f08257242ddec2f1f3c6e23e6e16.zip | |
feat(news): add a new news entry
| -rw-r--r-- | content/blogs/news/20230418.gmi | 5 | ||||
| -rw-r--r-- | content/blogs/news/blog.json | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/content/blogs/news/20230418.gmi b/content/blogs/news/20230418.gmi new file mode 100644 index 0000000..e83dd38 --- /dev/null +++ b/content/blogs/news/20230418.gmi @@ -0,0 +1,5 @@ +* Create a Web-to-Gemini proxy +* Create a useful links page + +=> /web Web-to-Gemini Gateway +=> /useful Useful Links
\ No newline at end of file diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json index be171f4..a4c71ea 100644 --- a/content/blogs/news/blog.json +++ b/content/blogs/news/blog.json @@ -28,8 +28,14 @@ "20221001": { "author": "Fuwn", "created": "2022. 10. 01.", - "last_modified": "2022. 10. 01.", - "name": "Stocks Dashboard (2022. 10. 01.)" + "last_modified": "2022. 10. 01.", + "name": "Stocks Dashboard (2022. 10. 01.)" + }, + "20230418": { + "author": "Fuwn", + "created": "2023. 04. 18.", + "last_modified": "2023. 04. 18.", + "name": "The April 18th, 2023 Update (2023. 04. 18.)" } } } |