<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo Modules on Hugo</title><link>https://v0-122-0--gohugoio.netlify.app/hugo-modules/</link><description>Recent content in Hugo Modules on Hugo</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://v0-122-0--gohugoio.netlify.app/hugo-modules/index.xml" rel="self" type="application/rss+xml"/><item><title>Configure Hugo modules</title><link>https://v0-122-0--gohugoio.netlify.app/hugo-modules/configuration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/hugo-modules/configuration/</guid><description>Module configuration: top level hugo. yaml &amp;nbsp; toml &amp;nbsp; json &amp;nbsp; module: noProxy: none noVendor: &amp;#34;&amp;#34; private: &amp;#39;*.*&amp;#39; proxy: direct replacements: &amp;#34;&amp;#34; vendorClosest: false workspace: &amp;#34;off&amp;#34; [module] noProxy = &amp;#39;none&amp;#39; noVendor = &amp;#39;&amp;#39; private = &amp;#39;*.*&amp;#39; proxy = &amp;#39;direct&amp;#39; replacements = &amp;#39;&amp;#39; vendorClosest = false workspace = &amp;#39;off&amp;#39; { &amp;#34;module&amp;#34;: { &amp;#34;noProxy&amp;#34;: &amp;#34;none&amp;#34;, &amp;#34;noVendor&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;private&amp;#34;: &amp;#34;*.*&amp;#34;, &amp;#34;proxy&amp;#34;: &amp;#34;direct&amp;#34;, &amp;#34;replacements&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;vendorClosest&amp;#34;: false, &amp;#34;workspace&amp;#34;: &amp;#34;off&amp;#34; } } noProxy Comma separated glob list matching paths that should not use the proxy configured above.</description></item><item><title>Use Hugo Modules</title><link>https://v0-122-0--gohugoio.netlify.app/hugo-modules/use-modules/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/hugo-modules/use-modules/</guid><description>Prerequisite Most of the commands for Hugo Modules require a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an &amp;ldquo;older&amp;rdquo; site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings.
For more information about Go Modules, see:
https://github.com/golang/go/wiki/Modules https://blog.golang.org/using-go-modules Initialize a new module Use hugo mod init to initialize a new Hugo Module.</description></item><item><title>Theme components</title><link>https://v0-122-0--gohugoio.netlify.app/hugo-modules/theme-components/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/hugo-modules/theme-components/</guid><description>This section contain information that may be outdated and is in the process of being rewritten.
Since Hugo 0.42 a project can configure a theme as a composite of as many theme components you need:
hugo. yaml &amp;nbsp; toml &amp;nbsp; json &amp;nbsp; theme: - my-shortcodes - base-theme - hyde theme = [&amp;#39;my-shortcodes&amp;#39;, &amp;#39;base-theme&amp;#39;, &amp;#39;hyde&amp;#39;] { &amp;#34;theme&amp;#34;: [ &amp;#34;my-shortcodes&amp;#34;, &amp;#34;base-theme&amp;#34;, &amp;#34;hyde&amp;#34; ] } You can even nest this, and have the theme component itself include theme components in its own hugo.</description></item></channel></rss>