Hugo使用

· 3 mins read

hugo安装

hugo的安装与美化

//ubuntu
sudo apt install hugo
//mac
brew install hugo

使用主题

//下载
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
//配置文件
cp themes/LoveIt/exampleSite/config.toml .

Console报错找不到 site.webmanifest 解决方法

文档

hugo常用命令

// 编译 
hugo
// --buildFuture include content with publishdate in the future
hugo server -F