diff options
Diffstat (limited to 'content/blogs')
| -rw-r--r-- | content/blogs/finger_archive/blog.json | 3 | ||||
| -rw-r--r-- | content/blogs/news/blog.json | 3 | ||||
| -rw-r--r-- | content/blogs/technology/blog.json | 3 | ||||
| -rw-r--r-- | content/blogs/the_daily/blog.json | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/content/blogs/finger_archive/blog.json b/content/blogs/finger_archive/blog.json index a247bcf..2148303 100644 --- a/content/blogs/finger_archive/blog.json +++ b/content/blogs/finger_archive/blog.json @@ -1,4 +1,5 @@ { + "priority": 2, "posts": { "2024_06_27": { "name": "June 27th, 2024" @@ -7,4 +8,4 @@ "name": "June 29th, 2024" } } -} +}
\ No newline at end of file diff --git a/content/blogs/news/blog.json b/content/blogs/news/blog.json index ddbfbad..181335d 100644 --- a/content/blogs/news/blog.json +++ b/content/blogs/news/blog.json @@ -1,4 +1,5 @@ { + "priority": 1, "description": "The [Inconsistently Updated] Update Log of This Gemini Capsule", "posts": {} -} +}
\ No newline at end of file diff --git a/content/blogs/technology/blog.json b/content/blogs/technology/blog.json index efbfcfe..d58ec59 100644 --- a/content/blogs/technology/blog.json +++ b/content/blogs/technology/blog.json @@ -1,4 +1,5 @@ { + "priority": 3, "description": "Thoughts and Resources of the Programming Languages and Technologies I Actively Use and Have Used", "posts": { "Go": { @@ -22,4 +23,4 @@ "last_modified": "2021. 07. 23." } } -} +}
\ No newline at end of file diff --git a/content/blogs/the_daily/blog.json b/content/blogs/the_daily/blog.json index 14d39c8..fc7bfb5 100644 --- a/content/blogs/the_daily/blog.json +++ b/content/blogs/the_daily/blog.json @@ -1,4 +1,5 @@ { + "priority": 0, "description": null, "posts": { "nvme_troubles_part_1": { @@ -30,4 +31,4 @@ "name": "The AirPods 4 with ANC are impressive!" } } -} +}
\ No newline at end of file |