As you can see, the stupid little broken site has now switched the blog program to Rin.
This is a blog program based on the Cloudflare Pages + Workers + D1 + R2 combo.
Switching to Rin is mainly for easier maintenance and is more user-friendly compared to static blogs.
In simple terms, it means you can use it for free
Because the domain bdovo.cc
is not using Cloudflare resolution, but Cloudflare Pages requires the domain resolution to be under Cloudflare, it doesn't seem necessary to migrate the entire domain just for a blog migration. So now the blog domain has been changed to blog.obdo.cc
.
Then I created an nginx rule to 301 redirect the previous articles here:
location /archives/3/ {
return 301 https://blog.obdo.cc/feed/1;
}
location /archives/12/ {
return 301 https://blog.obdo.cc/feed/2;
}
location /archives/18/ {
return 301 https://blog.obdo.cc/feed/3;
}
location / {
return 301 https://blog.obdo.cc;
}
That's it, thank you for reading this meow~
This article is synchronized updated to xLog by Mix Space
The original link is https://blog.baka.plus/posts/thoughts/blog-makeover