diff options
| author | Fuwn <[email protected]> | 2024-06-23 19:17:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-23 19:17:52 -0700 |
| commit | 1ad2d662b0f62b7593b6bd623e32eadb0339ce09 (patch) | |
| tree | 941e5882c3825d5d9d946c85731666db557a174f /content/blogs/technology/blog.json | |
| parent | feat(footer): add gopherhole link (diff) | |
| download | locus-1ad2d662b0f62b7593b6bd623e32eadb0339ce09.tar.xz locus-1ad2d662b0f62b7593b6bd623e32eadb0339ce09.zip | |
refactor(blogs): shift content
Diffstat (limited to 'content/blogs/technology/blog.json')
| -rw-r--r-- | content/blogs/technology/blog.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/content/blogs/technology/blog.json b/content/blogs/technology/blog.json new file mode 100644 index 0000000..efbfcfe --- /dev/null +++ b/content/blogs/technology/blog.json @@ -0,0 +1,25 @@ +{ + "description": "Thoughts and Resources of the Programming Languages and Technologies I Actively Use and Have Used", + "posts": { + "Go": { + "author": "Fuwn", + "created": "2021. 07. 19.", + "last_modified": "2024. 06. 17." + }, + "Forth": { + "author": "Fuwn", + "created": "2022. 04. 21.", + "last_modified": "2022. 04. 21." + }, + "OCaml": { + "author": "Fuwn", + "created": "2021. 07. 23.", + "last_modified": "2021. 07. 23." + }, + "Rust": { + "author": "Fuwn", + "created": "2021. 07. 23.", + "last_modified": "2021. 07. 23." + } + } +} |