Welcome to explore!
address: Boyu Blog
个人博客由Hugo生成,Hugo是一个简单简洁的网站构建工具。
使用Hugo
之前你需要有以下环境:
-
Git
-
Go
-
node.js
-
切换到你的目录下
-
键入命令生成站点:
hugo new site yourname
查看其目录结构:
+------------ │ config.toml # 配置文件 ├─archetypes │ default.md ├─content # 存放文章 ├─data ├─layouts ├─static # 静态资源:图片等 └─themes # 存放Hugo主题
-
添加主题:
依据各主题自带
README.md
文件进行添加,通常包括:cd themes git clone XXXX
个人博客:https://link.zhihu.com/?target=https%3A//themes.gohugo.io/hugo-theme-dream/
-
本地运行:
hugo server
-
访问本地链接:http://localhost:1313/
-
生成
Html
页面> hugo
- 域名购买
- 网站备案
- SSL证书申请
- Nginx部署