安装方法按以下2个链接:
http://gohugo.io/tutorials/installing-on-windows/windows
http://gohugo.io/overview/quickstart/hexo
下载hugo
解压到e:\hugo\
增加e:\hugo到系统环境变量path的末尾
hugo new mysite
cd mysite
git clone --recursive https://github.com/spf13/hugoThemes themes
hugo new about.md
(用MarkdownPad2写about.md)
hugo new post/first.md
(用MarkdownPad2写first.md)
工具
hugo server —theme=hyde —buildDraftsflex
OK 更多使用方法本身去做者的官方文档查看
使用后感:相对hexo,生成网页速度更快,同样的28篇文章、标签和分类,hexo生成须要至少500ms以上(屡次生成取平均值),而hugo生成则稳定在120ms左右(屡次的平均值),并且波动不大。惟一缺憾的是目前hugo主题还少,也没有中文的说明文档网站