Hugo函数
使用这些函数来访问关于Hugo应用程序和当前环境的信息。
使用这些函数来访问关于Hugo应用程序和当前环境的信息。
hugo.BuildDate ⟼ string返回 Hugo 二进制文件的编译日期。 Read More »
hugo.CommitHash ⟼ string返回 Hugo 二进制文件的 Git 提交哈希。 Read More »
hugo.Environment ⟼ string返回当前运行的环境。 Read More »
hugo.Generator ⟼ template.HTML渲染一个包含生成网站的软件信息的HTML元素。 Read More »
hugo.GoVersion ⟼ string返回用于编译Hugo二进制的Go版本 Read More »
hugo.IsDevelopment ⟼ bool判断当前运行环境是否为“development”。 Read More »
hugo.IsExtended ⟼ 布尔型判断Hugo二进制文件是否是扩展版本。 Read More »
hugo.IsProduction ⟼ bool报告当前运行环境是否为"production"。 Read More »
hugo.IsServer ⟼ bool报告内置的开发服务器是否正在运行。 Read More »
hugo.Version ⟼ hugo.VersionString返回 Hugo 二进制文件的当前版本。 Read More »
hugo.WorkingDir ⟼ string返回项目的工作目录。 Read More »