Blog
Deploying MkDocs with Vercel JSON and UV Package Manager
This article provides a new approach to deploying Material for MkDocs on Vercel using the latest vercel.json configuration and UV package manager. This method can avoid errors related to Vercel's updated deployment policy (now mandatory to use Node.js 22.x).
UV Python Project Manager Practice
UV is An extremely fast Python package and project manager, written in Rust. This article introduces some of the UV workflows I've used in practice.
在Mac Arm中利用Docker封印EasyConnect
1. 前言
前一阵子在使用关闭代理时,国内很多网站都突然无法访问,一直以为是代理污染DNS,浏览器配置等问题,尝试了很多解决方法没有用。最后发现是因为EasyConnect一直挂在后台的原因,关闭EasyConnect后就一切正常了。但是我平时工作需要使用EasyConnect进行远程ssh等,所以不能关闭EasyConnect,寻找方案的过程中发现了这篇帖子介绍了使用Docker封印EasyConnect的方法,过程中间遇到一些坑最后得以解决,此贴记录解决方案。
Material for MKDocs Advanced Customization
This article provides a step-by-step guide to advanced customization of Material for MkDocs. It includes deploying on Vercel, setting up Vercel Analytics, removing header logo, GLightbox configuration, and customizing theme colors.