标签:valine
DIY cloudflare 安装静态博客及安装评论
cloudflare是什么? 估计搞网络的没有几个不知道 这又有大佬根据在cloudflare workers 再利用cloudflare KV 可以搭建一个博客 主要特点 使用workers提供的KV作为数据库 使用cloudflare缓存html来降低KV的读写 所有html页面均为缓存,可达到静态博客的速度 使用KV作为数据库,可达……
12-23 立刻查看
cloudflare是什么? 估计搞网络的没有几个不知道 这又有大佬根据在cloudflare workers 再利用cloudflare KV 可以搭建一个博客 主要特点 使用workers提供的KV作为数据库 使用cloudflare缓存html来降低KV的读写 所有html页面均为缓存,可达到静态博客的速度 使用KV作为数据库,可达……