<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Quick reference guides on Hugo</title><link>https://v0-122-0--gohugoio.netlify.app/quick-reference/</link><description>Recent content in Quick reference guides on Hugo</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://v0-122-0--gohugoio.netlify.app/quick-reference/index.xml" rel="self" type="application/rss+xml"/><item><title>Emojis</title><link>https://v0-122-0--gohugoio.netlify.app/quick-reference/emojis/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/quick-reference/emojis/</guid><description>Configure Hugo to enable emoji processing in markdown:
hugo. yaml &amp;nbsp; toml &amp;nbsp; json &amp;nbsp; enableEmoji: true enableEmoji = true { &amp;#34;enableEmoji&amp;#34;: true } With emoji processing enabled, this markdown:
Hello! :wave: Is rendered to:
Hello! &amp;amp;#x1f44b; And in your browser&amp;hellip; Hello! &amp;#x1f44b;
To process an emoji shortcode from within a template, use the emojify function or pass the string through the RenderString method on a Page object:
{{ &amp;#34;Hello! :wave:&amp;#34; | .</description></item><item><title>Functions</title><link>https://v0-122-0--gohugoio.netlify.app/quick-reference/functions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/quick-reference/functions/</guid><description>cast Use these functions to cast a value from one data type to another.
cast.ToFloat (float) Converts a value to a decimal floating-point number (base 10). cast.ToInt (int) Converts a value to a decimal integer (base 10). cast.ToString (string) Converts a value to a string. collections Use these functions to work with arrays, slices, maps, and page collections.
collections.After (after) Slices an array to the items after the Nth item. collections.</description></item><item><title>Methods</title><link>https://v0-122-0--gohugoio.netlify.app/quick-reference/methods/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/quick-reference/methods/</guid><description>Duration Use these methods with time.Duration values.
Abs Returns the absolute value of the given time.Duration value. Hours Returns the time.Duration value as a floating point number of hours. Microseconds Returns the time.Duration value as an integer microsecond count. Milliseconds Returns the time.Duration value as an integer millisecond count. Minutes Returns the time.Duration value as a floating point number of minutes. Nanoseconds Returns the time.Duration value as an integer nanosecond count.</description></item><item><title>Page collections</title><link>https://v0-122-0--gohugoio.netlify.app/quick-reference/page-collections/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/quick-reference/page-collections/</guid><description>Page Use these Page methods when rendering lists on section pages, taxonomy pages, term pages, and the home page.
PAGE.Pages Returns a collection of regular pages within the current section, and section pages of immediate descendant sections. PAGE.RegularPages Returns a collection of regular pages within the current section. PAGE.RegularPagesRecursive Returns a collection of regular pages within the current section, and regular pages within all descendant sections. PAGE.Sections Returns a collection of section pages, one for each immediate descendant section of the given page.</description></item></channel></rss>