Skip to content

idevsig/navsites

Repository files navigation

爱开发导航

示例

精选: https://nav.skiy.net
全量: https://navs.skiy.net

开发

  1. 初始化子模块
# 首次使用时
git submodule update --init --recursive
  1. 更新子模块
# 需要更新 submodule 时
git submodule update --recursive --remote
  1. 测试
hugo server

下载 icon

# logo: https://api.iowen.cn/favicon/x.com.png
# logo: https://api.iowen.cn/favicon/x.com.png#custom.png
bash icons.sh

发布

# 打包
bash deploy

# 发布到 CloudFlare Pages
bash deploy.sh yes

# 编写 commit
bash deploy.sh "commit"
  1. 使用教程

仓库镜像