在将主页从hugo迁移到mkdocs的过程中,我发现他们的配置文件不同config.toml and mkdocs.yml。所以理论上,可以实现基于同一个md内容的两个主页模板部署的兼容。但是当我迁移完之后,发现hugo的模板完全无法正常显示。这意味着有新添加的文件对hugo的运行产生了影响,但是我并没有察觉。
Hugo is a Go-based static site generator known for its speed and flexibility in 2013.
Hugo has set itself apart by being fast. More precisely, it has set itself apart by being much faster than Jekyll.
Jekyll uses Liquid as its templating language. Hugo uses Go templating. Most people seem to agree that it is a little bit easier to learn Jekyll’s syntax than Hugo’s.^1