diff --git a/assets/images/avatar.png b/assets/images/avatar.png deleted file mode 100644 index a7db452..0000000 Binary files a/assets/images/avatar.png and /dev/null differ diff --git a/assets/images/avatar.webp b/assets/images/avatar.webp new file mode 100644 index 0000000..22f4648 Binary files /dev/null and b/assets/images/avatar.webp differ diff --git a/assets/images/banner.avif b/assets/images/banner.avif new file mode 100644 index 0000000..5cfb144 Binary files /dev/null and b/assets/images/banner.avif differ diff --git a/assets/images/banner.png b/assets/images/banner.png deleted file mode 100644 index 4dd91b9..0000000 Binary files a/assets/images/banner.png and /dev/null differ diff --git a/config/_default/config.toml b/config/_default/config.toml index 342e8f0..a8fbcf0 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -13,7 +13,7 @@ subtitle = "The blog for my programming projects" [Params.Sidebar.Avatar] enabled = true local = true -src = "images/avatar.png" +src = "images/avatar.webp" [Params.Footer] since = 2019 @@ -44,4 +44,4 @@ card = "summary" [Params.defaultImage.opengraph] enabled = true local = true -src = "images/banner.png" \ No newline at end of file +src = "images/banner.avif" \ No newline at end of file diff --git a/content/categories/butterengine/_index.md b/content/categories/butterengine/_index.md index b2b1b1c..e4421c4 100644 --- a/content/categories/butterengine/_index.md +++ b/content/categories/butterengine/_index.md @@ -1,6 +1,6 @@ --- title: "Butter Engine" -image: "featured-image.png" +image: "featured-image.webp" --- Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development. diff --git a/content/categories/butterengine/featured-image.png b/content/categories/butterengine/featured-image.png deleted file mode 100644 index 32b83e6..0000000 Binary files a/content/categories/butterengine/featured-image.png and /dev/null differ diff --git a/content/categories/butterengine/featured-image.webp b/content/categories/butterengine/featured-image.webp new file mode 100644 index 0000000..40aa4ed Binary files /dev/null and b/content/categories/butterengine/featured-image.webp differ diff --git a/content/categories/clickcounter/_index.md b/content/categories/clickcounter/_index.md index 0137b33..ade67e0 100644 --- a/content/categories/clickcounter/_index.md +++ b/content/categories/clickcounter/_index.md @@ -1,6 +1,6 @@ --- title: "Click Counter" -image: "featured-image.png" +image: "featured-image.webp" --- A Minecraft Forge 1.8.9 mod for counting how many times you left/right click. Featuring custom coloring, positioning, and prefixes, this mod provides useful statistics. Get started by typing the "/clicks" command in chat. The project is under the [MIT License](https://raw.githubusercontent.com/joshuafhiggins/clickcounter/master/LICENSE). \ No newline at end of file diff --git a/content/categories/clickcounter/featured-image.png b/content/categories/clickcounter/featured-image.png deleted file mode 100644 index 3e1ada4..0000000 Binary files a/content/categories/clickcounter/featured-image.png and /dev/null differ diff --git a/content/categories/clickcounter/featured-image.webp b/content/categories/clickcounter/featured-image.webp new file mode 100644 index 0000000..e72181f Binary files /dev/null and b/content/categories/clickcounter/featured-image.webp differ diff --git a/content/categories/docker/_index.md b/content/categories/docker/_index.md index 313f149..974a40d 100644 --- a/content/categories/docker/_index.md +++ b/content/categories/docker/_index.md @@ -1,6 +1,6 @@ --- title: "Docker" -image: "featured-image.png" +image: "featured-image.webp" --- Releases and updates to Docker images. \ No newline at end of file diff --git a/content/categories/docker/featured-image.png b/content/categories/docker/featured-image.png deleted file mode 100644 index a2b2483..0000000 Binary files a/content/categories/docker/featured-image.png and /dev/null differ diff --git a/content/categories/docker/featured-image.webp b/content/categories/docker/featured-image.webp new file mode 100644 index 0000000..4ae7d84 Binary files /dev/null and b/content/categories/docker/featured-image.webp differ diff --git a/content/categories/guides/_index.md b/content/categories/guides/_index.md index 9f64bdf..6070cce 100644 --- a/content/categories/guides/_index.md +++ b/content/categories/guides/_index.md @@ -1,6 +1,6 @@ --- title: "Guides" -image: "featured-image.png" +image: "featured-image.webp" --- The guides I have made. \ No newline at end of file diff --git a/content/categories/guides/featured-image.png b/content/categories/guides/featured-image.png deleted file mode 100644 index e01b0af..0000000 Binary files a/content/categories/guides/featured-image.png and /dev/null differ diff --git a/content/categories/guides/featured-image.webp b/content/categories/guides/featured-image.webp new file mode 100644 index 0000000..687da63 Binary files /dev/null and b/content/categories/guides/featured-image.webp differ diff --git a/content/categories/pranksuite/_index.md b/content/categories/pranksuite/_index.md index 1066224..39e60a3 100644 --- a/content/categories/pranksuite/_index.md +++ b/content/categories/pranksuite/_index.md @@ -1,6 +1,6 @@ --- title: "Prank Suite" -image: "featured-image.png" +image: "featured-image.webp" --- NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith. diff --git a/content/categories/pranksuite/featured-image.png b/content/categories/pranksuite/featured-image.png deleted file mode 100644 index 50034f4..0000000 Binary files a/content/categories/pranksuite/featured-image.png and /dev/null differ diff --git a/content/categories/pranksuite/featured-image.webp b/content/categories/pranksuite/featured-image.webp new file mode 100644 index 0000000..ec8b067 Binary files /dev/null and b/content/categories/pranksuite/featured-image.webp differ diff --git a/content/categories/realm/_index.md b/content/categories/realm/_index.md index 3d2f029..32ca9b7 100644 --- a/content/categories/realm/_index.md +++ b/content/categories/realm/_index.md @@ -1,4 +1,4 @@ --- title: Realm -image: featured-image.png +image: featured-image.webp --- diff --git a/content/categories/realm/featured-image.png b/content/categories/realm/featured-image.png deleted file mode 100644 index ca9ef27..0000000 Binary files a/content/categories/realm/featured-image.png and /dev/null differ diff --git a/content/categories/realm/featured-image.webp b/content/categories/realm/featured-image.webp new file mode 100644 index 0000000..e255cd0 Binary files /dev/null and b/content/categories/realm/featured-image.webp differ diff --git a/content/page/aboutme/index.md b/content/page/aboutme/index.md index c633527..6f83d37 100644 --- a/content/page/aboutme/index.md +++ b/content/page/aboutme/index.md @@ -12,6 +12,6 @@ readingTime: false --- -![Banner](/images/banner.png " ") +![Banner](/images/banner.avif " ") This site is the best place to catch up on my projects and to get the downloads for my projects when they come out. I work on various things like game development to modding Minecraft. Any project will have its own subdomain and page. If you want to talk to me personally about something, here's my [email](mailto:joshuafhiggins@gmail.com). \ No newline at end of file diff --git a/content/post/butter-dejavu/butter-dragon-modelloading.png b/content/post/butter-dejavu/butter-dragon-modelloading.png deleted file mode 100644 index 32b83e6..0000000 Binary files a/content/post/butter-dejavu/butter-dragon-modelloading.png and /dev/null differ diff --git a/content/post/butter-dejavu/butter-dragon-modelloading.webp b/content/post/butter-dejavu/butter-dragon-modelloading.webp new file mode 100644 index 0000000..40aa4ed Binary files /dev/null and b/content/post/butter-dejavu/butter-dragon-modelloading.webp differ diff --git a/content/post/butter-dejavu/butter-smiley-projected.png b/content/post/butter-dejavu/butter-smiley-projected.png deleted file mode 100644 index ba41c54..0000000 Binary files a/content/post/butter-dejavu/butter-smiley-projected.png and /dev/null differ diff --git a/content/post/butter-dejavu/butter-smiley-projected.webp b/content/post/butter-dejavu/butter-smiley-projected.webp new file mode 100644 index 0000000..6a4cdb4 Binary files /dev/null and b/content/post/butter-dejavu/butter-smiley-projected.webp differ diff --git a/content/post/butter-dejavu/butter-smiley-streched.png b/content/post/butter-dejavu/butter-smiley-streched.png deleted file mode 100644 index 8eb159f..0000000 Binary files a/content/post/butter-dejavu/butter-smiley-streched.png and /dev/null differ diff --git a/content/post/butter-dejavu/butter-smiley-streched.webp b/content/post/butter-dejavu/butter-smiley-streched.webp new file mode 100644 index 0000000..e705155 Binary files /dev/null and b/content/post/butter-dejavu/butter-smiley-streched.webp differ diff --git a/content/post/butter-dejavu/featured-image.png b/content/post/butter-dejavu/featured-image.png deleted file mode 100644 index 32b83e6..0000000 Binary files a/content/post/butter-dejavu/featured-image.png and /dev/null differ diff --git a/content/post/butter-dejavu/featured-image.webp b/content/post/butter-dejavu/featured-image.webp new file mode 100644 index 0000000..40aa4ed Binary files /dev/null and b/content/post/butter-dejavu/featured-image.webp differ diff --git a/content/post/butter-dejavu/index.md b/content/post/butter-dejavu/index.md index b396b71..7cd81f2 100644 --- a/content/post/butter-dejavu/index.md +++ b/content/post/butter-dejavu/index.md @@ -5,7 +5,7 @@ lastmod: 2022-08-22T16:02:56-04:00 draft: false description: "I feel like I wrote this code before..." -image: "featured-image.png" +image: "featured-image.webp" tags: ["Progress Updates"] categories: ["butterengine"] @@ -66,7 +66,7 @@ Derivatives were made when going through the tutorials but were ultimately remov ## Textures Right now, only Albedo is being used and the Material class is nothing but a holder for SlickUtil Textures. I want the Material class to hold all of the textures without order and you leave it to modders to make their shaders and textures line up. I'm only using SlickUtil right now because of the ability to load Textures from class resources rather than the file path. But I'm ultimately going to replace it with my one Texture class because of the [model loader](#Model Loading) not using class resources. Supposedly we can load from resources, and call the function to load model from memory or textures from memory with STB, but I have no idea what the size of the buffers should be. -![Smiley is rendering but streched!](butter-smiley-streched.png) +![Smiley is rendering but streched!](butter-smiley-streched.webp) ## 3D Projection JOML is being used for math and matrix loading and what not but this may change (see [the physics section](#physics)). Once I did this, it kinda made me think about what next. I thought I should focus on an ECS system for holding positions, rotations, etc. which right now is the Entity class that should be derived from but will change (see [the ECS section](#ecs)). This was kind of the thing that spun off into the unproductive week. Although this was not easy at all because the shader was originally going from different matrices in the wrong order. @@ -90,7 +90,7 @@ void main() { But here it is now working just right: -![Smiley looking better now](butter-smiley-projected.png) +![Smiley looking better now](butter-smiley-projected.webp) ## Mod Loading The Main class no longer holds any GLFW and is instead held in the Window class, similar to the Mesh class and BufferObjects. Mods right now hold a lot of control over what's happening. This is still subject to change because while this was going to be a render engine, it quickly became this bigger thing and the order of events right now is: Rendering (v0.1) -> ECS/Physics (v0.2) -> Audio/Sound (v0.3) -> Events/Mod Loading (v0.4). So we aren't even done with v0.1 and shouldn't worry about the specifics of this just yet. I just want to emphasize that this is a render engine before a game engine, no matter how much I want the latter. @@ -111,4 +111,4 @@ For ECS I'm gonna go with [Ashley](https://github.com/libgdx/ashley), a LibGDX s ## Model Loading This is in no way finished as it is not grabbing all possible data right now, which is kind of driving me nuts but I'm gonna try to ignore it for now until the data being grabbed, like material data, can be used in engine. Here it is so far, using the smiley texture and the dragon model: -![Model loaded!](butter-dragon-modelloading.png) \ No newline at end of file +![Model loaded!](butter-dragon-modelloading.webp) \ No newline at end of file diff --git a/content/post/clickcounter-v2.4.0/featured-image.png b/content/post/clickcounter-v2.4.0/featured-image.png deleted file mode 100644 index 3e1ada4..0000000 Binary files a/content/post/clickcounter-v2.4.0/featured-image.png and /dev/null differ diff --git a/content/post/clickcounter-v2.4.0/featured-image.webp b/content/post/clickcounter-v2.4.0/featured-image.webp new file mode 100644 index 0000000..e72181f Binary files /dev/null and b/content/post/clickcounter-v2.4.0/featured-image.webp differ diff --git a/content/post/clickcounter-v2.4.0/index.md b/content/post/clickcounter-v2.4.0/index.md index d1e1ab8..b479941 100644 --- a/content/post/clickcounter-v2.4.0/index.md +++ b/content/post/clickcounter-v2.4.0/index.md @@ -4,7 +4,7 @@ date: 2023-06-23T12:00:00-04:00 lastmod: 2023-06-23T12:00:00-04:00 description: "Right clicks, general refactor, more stable/modern codebase, QOL features." -image: "featured-image.png" +image: "featured-image.webp" tags: ["Minecraft", "Modding", "Updates"] categories: ["clickcounter"] diff --git a/content/post/clickcounter-v2.4.1/featured-image.png b/content/post/clickcounter-v2.4.1/featured-image.png deleted file mode 100644 index 3e1ada4..0000000 Binary files a/content/post/clickcounter-v2.4.1/featured-image.png and /dev/null differ diff --git a/content/post/clickcounter-v2.4.1/featured-image.webp b/content/post/clickcounter-v2.4.1/featured-image.webp new file mode 100644 index 0000000..e72181f Binary files /dev/null and b/content/post/clickcounter-v2.4.1/featured-image.webp differ diff --git a/content/post/clickcounter-v2.4.1/index.md b/content/post/clickcounter-v2.4.1/index.md index 198c378..d85cd2c 100644 --- a/content/post/clickcounter-v2.4.1/index.md +++ b/content/post/clickcounter-v2.4.1/index.md @@ -4,7 +4,7 @@ date: 2023-06-24T12:00:00-04:00 lastmod: 2023-06-24T12:00:00-04:00 description: "Bug fixes" -image: "featured-image.png" +image: "featured-image.webp" tags: ["Minecraft", "Modding", "Updates"] categories: ["clickcounter"] diff --git a/content/post/example/featured-image.png b/content/post/example/featured-image.png deleted file mode 100644 index b1d57e8..0000000 Binary files a/content/post/example/featured-image.png and /dev/null differ diff --git a/content/post/example/featured-image.webp b/content/post/example/featured-image.webp new file mode 100644 index 0000000..31c34dd Binary files /dev/null and b/content/post/example/featured-image.webp differ diff --git a/content/post/example/index.md b/content/post/example/index.md index 1aedeb1..6420d49 100644 --- a/content/post/example/index.md +++ b/content/post/example/index.md @@ -5,7 +5,7 @@ lastmod: 2022-08-21T19:00:00-04:00 draft: true description: "Description" -image: "featured-image.png" +image: "featured-image.webp" tags: ["Tag"] categories: ["Project"] diff --git a/content/post/general-catchingup/featured-image.png b/content/post/general-catchingup/featured-image.png deleted file mode 100644 index 752dc30..0000000 Binary files a/content/post/general-catchingup/featured-image.png and /dev/null differ diff --git a/content/post/general-catchingup/featured-image.webp b/content/post/general-catchingup/featured-image.webp new file mode 100644 index 0000000..eaba726 Binary files /dev/null and b/content/post/general-catchingup/featured-image.webp differ diff --git a/content/post/general-catchingup/index.md b/content/post/general-catchingup/index.md index 4c948ea..508d2d2 100644 --- a/content/post/general-catchingup/index.md +++ b/content/post/general-catchingup/index.md @@ -5,7 +5,7 @@ lastmod: 2022-08-22T19:13:30-04:00 draft: false description: "General things I need to do with the site" -image: "featured-image.png" +image: "featured-image.webp" tags: ["Website", "Progress Updates"] # categories: ["general"] diff --git a/content/post/prank-suite-release/featured-image.png b/content/post/prank-suite-release/featured-image.png deleted file mode 100644 index 50034f4..0000000 Binary files a/content/post/prank-suite-release/featured-image.png and /dev/null differ diff --git a/content/post/prank-suite-release/featured-image.webp b/content/post/prank-suite-release/featured-image.webp new file mode 100644 index 0000000..ec8b067 Binary files /dev/null and b/content/post/prank-suite-release/featured-image.webp differ diff --git a/content/post/prank-suite-release/index.md b/content/post/prank-suite-release/index.md index 75d6052..b0c435b 100644 --- a/content/post/prank-suite-release/index.md +++ b/content/post/prank-suite-release/index.md @@ -8,7 +8,7 @@ draft: false # author: "LitlToast" # authorLink: "https://higgy999.github.io" description: "The next step in pranking your friends and family." -image: "featured-image.png" +image: "featured-image.webp" tags: ["Releases"] categories: ["pranksuite"] diff --git a/content/post/realm-accouncement/featured-image.png b/content/post/realm-accouncement/featured-image.png deleted file mode 100644 index ca9ef27..0000000 Binary files a/content/post/realm-accouncement/featured-image.png and /dev/null differ diff --git a/content/post/realm-accouncement/featured-image.webp b/content/post/realm-accouncement/featured-image.webp new file mode 100644 index 0000000..e255cd0 Binary files /dev/null and b/content/post/realm-accouncement/featured-image.webp differ diff --git a/content/post/realm-accouncement/index.md b/content/post/realm-accouncement/index.md index 3600b37..23949af 100644 --- a/content/post/realm-accouncement/index.md +++ b/content/post/realm-accouncement/index.md @@ -4,7 +4,7 @@ date: 2024-11-03 lastmod: 2024-11-03T01:00:00-04:00 draft: false description: Collaborate, Communicate, Connect -image: featured-image.png +image: featured-image.webp tags: - messaging - secure diff --git a/content/post/site-redesigned-2022/featured-image.png b/content/post/site-redesigned-2022/featured-image.png deleted file mode 100644 index d0658f7..0000000 Binary files a/content/post/site-redesigned-2022/featured-image.png and /dev/null differ diff --git a/content/post/site-redesigned-2022/featured-image.webp b/content/post/site-redesigned-2022/featured-image.webp new file mode 100644 index 0000000..457eddd Binary files /dev/null and b/content/post/site-redesigned-2022/featured-image.webp differ diff --git a/content/post/site-redesigned-2022/index.md b/content/post/site-redesigned-2022/index.md index f4ad901..7e3813c 100644 --- a/content/post/site-redesigned-2022/index.md +++ b/content/post/site-redesigned-2022/index.md @@ -5,7 +5,7 @@ lastmod: 2022-08-23T00:09:32-04:00 draft: false description: "Hopefully this will not be a yearly tradition of me updating the site, making one post, and leaving it untouched." -image: "featured-image.png" +image: "featured-image.webp" tags: ["Website", "Progress Updates"] # categories: ["general"] diff --git a/content/post/site-redesigned-2024/featured-image.png b/content/post/site-redesigned-2024/featured-image.png deleted file mode 100644 index 3cb68f6..0000000 Binary files a/content/post/site-redesigned-2024/featured-image.png and /dev/null differ diff --git a/content/post/site-redesigned-2024/featured-image.webp b/content/post/site-redesigned-2024/featured-image.webp new file mode 100644 index 0000000..11a62ff Binary files /dev/null and b/content/post/site-redesigned-2024/featured-image.webp differ diff --git a/content/post/site-redesigned-2024/index.md b/content/post/site-redesigned-2024/index.md index a259ad3..05b7caf 100644 --- a/content/post/site-redesigned-2024/index.md +++ b/content/post/site-redesigned-2024/index.md @@ -5,7 +5,7 @@ lastmod: 2024-03-16T20:10:00-04:00 draft: false description: "'Tis tradition." -image: "featured-image.png" +image: "featured-image.webp" tags: ["Website", "Progress Updates"] # categories: ["general"] diff --git a/content/post/spring-break-redesign/april2023-bard.png b/content/post/spring-break-redesign/april2023-bard.png deleted file mode 100644 index c019d11..0000000 Binary files a/content/post/spring-break-redesign/april2023-bard.png and /dev/null differ diff --git a/content/post/spring-break-redesign/april2023-bard.webp b/content/post/spring-break-redesign/april2023-bard.webp new file mode 100644 index 0000000..75adbc8 Binary files /dev/null and b/content/post/spring-break-redesign/april2023-bard.webp differ diff --git a/content/post/spring-break-redesign/april2023-toaster.png b/content/post/spring-break-redesign/april2023-toaster.png deleted file mode 100644 index 73d700e..0000000 Binary files a/content/post/spring-break-redesign/april2023-toaster.png and /dev/null differ diff --git a/content/post/spring-break-redesign/april2023-toaster.webp b/content/post/spring-break-redesign/april2023-toaster.webp new file mode 100644 index 0000000..dd6f8a9 Binary files /dev/null and b/content/post/spring-break-redesign/april2023-toaster.webp differ diff --git a/content/post/spring-break-redesign/april2023-website.png b/content/post/spring-break-redesign/april2023-website.png deleted file mode 100644 index 2beedf7..0000000 Binary files a/content/post/spring-break-redesign/april2023-website.png and /dev/null differ diff --git a/content/post/spring-break-redesign/april2023-website.webp b/content/post/spring-break-redesign/april2023-website.webp new file mode 100644 index 0000000..0acd943 Binary files /dev/null and b/content/post/spring-break-redesign/april2023-website.webp differ diff --git a/content/post/spring-break-redesign/featured-image.png b/content/post/spring-break-redesign/featured-image.png deleted file mode 100644 index ba65b3a..0000000 Binary files a/content/post/spring-break-redesign/featured-image.png and /dev/null differ diff --git a/content/post/spring-break-redesign/featured-image.webp b/content/post/spring-break-redesign/featured-image.webp new file mode 100644 index 0000000..82551c9 Binary files /dev/null and b/content/post/spring-break-redesign/featured-image.webp differ diff --git a/content/post/spring-break-redesign/index.md b/content/post/spring-break-redesign/index.md index 6ce51a6..0602a96 100644 --- a/content/post/spring-break-redesign/index.md +++ b/content/post/spring-break-redesign/index.md @@ -8,7 +8,7 @@ draft: false # author: "LitlToast" # authorLink: "https://higgy999.github.io" description: "I made no posts for the rest of 2022, since the last redesign, and then I felt like redesigning the site again. (AI generated image btw)" -image: "featured-image.png" +image: "featured-image.webp" tags: ["Website", "Progress Updates"] # categories: ["general"] @@ -28,7 +28,7 @@ Known Bugs: - Mobile: Hamburger menu missing when reading a post, this existed before but really shouldn't have ``` -![The new design!](april2023-website.png) +![The new design!](april2023-website.webp) Light theme looks better than before, and better than dark mode in my opinion. The new header bar is inspired by Hearthstone's website too, although I kept some of the old design on mobile. Several changes had to be made to the theme itself, at some point I need to find a way to move all changes that were made to `_override.scss`. Maybe now I'll make an update post for Prank Suite? @@ -36,7 +36,7 @@ Light theme looks better than before, and better than dark mode in my opinion. T I made a [Discord server](https://discord.gg/b48D4m8jNs)! There's channels for asking for help with Java, Kotlin, and Rust, as well as helpful resources. I encourage everyone to put your favorite resources for the languages in their respective channels. I often forget cool things I find and this will be my way of having a whole list to revisit anytime I want. You can also showcase your projects as a thread in the [`#showcase`](https://discord.gg/b48D4m8jNs) channel. I look forward to seeing you there! -![Music Bot](april2023-bard.png) ![Server Icon](april2023-toaster.png) +![Music Bot](april2023-bard.webp) ![Server Icon](april2023-toaster.webp) ## Plans & Current Projects diff --git a/content/post/tf2classic-docker/featured-image.png b/content/post/tf2classic-docker/featured-image.png deleted file mode 100644 index a2b2483..0000000 Binary files a/content/post/tf2classic-docker/featured-image.png and /dev/null differ diff --git a/content/post/tf2classic-docker/featured-image.webp b/content/post/tf2classic-docker/featured-image.webp new file mode 100644 index 0000000..4ae7d84 Binary files /dev/null and b/content/post/tf2classic-docker/featured-image.webp differ diff --git a/content/post/tf2classic-docker/index.md b/content/post/tf2classic-docker/index.md index 8e827f4..9eccfbb 100644 --- a/content/post/tf2classic-docker/index.md +++ b/content/post/tf2classic-docker/index.md @@ -4,7 +4,7 @@ date: 2023-06-21T19:00:00-04:00 lastmod: 2022-08-21T19:00:00-04:00 description: "TF2C dedicated server image, made from cm2network's TF2 image. Art by Hunter R. Thompson" -image: "featured-image.png" +image: "featured-image.webp" tags: ["Releases"] categories: ["docker"] diff --git a/content/post/the-ultimate-beeper-guide-2024/featured-image.png b/content/post/the-ultimate-beeper-guide-2024/featured-image.png deleted file mode 100644 index e01b0af..0000000 Binary files a/content/post/the-ultimate-beeper-guide-2024/featured-image.png and /dev/null differ diff --git a/content/post/the-ultimate-beeper-guide-2024/featured-image.webp b/content/post/the-ultimate-beeper-guide-2024/featured-image.webp new file mode 100644 index 0000000..687da63 Binary files /dev/null and b/content/post/the-ultimate-beeper-guide-2024/featured-image.webp differ diff --git a/content/post/the-ultimate-beeper-guide-2024/index.md b/content/post/the-ultimate-beeper-guide-2024/index.md index ce012c8..6817a74 100644 --- a/content/post/the-ultimate-beeper-guide-2024/index.md +++ b/content/post/the-ultimate-beeper-guide-2024/index.md @@ -5,7 +5,7 @@ lastmod: 2024-05-04T01:00:00-04:00 draft: false description: "The One Guide to Rule Them All (for at least 2024)" -image: "featured-image.png" +image: "featured-image.webp" tags: ["Beeper", "Beeper Mini", "iMessage", "BlueBubbles", "Virtual Machines"] categories: ["guides"]