<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo functions on Hugo</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/</link><description>Recent content in Hugo functions on Hugo</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://v0-122-0--gohugoio.netlify.app/functions/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>hugo.BuildDate</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/builddate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/builddate/</guid><description>The hugo.BuildDate function returns the compile date of the Hugo binary, formatted per RFC 3339.
{{ hugo.BuildDate }} → 2023-11-01T17:57:00Z</description></item><item><title>hugo.CommitHash</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/commithash/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/commithash/</guid><description>{{ hugo.CommitHash }} → a4892a07b41b7b3f1f143140ee4ec0a9a5cf3970</description></item><item><title>hugo.Deps</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/deps/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/deps/</guid><description>The hugo.Deps function returns a slice of project dependencies, either Hugo Modules or local theme components. Each dependency contains:
Owner (hugo.Dependency) In the dependency tree, this is the first module that defines this module as a dependency (e.g., github.com/gohugoio/hugo-mod-bootstrap-scss/v5). Path (string) The module path or the path below your themes directory (e.g., github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2). Replace (hugo.Dependency) Replaced by this dependency. Time (time.Time) The time that the version was created (e.g., 2022-02-13 15:11:28 +0000 UTC).</description></item><item><title>hugo.Environment</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/environment/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/environment/</guid><description>The hugo.Environment function returns the current running environment as defined through the --environment command line flag.
{{ hugo.Environment }} → production Command line examples:
Command Environment hugo production hugo --environment staging staging hugo server development hugo server --environment staging staging</description></item><item><title>hugo.Generator</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/generator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/generator/</guid><description>{{ hugo.Generator }} → &amp;lt;meta name=&amp;#34;generator&amp;#34; content=&amp;#34;Hugo 0.120.3&amp;#34;&amp;gt;</description></item><item><title>hugo.GoVersion</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/goversion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/goversion/</guid><description> New in v0.101.0 {{ hugo.GoVersion }} → go1.21.1</description></item><item><title>hugo.IsDevelopment</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isdevelopment/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isdevelopment/</guid><description> New in v0.120.0 {{ hugo.IsDevelopment }} → true/false</description></item><item><title>hugo.IsExtended</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isextended/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isextended/</guid><description>{{ hugo.IsExtended }} → true/false</description></item><item><title>hugo.IsProduction</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isproduction/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isproduction/</guid><description>{{ hugo.IsProduction }} → true/false</description></item><item><title>hugo.IsServer</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isserver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/isserver/</guid><description> New in v0.120.0 {{ hugo.IsServer }} → true/false</description></item><item><title>hugo.Version</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/version/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/version/</guid><description>{{ hugo.Version }} → 0.120.3</description></item><item><title>hugo.WorkingDir</title><link>https://v0-122-0--gohugoio.netlify.app/functions/hugo/workingdir/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/functions/hugo/workingdir/</guid><description>{{ hugo.WorkingDir }} → /home/user/projects/my-hugo-site</description></item></channel></rss>