Hugo网站生成-A fast and flexible static site generator

Hugo-A fast and flexible static site generator built in GoLang

hugo是一个更快的网站生成工具,使用GO语言编写,速度相对hexo快至少数倍

安装方法按以下2个链接:
http://gohugo.io/tutorials/installing-on-windows/windows

http://gohugo.io/overview/quickstart/hexo

个人安装简要笔记:

hugo
e:\hugo\
e:\hugopath
hugo new mysite
cd mysite
git clone --recursive https://github.com/spf13/hugoThemes themes
hugo new about.md
(MarkdownPad2about.md)
hugo new post/first.md
(MarkdownPad2first.md)
工具

hugo server —theme=hyde —buildDraftsflex

OK 更多使用方法本身去做者的官方文档查看

使用后感:相对hexo,生成网页速度更快,同样的28篇文章、标签和分类,hexo生成须要至少500ms以上(屡次生成取平均值),而hugo生成则稳定在120ms左右(屡次的平均值),并且波动不大。惟一缺憾的是目前hugo主题还少,也没有中文的说明文档网站

相关文章
相关标签/搜索