1 Star 1 Fork 0

NexT Theme / hugo-next-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
startup.sh 852 Bytes
一键复制 编辑 原始数据 按行查看 历史
凡梦星尘 提交于 2022-10-02 22:13 . :memo:Add v4.3.1 release content.
#!/bin/bash
#
next() {
cat << EOT
========================================
███╗ ██╗███████╗██╗ ██╗████████╗
████╗ ██║██╔════╝╚██╗██╔╝╚══██╔══╝
██╔██╗ ██║█████╗ ╚███╔╝ ██║
██║╚██╗██║██╔══╝ ██╔██╗ ██║
██║ ╚████║███████╗██╔╝ ██╗ ██║
╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝
========================================
NexT version $1
Documentation: https://hugo-next.js.org
========================================
EOT
}
next `cat themes/hugo-theme-next/VERSION`
hugo server --port 1414 --panicOnWarning
1
https://gitee.com/hugo-next/hugo-next-docs.git
git@gitee.com:hugo-next/hugo-next-docs.git
hugo-next
hugo-next-docs
hugo-next-docs
main

搜索帮助