diff options
| author | Fuwn <[email protected]> | 2026-02-11 23:43:28 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-11 23:43:31 -0800 |
| commit | 17475e06c8822c854dcfa1335f44957b6a3eb629 (patch) | |
| tree | 4e85234cf29e54ef747f1dc01ad2c523f18bd692 /content/blogs/technology/blog.json | |
| parent | chore: Update CI references to updated Rust toolchain channel (diff) | |
| download | locus-17475e06c8822c854dcfa1335f44957b6a3eb629.tar.xz locus-17475e06c8822c854dcfa1335f44957b6a3eb629.zip | |
feat: Replace static blog system with Notion-backed dynamic content
Diffstat (limited to 'content/blogs/technology/blog.json')
| -rw-r--r-- | content/blogs/technology/blog.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/content/blogs/technology/blog.json b/content/blogs/technology/blog.json deleted file mode 100644 index d58ec59..0000000 --- a/content/blogs/technology/blog.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "priority": 3, - "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." - } - } -}
\ No newline at end of file |