<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Get started on Docsy</title><link>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/</link><description>Recent content in Get started on Docsy</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 18 Jul 2026 11:32:21 -0400</lastBuildDate><atom:link href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Other setup options</title><link>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/other-options/</link><pubDate>Wed, 08 Dec 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/other-options/</guid><description>&lt;!-- markdownlint-disable no-blanks-blockquote --&gt;
&lt;p&gt;If you don&amp;rsquo;t want to use
&lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/docsy-as-module/"&gt;Docsy as a Hugo Module&lt;/a&gt; (for example if you
do not want to install Go) but still don&amp;rsquo;t want to copy the theme files into
your own repo, you can &lt;strong&gt;use Docsy as a
&lt;a href="https://git-scm.com/book/en/v2/Git-Tools-Submodules"&gt;Git submodule&lt;/a&gt;&lt;/strong&gt;. Using
submodules also lets Hugo use the theme files from the Docsy repo, though is
more complicated to maintain than the Hugo Modules approach. This is the
approach used in older versions of the Docsy example site, and is still
supported. If you are using Docsy as a submodule but would like to migrate to
Hugo Modules, see our &lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/updating/convert-site-to-module/"&gt;migration guide&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Deploy Docsy inside a Docker container</title><link>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/quickstart-docker/</link><pubDate>Mon, 30 Jul 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/quickstart-docker/</guid><description>&lt;p&gt;We provide a Docker image that you can use to run and test your Docsy site
locally, without having to install all Docsy&amp;rsquo;s dependencies.&lt;/p&gt;
&lt;h2 id="install-the-prerequisites"&gt;Install the prerequisites&lt;a class="td-heading-self-link" href="#install-the-prerequisites" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On Mac and Windows, download and install
&lt;a href="https://www.docker.com/get-started"&gt;Docker Desktop&lt;/a&gt;. On Linux, install
&lt;a href="https://docs.docker.com/engine/install/"&gt;Docker engine&lt;/a&gt; and
&lt;a href="https://docs.docker.com/compose/install/"&gt;Docker compose&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The installation may require you to reboot your computer for the changes to
take effect.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/git-guides/install-git"&gt;Install git&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="create-your-repository-from-the-docsy-example-template"&gt;Create your repository from the docsy-example template&lt;a class="td-heading-self-link" href="#create-your-repository-from-the-docsy-example-template" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The docsy-example repository provides a basic site structure that you can use as
a starting point to create your own documentation.&lt;/p&gt;</description></item><item><title>Basic site configuration</title><link>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/basic-configuration/</link><pubDate>Wed, 08 Dec 2021 09:22:27 +0100</pubDate><guid>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/basic-configuration/</guid><description>&lt;p&gt;Site-wide configuration details and parameters are defined in your project&amp;rsquo;s
&lt;a href="https://gohugo.io/configuration/introduction/#configuration-file"&gt;configuration file&lt;/a&gt; (&lt;code&gt;hugo.toml&lt;/code&gt; or &lt;code&gt;config.toml&lt;/code&gt;). These include your chosen
Hugo theme (Docsy, of course!), project name, community links, Google Analytics
configuration, and Markdown parser parameters. See the examples with comments in
&lt;a href="https://github.com/google/docsy-example/blob/main/hugo.yaml"&gt;&lt;code&gt;hugo.yaml&lt;/code&gt; in the example project&lt;/a&gt;
for how to add this information. &lt;strong&gt;We recommend copying this hugo.yaml and
editing it even if you’re just using the theme and not copying the entire Docsy
example site&lt;/strong&gt;, as it includes default values for many parameters that you need
to set for your site to build correctly.&lt;/p&gt;</description></item><item><title>Troubleshooting and known issues</title><link>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/troubleshooting/</guid><description>&lt;h2 id="troubleshooting"&gt;Troubleshooting&lt;a class="td-heading-self-link" href="#troubleshooting" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="missing-theme-npm-dependencies"&gt;Missing theme npm dependencies&lt;a class="td-heading-self-link" href="#missing-theme-npm-dependencies" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;For any Docsy install mode, if the theme&amp;rsquo;s npm packages aren&amp;rsquo;t available, Hugo
fails while compiling SCSS with an error like:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;TOCSS: failed to transform &amp;#34;/scss/main.scss&amp;#34; (text/x-scss):
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;File to import not found or unreadable: ../../vendor/bootstrap/scss/functions.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To fix this, install the theme&amp;rsquo;s npm dependencies for your &lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/"&gt;setup&lt;/a&gt;, then
rebuild:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Example-site-based projects, and sites using Docsy as an &lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/other-options/#option-3-docsy-as-an-npm-package"&gt;NPM
package&lt;/a&gt;: run &lt;code&gt;npm install&lt;/code&gt; from your site root.&lt;/li&gt;
&lt;li&gt;Hugo module sites built from scratch: see &lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/docsy-as-module/start-from-scratch/#install-theme-npm-dependencies"&gt;Install theme npm
dependencies&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Sites using Docsy as a &lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/other-options/#option-1-docsy-as-a-git-submodule"&gt;Git submodule&lt;/a&gt; or a cloned theme: run
&lt;code&gt;npm run postinstall&lt;/code&gt; from &lt;code&gt;themes/docsy&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="known-issues"&gt;Known issues&lt;a class="td-heading-self-link" href="#known-issues" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The following issues are known on &lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/troubleshooting/#macos"&gt;MacOS&lt;/a&gt; and on
&lt;a href="https://deploy-preview-2681--docsydocs.netlify.app/docs/get-started/troubleshooting/#windows-subsystem-for-linux-wsl"&gt;Windows Subsystem for Linux&lt;/a&gt;:&lt;/p&gt;</description></item></channel></rss>