diff --git a/static/posts/drone/post.typ b/static/posts/drone/post.typ index d1b7143..93133f3 100644 --- a/static/posts/drone/post.typ +++ b/static/posts/drone/post.typ @@ -1,6 +1,6 @@ #let post_slug = "building-a-drone" #let post_preview_image = "top.jpg" -#let post_summary = "Using a raspberry pi and 3d printer to build a drone from scratch" +#let post_summary = "Arduino & Pi powered 3D printed drone" = Building a Drone diff --git a/static/posts/gamedev/post.typ b/static/posts/gamedev/post.typ index c64d60c..cb15924 100644 --- a/static/posts/gamedev/post.typ +++ b/static/posts/gamedev/post.typ @@ -1,6 +1,6 @@ #let post_slug = "gamedev" #let post_preview_image = "flying.webp" -#let post_summary = "Creating an open world multiplayer terrain destruction game in Godot and Rust" +#let post_summary = "Coding an open world multiplayer terrain destruction game in Godot and Rust" = Game Development diff --git a/static/posts/nextcloud/post.typ b/static/posts/nextcloud/post.typ index e8433bd..934cfda 100644 --- a/static/posts/nextcloud/post.typ +++ b/static/posts/nextcloud/post.typ @@ -1,6 +1,6 @@ #let post_slug = "selfhosting-nextcloud" #let post_preview_image = "logo.svg" -#let post_summary = "Why and how I host a fileserver locally, on an old laptop" +#let post_summary = "Selfhosting a file server on an old laptop" = Selfhosting Nextcloud #link("https://nextcloud.jeremyjanella.com")[My Nextcloud] diff --git a/static/posts/phobos/post.typ b/static/posts/phobos/post.typ index 8b0a3bb..3c53413 100644 --- a/static/posts/phobos/post.typ +++ b/static/posts/phobos/post.typ @@ -1,6 +1,6 @@ #let post_slug = "assembly-game" #let post_preview_image = "phobos.png" -#let post_summary = "Making a rocket platformer in assembly" +#let post_summary = "Coding a game in raw assembly" = Phobos