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