From 7bf962afcd6cb4d3b7e08439573a7dbf4c176cab Mon Sep 17 00:00:00 2001 From: James Pace Date: Sat, 27 Jan 2024 02:54:18 +0000 Subject: [PATCH] Move blog directory. --- index.qmd | 6 +++--- posts.qmd | 2 +- {blog => posts}/bash_builtin_network_client.qmd | 0 {blog => posts}/how-i-deploy-with-nginx.qmd | 0 {blog => posts}/quarto_modifying_navbar_colors.qmd | 0 {blog => posts}/quick_just_review.qmd | 0 blog/rust_todo.md => posts/rust_todo.qmd | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename {blog => posts}/bash_builtin_network_client.qmd (100%) rename {blog => posts}/how-i-deploy-with-nginx.qmd (100%) rename {blog => posts}/quarto_modifying_navbar_colors.qmd (100%) rename {blog => posts}/quick_just_review.qmd (100%) rename blog/rust_todo.md => posts/rust_todo.qmd (100%) diff --git a/index.qmd b/index.qmd index 593380b..b5149e7 100644 --- a/index.qmd +++ b/index.qmd @@ -2,8 +2,8 @@ title: "Welcome!" toc: false listing: - id: blog-listing - contents: blog + id: post-listing + contents: posts type: table fields: [title, date] sort: "date desc" @@ -20,5 +20,5 @@ today isn't nearly as interesting. ## Latest Posts -::: {#blog-listing} +::: {#post-listing} ::: diff --git a/posts.qmd b/posts.qmd index e5c5e01..287cbb4 100644 --- a/posts.qmd +++ b/posts.qmd @@ -2,7 +2,7 @@ title: "Posts" toc: false listing: - contents: blog + contents: posts type: table fields: [title, date] sort: "date desc" diff --git a/blog/bash_builtin_network_client.qmd b/posts/bash_builtin_network_client.qmd similarity index 100% rename from blog/bash_builtin_network_client.qmd rename to posts/bash_builtin_network_client.qmd diff --git a/blog/how-i-deploy-with-nginx.qmd b/posts/how-i-deploy-with-nginx.qmd similarity index 100% rename from blog/how-i-deploy-with-nginx.qmd rename to posts/how-i-deploy-with-nginx.qmd diff --git a/blog/quarto_modifying_navbar_colors.qmd b/posts/quarto_modifying_navbar_colors.qmd similarity index 100% rename from blog/quarto_modifying_navbar_colors.qmd rename to posts/quarto_modifying_navbar_colors.qmd diff --git a/blog/quick_just_review.qmd b/posts/quick_just_review.qmd similarity index 100% rename from blog/quick_just_review.qmd rename to posts/quick_just_review.qmd diff --git a/blog/rust_todo.md b/posts/rust_todo.qmd similarity index 100% rename from blog/rust_todo.md rename to posts/rust_todo.qmd