<?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-2755--docsydocs.netlify.app/fr/docs/get-started/</link><description>Recent content in Get started on Docsy</description><generator>Hugo</generator><language>fr</language><lastBuildDate>Thu, 27 Aug 2026 20:00:35 -0400</lastBuildDate><atom:link href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Other setup options</title><link>https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/other-options/</link><pubDate>Wed, 08 Dec 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/other-options/</guid><description>&lt;!-- markdownlint-disable no-blanks-blockquote --&gt;
&lt;p&gt;If &lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/docsy-as-module/"&gt;Docsy as a Hugo Module&lt;/a&gt; doesn&amp;rsquo;t suit
your site &amp;ndash; for example, if you don&amp;rsquo;t want to install Go &amp;ndash; choose from these
setup options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-1-docsy-as-a-git-submodule"&gt;Option 1: Docsy as a Git submodule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-2-clone-the-docsy-theme"&gt;Option 2: Clone the Docsy theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-3-docsy-as-an-npm-package"&gt;Option 3: Docsy as an NPM package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="td-heading-self-link" href="#prerequisites" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="install-hugo"&gt;Install Hugo &lt;a id="hugo-extended-npm"&gt;&lt;/a&gt;&lt;a class="td-heading-self-link" href="#install-hugo" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;You need a recent &lt;strong&gt;extended&lt;/strong&gt; version of &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt;, version
0.160.1 or later. For installation options, including the
npm-managed &lt;a href="https://www.npmjs.com/package/hugo-extended"&gt;hugo-extended&lt;/a&gt; package, see &lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/docsy-as-module/installation-prerequisites/#install-hugo"&gt;Install Hugo&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Basic site configuration</title><link>https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/basic-configuration/</link><pubDate>Wed, 08 Dec 2021 09:22:27 +0100</pubDate><guid>https://deploy-preview-2755--docsydocs.netlify.app/fr/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-2755--docsydocs.netlify.app/fr/docs/get-started/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-2755--docsydocs.netlify.app/fr/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-2755--docsydocs.netlify.app/fr/docs/get-started/"&gt;setup&lt;/a&gt;, then
rebuild:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Example-site-based projects: run &lt;code&gt;npm run install:safe&lt;/code&gt; from your site root;
in an older copy without that script, use your repository&amp;rsquo;s own install
script.&lt;/li&gt;
&lt;li&gt;Sites using Docsy as an &lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-3-docsy-as-an-npm-package"&gt;NPM package&lt;/a&gt;: install from your site root,
for example with &lt;code&gt;npm install&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Hugo module sites built from scratch: see &lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/docs/get-started/docsy-as-module/start-from-scratch/#install-theme-npm-dependencies"&gt;Install npm
dependencies&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Sites using Docsy as a &lt;a href="https://deploy-preview-2755--docsydocs.netlify.app/fr/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 install:theme-deps&lt;/code&gt; from &lt;code&gt;themes/docsy&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="missing-dart-sass-compiler"&gt;Missing Dart Sass compiler&lt;a class="td-heading-self-link" href="#missing-dart-sass-compiler" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;If Hugo can&amp;rsquo;t find the &lt;a href="https://sass-lang.com/dart-sass/"&gt;Dart Sass&lt;/a&gt; &lt;code&gt;sass&lt;/code&gt; CLI on its &lt;code&gt;PATH&lt;/code&gt;, it fails while
compiling SCSS with an error like:&lt;/p&gt;</description></item></channel></rss>