From 50145ad9b98cd61fd3840cbbd2f2f4f14a207299 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 20 Aug 2024 09:13:11 +0800 Subject: [PATCH] use blog cdn instead of zipline --- src/content/blog/2024/07/{15 => }/first-post.md | 0 src/content/blog/2024/07/{20 => }/is-a-dev.md | 6 +++--- src/content/blog/2024/07/{31 => }/wireguard-tunnel.md | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/content/blog/2024/07/{15 => }/first-post.md (100%) rename src/content/blog/2024/07/{20 => }/is-a-dev.md (94%) rename src/content/blog/2024/07/{31 => }/wireguard-tunnel.md (100%) diff --git a/src/content/blog/2024/07/15/first-post.md b/src/content/blog/2024/07/first-post.md similarity index 100% rename from src/content/blog/2024/07/15/first-post.md rename to src/content/blog/2024/07/first-post.md diff --git a/src/content/blog/2024/07/20/is-a-dev.md b/src/content/blog/2024/07/is-a-dev.md similarity index 94% rename from src/content/blog/2024/07/20/is-a-dev.md rename to src/content/blog/2024/07/is-a-dev.md index cd0d470..2b15ec2 100644 --- a/src/content/blog/2024/07/20/is-a-dev.md +++ b/src/content/blog/2024/07/is-a-dev.md @@ -15,7 +15,7 @@ Navigate to the [`domains/`](https://wdh.gg/borLkD3) folder and then from there If it says you need to fork the repository, click the fork repository button and continue with the next steps on your forked repository. -![image](https://i.wdh.gg/Ll3qnqmY.png) +![image](https://blog-cdn.wdharrison.com/Ll3qnqmY.png) Next, add the file name near the top where it says `Name your file...`. Name your file the name of the subdomain you want, in my case I want `william.is-a.dev`, so I will name the file `william.json`. @@ -25,7 +25,7 @@ Here are the naming requirements: - It cannot contain underscores, only dashes are permitted - You can only use standard English characters -![image](https://i.wdh.gg/0GgRMCHy.png) +![image](https://blog-cdn.wdharrison.com/0GgRMCHy.png) After naming your file you need to put the JSON content into it, here is an example JSON structure: @@ -52,7 +52,7 @@ Finally, click `Commit changes...` and then `Propose changes`. Now you should be greeted with a screen which looks like this: -![image](https://i.wdh.gg/EXLugHC9.png) +![image](https://blog-cdn.wdharrison.com/EXLugHC9.png) All you need to do here is fill out the requirements and place an `x` between the `[ ]` (so it looks like `[x]`) for each requirement you meet. Please make sure you meet all the requirements before creating the pull request. diff --git a/src/content/blog/2024/07/31/wireguard-tunnel.md b/src/content/blog/2024/07/wireguard-tunnel.md similarity index 100% rename from src/content/blog/2024/07/31/wireguard-tunnel.md rename to src/content/blog/2024/07/wireguard-tunnel.md