Setup 相关 发表于 2023-04-02 更新于 2025-07-03 Set up主题官方主题列表 https://hexo.io/themes/ http://jekyllthemes.org/ 感觉还不错的 https://yunyoujun.github.io/ 其他配置 图标 https://fontawesome.com/icons 一些问题win 脚本执行 1234# 允许您在本地计算机上运行自己编写的脚本Set-ExecutionPolicy RemoteSigned# 将禁止在本地计算机上运行自己编写的脚本Set-ExecutionPolicy Restricted Github 连接问题 123# 10809是v2rayN的代理端口git config --global http.proxy http://127.0.0.1:10809git config --global https.proxy http://127.0.0.1:10809