diff options
| author | Fuwn <[email protected]> | 2022-06-12 02:37:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-12 02:37:27 -0700 |
| commit | 709abd620f48f2044f77583a113be9010fece6f3 (patch) | |
| tree | 5637f131fd33a533e09fa0597114d5dfe4e48216 /content/blogs/programming_languages/blog.json | |
| parent | fix(skills): correct title (diff) | |
| download | locus-709abd620f48f2044f77583a113be9010fece6f3.tar.xz locus-709abd620f48f2044f77583a113be9010fece6f3.zip | |
refactor(content): move blogs
Diffstat (limited to 'content/blogs/programming_languages/blog.json')
| -rw-r--r-- | content/blogs/programming_languages/blog.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/content/blogs/programming_languages/blog.json b/content/blogs/programming_languages/blog.json new file mode 100644 index 0000000..a35f9f4 --- /dev/null +++ b/content/blogs/programming_languages/blog.json @@ -0,0 +1,25 @@ +{ + "description": "Thoughts and Resources of the Programming Languages Fuwn Uses", + "posts": { + "Go": { + "author": "Fuwn", + "created": "2021. 07. 19.", + "last_modified": "2021. 07. 20." + }, + "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." + } + } +} |