theme配置 发表于 2021-09-26 分类于 hexo 阅读次数: 123456git clone https://github.com/theme-next/hexo-theme-next themes/nextgit clone --branch v6.0.0 https://github.com/theme-next/hexo-theme-next themes/nextcurl -s https://api.github.com/repos/theme-next/hexo-theme-next/releases/latest | grep tarball_url | cut -d '"' -f 4 | wget -i - -O- | tar -zx -C themes/next --strip-components=1 配置主题hexo _config.yml 1theme: next