<?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-2601--docsydocs.netlify.app/fr/docs/get-started/</link><description>Recent content in Get started on Docsy</description><generator>Hugo</generator><language>fr</language><lastBuildDate>Sat, 28 Feb 2026 20:12:21 -0500</lastBuildDate><atom:link href="https://deploy-preview-2601--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-2601--docsydocs.netlify.app/fr/docs/get-started/other-options/</link><pubDate>Wed, 08 Dec 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-2601--docsydocs.netlify.app/fr/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-2601--docsydocs.netlify.app/fr/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-2601--docsydocs.netlify.app/fr/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-2601--docsydocs.netlify.app/fr/docs/get-started/quickstart-docker/</link><pubDate>Mon, 30 Jul 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-2601--docsydocs.netlify.app/fr/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-2601--docsydocs.netlify.app/fr/docs/get-started/basic-configuration/</link><pubDate>Wed, 08 Dec 2021 09:22:27 +0100</pubDate><guid>https://deploy-preview-2601--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/getting-started/configuration/#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>Known issues</title><link>https://deploy-preview-2601--docsydocs.netlify.app/fr/docs/get-started/known_issues/</link><pubDate>Wed, 08 Dec 2021 09:22:27 +0100</pubDate><guid>https://deploy-preview-2601--docsydocs.netlify.app/fr/docs/get-started/known_issues/</guid><description>&lt;p&gt;The following issues are known on &lt;a href="https://deploy-preview-2601--docsydocs.netlify.app/fr/docs/get-started/known_issues/#macos"&gt;MacOS&lt;/a&gt; and on
&lt;a href="https://deploy-preview-2601--docsydocs.netlify.app/fr/docs/get-started/known_issues/#windows-subsystem-for-linux-wsl"&gt;Windows Subsystem for Linux&lt;/a&gt;:&lt;/p&gt;
&lt;h3 id="macos"&gt;MacOS&lt;a class="td-heading-self-link" href="#macos" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h4 id="errors-too-many-open-files-or-fatal-error-pipe-failed"&gt;Errors: &lt;code&gt;too many open files&lt;/code&gt; or &lt;code&gt;fatal error: pipe failed&lt;/code&gt;&lt;a class="td-heading-self-link" href="#errors-too-many-open-files-or-fatal-error-pipe-failed" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;By default, MacOS permits a small number of open File Descriptors. For larger
sites, or when you&amp;rsquo;re simultaneously running multiple applications, you might
receive one of the following errors when you run
&lt;a href="https://gohugo.io/commands/hugo_server/"&gt;&lt;code&gt;hugo server&lt;/code&gt;&lt;/a&gt; to preview your site
locally:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;POSTCSS v7 and earlier:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;ERROR 2020/04/14 12:37:16 Error: listen tcp 127.0.0.1:1313: socket: too many open files
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;POSTCSS v8 and later:&lt;/p&gt;</description></item></channel></rss>