Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加了一个实现在本地部署启动hugo服务器的文档 #17

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update 在本地部署启动hugo服务器
  • Loading branch information
welight-z authored Nov 8, 2024
commit df9e1d8dcc45e4be8c700d2d3349d49e757acff7
2 changes: 1 addition & 1 deletion 在本地部署启动hugo服务器
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
docker run -p 1313:1313 ...
Fedora
Linux 的 Fedora 发行版的衍生产品包括 CentOS、Red Hat Enterprise Linux 等
一、 克隆项目到本地
## 一、 克隆项目到本地
git clone https://github.com/OpenTenBase/website.git
二、 安装hugo
sudo dnf install hugo -y