butterfly 安装配置
butterfly 安装配置npm 镜像npm 淘宝镜像源 123npm config set registry http://registry.npmmirror.com# 切回源npm config set registry https://registry.npmjs.org/ 颜色 css因魔改中有大量 css 颜色变量代码如color: var(--anzhiyu-white)等类似代码, 均为 css 颜色代码, 此处为博主目前所有的颜色变量定义 css, 可自行复制并修改 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495/* 颜色 */:root { --anzhiyu-theme-op: #4259ef23; --anzhiyu-gray-o...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment