<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>myDocsy – DEV Test Content</title>
    <link>/docs/dev-test-content/</link>
    <description>Recent content in DEV Test Content on myDocsy</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    
	  <atom:link href="/docs/dev-test-content/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: Attachments</title>
      <link>/docs/dev-test-content/attachments/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/attachments/</guid>
      <description>
        
        
        &lt;p&gt;Shortcode to show a list of downloadable page resources resp. files in a folder.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;title&lt;/td&gt;
&lt;td&gt;Attachments&lt;/td&gt;
&lt;td&gt;The title of the box with the attachments. (The default value is the language specific variable &lt;code&gt;sc_attachments&lt;/code&gt;.)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;icon&lt;/td&gt;
&lt;td&gt;fas fa-paperclip&lt;/td&gt;
&lt;td&gt;Code for FontAwesome icon left from the title.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;folder&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;If empty the page resources are used for the file list. If set a specific folder relativ to the current page can be used for generating a file list.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;recursive&lt;/td&gt;
&lt;td&gt;true&lt;/td&gt;
&lt;td&gt;If true als files in subfolders will be found (only if the parameter &lt;code&gt;folder&lt;/code&gt; is used).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;exclude&lt;/td&gt;
&lt;td&gt;.md,.markdown&lt;/td&gt;
&lt;td&gt;Exclude Files with specific extenstion. By default markdown files are excluded, because they get renderd to an html file.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;filter&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;RegEx filter on the filename relativ to the current page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;match&lt;/td&gt;
&lt;td&gt;**&lt;/td&gt;
&lt;td&gt;Glob pattern for filtering &lt;strong&gt;page resources&lt;/strong&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;class&lt;/td&gt;
&lt;td&gt;td-max-width-on-larger-screens&lt;/td&gt;
&lt;td&gt;Additional HTML class for the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; containing the box with the attachments. The default value ensures that the box is the same width as other typical content.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;num_prec&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Parameter for formating file size: Number of decimal places&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;num_fmt&lt;/td&gt;
&lt;td&gt;- , .&lt;/td&gt;
&lt;td&gt;Parameter for formating file size (see &lt;a href=&#34;https://gohugo.io/functions/numfmt/&#34;&gt;Hugo docs&lt;/a&gt;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;num_fmt_del&lt;/td&gt;
&lt;td&gt;&amp;quot; &amp;quot; (=blank)&lt;/td&gt;
&lt;td&gt;Corresponding delimiter for parameter for formating file size (see &lt;a href=&#34;https://gohugo.io/functions/numfmt/&#34;&gt;Hugo docs&lt;/a&gt;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;empty_list&lt;/td&gt;
&lt;td&gt;No attachments found.&lt;/td&gt;
&lt;td&gt;Shown message if file list is empty.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;show_folder&lt;/td&gt;
&lt;td&gt;false&lt;/td&gt;
&lt;td&gt;Option to show also the relative file path, when paramter &lt;code&gt;folder&lt;/code&gt; is used.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;pure-version-without-any-parameter&#34;&gt;Pure version without any parameter&lt;/h2&gt;
&lt;p&gt;The pure shortcode &lt;code&gt;{{&amp;lt; attachments /&amp;gt;}}&lt;/code&gt; displays &lt;strong&gt;all&lt;/strong&gt; page resources of a page bundle. As visible Text for the links the resource parameter &lt;code&gt;title&lt;/code&gt; is used. Default &lt;code&gt;title&lt;/code&gt; value is the filename (relative to the owning page). Can be set in front matter.
If set, also the resource parameter &lt;code&gt;params.description&lt;/code&gt; get displayed under the link. All the resource parameter can be set by &lt;a href=&#34;https://gohugo.io/content-management/page-resources/#page-resources-metadata&#34; title=&#34;Link to official Hugo docs&#34;&gt;corresponding page’s front matter&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is the front matter of the current page:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Attachments&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;linkTitle&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Testing Shortcode Attachments&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;weight&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;1&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;icon&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;fas fa-paperclip&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;tags&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Shortcode&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Attachments&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;projects&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Docsy&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;description&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Testing Shortcode Attachments&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;resources&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;&lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;src&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;**.pdf&amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;pdf-file-name-:counter&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;pdf-file-title-:counter&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;params&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;description&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;This ist the description of all PDF files.&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8;text-decoration:underline&#34;&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		Attachments
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
          &lt;ul&gt;
              
              
                
              
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/crow.jpeg&#34; &gt;attachments/crow.jpeg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/data.csv&#34; &gt;attachments/data.csv 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/document.doc&#34; &gt;attachments/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/open-office.odt&#34; &gt;attachments/open-office.odt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/song.mp3&#34; &gt;attachments/song.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/video.mp4&#34; &gt;attachments/video.mp4 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/crow.jpg&#34; &gt;crow.jpg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/crow.JPG&#34; &gt;files/crow.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/data.json&#34; &gt;files/data.json 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/document.doc&#34; &gt;files/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/excel.xlsx&#34; &gt;files/excel.xlsx 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/file-1.txt&#34; &gt;files/file-1.txt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/goldmark-file.goldmark&#34; &gt;files/goldmark-file.goldmark 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/htm-file.htm&#34; &gt;files/htm-file.htm 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/html-file.html&#34; &gt;files/html-file.html 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/music.mp3&#34; &gt;files/music.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/subfolder/audio.wav&#34; &gt;files/subfolder/audio.wav 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/TestFile.JPG&#34; &gt;files/TestFile.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/SC_paper_info.pdf&#34; &gt;pdf-file-title-1 
  
  
  
  
  
  
    
  
  (255.3 kB)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/document.pdf&#34; &gt;pdf-file-title-2 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/subfolder/printout.pdf&#34; &gt;pdf-file-title-3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/leeres_notenpapier.pdf&#34; &gt;pdf-file-title-4 
  
  
  
  
  
  
    
  
  (8.3 kB)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/testseite_farbdrucker.pdf&#34; &gt;pdf-file-title-5 
  
  
  
  
  
  
    
  
  (488.9 kB)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/screenshot.png&#34; &gt;screenshot.png 
  
  
  
  
  
  
    
  
  (1.1 MB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
              
          &lt;/ul&gt;
        
      
	&lt;/div&gt;
  
&lt;/section&gt;


&lt;h3 id=&#34;pure-version-with-inner-content&#34;&gt;Pure version with inner content&lt;/h3&gt;
&lt;p&gt;Also a inner content will be shown within the attachments box:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;gt;&lt;/span&gt;}}
&lt;span style=&#34;color:#800080;font-weight:bold&#34;&gt;#### An inner Headline
&lt;/span&gt;&lt;span style=&#34;color:#800080;font-weight:bold&#34;&gt;&lt;/span&gt;
Some inner text.
{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;gt;&lt;/span&gt;}}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		Attachments
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
          &lt;ul&gt;
              
              
                
              
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/crow.jpeg&#34; &gt;attachments/crow.jpeg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/data.csv&#34; &gt;attachments/data.csv 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/document.doc&#34; &gt;attachments/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/open-office.odt&#34; &gt;attachments/open-office.odt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/song.mp3&#34; &gt;attachments/song.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/video.mp4&#34; &gt;attachments/video.mp4 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/crow.jpg&#34; &gt;crow.jpg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/crow.JPG&#34; &gt;files/crow.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/data.json&#34; &gt;files/data.json 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/document.doc&#34; &gt;files/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/excel.xlsx&#34; &gt;files/excel.xlsx 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/file-1.txt&#34; &gt;files/file-1.txt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/goldmark-file.goldmark&#34; &gt;files/goldmark-file.goldmark 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/htm-file.htm&#34; &gt;files/htm-file.htm 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/html-file.html&#34; &gt;files/html-file.html 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/music.mp3&#34; &gt;files/music.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/subfolder/audio.wav&#34; &gt;files/subfolder/audio.wav 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/TestFile.JPG&#34; &gt;files/TestFile.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/SC_paper_info.pdf&#34; &gt;pdf-file-title-1 
  
  
  
  
  
  
    
  
  (255.3 kB)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/document.pdf&#34; &gt;pdf-file-title-2 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/subfolder/printout.pdf&#34; &gt;pdf-file-title-3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/leeres_notenpapier.pdf&#34; &gt;pdf-file-title-4 
  
  
  
  
  
  
    
  
  (8.3 kB)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/testseite_farbdrucker.pdf&#34; &gt;pdf-file-title-5 
  
  
  
  
  
  
    
  
  (488.9 kB)
&lt;/a&gt;
                    &lt;label class=&#34;attachments-description&#34;&gt;This ist the description of all PDF files.&lt;/label&gt;
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/screenshot.png&#34; &gt;screenshot.png 
  
  
  
  
  
  
    
  
  (1.1 MB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
              
          &lt;/ul&gt;
        
      
	&lt;/div&gt;
  
    &lt;div class=&#34;card-footer attachments-inner&#34;&gt;&lt;h4 id=&#34;an-inner-headline&#34;&gt;An inner Headline&lt;/h4&gt;
&lt;p&gt;Some inner text.&lt;/div&gt;
  
&lt;/section&gt;


&lt;h2 id=&#34;using-spezific-folder&#34;&gt;Using spezific Folder&lt;/h2&gt;
&lt;p&gt;Especially for &lt;strong&gt;none page bundles&lt;/strong&gt; (not &lt;code&gt;index.md&lt;/code&gt; or &lt;code&gt;_index.md&lt;/code&gt;) it is also possible to set a specific subfolder for attachments::&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;folder&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;files&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Files in folder&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&amp;gt;&lt;/span&gt;}}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		Files in folder
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
        
        
        
  
  
  
  
  
  
  
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
    
  
    
      
    
  
    
      
        
        
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  

    
  

          
            &lt;ul&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/subfolder/audio.wav&#34; &gt;audio.wav 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/crow.JPG&#34; &gt;crow.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/data.json&#34; &gt;data.json 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/document.doc&#34; &gt;document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/excel.xlsx&#34; &gt;excel.xlsx 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/file-1.txt&#34; &gt;file-1.txt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/goldmark-file.goldmark&#34; &gt;goldmark-file.goldmark 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/htm-file.htm&#34; &gt;htm-file.htm 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/html-file.html&#34; &gt;html-file.html 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/music.mp3&#34; &gt;music.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/subfolder/printout.pdf&#34; &gt;printout.pdf 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/TestFile.JPG&#34; &gt;TestFile.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
            &lt;/ul&gt;
          
      
	&lt;/div&gt;
  
&lt;/section&gt;


&lt;h2 id=&#34;using-filter-options&#34;&gt;Using filter options&lt;/h2&gt;
&lt;p&gt;The resulting file list can be filtered by the options &lt;code&gt;filter&lt;/code&gt; (by using &lt;a href=&#34;https://gohugo.io/functions/findre/&#34; title=&#34;Docs from used Hugo function for RegEx filtering.&#34;&gt;RegEx&lt;/a&gt; on the filename relative to the current page).&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Filtered page resources for jpg files&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;filter&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;.+&lt;/span&gt;\.&lt;span style=&#34;color:#4e9a06&#34;&gt;(?i)(jpg|jpeg)$&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&amp;gt;&lt;/span&gt;}}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		Filtered page resources for jpg files
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
          &lt;ul&gt;
              
              
                
              
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/attachments/crow.jpeg&#34; &gt;attachments/crow.jpeg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
              
                
              
                
              
                
              
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/crow.jpg&#34; &gt;crow.jpg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/crow.JPG&#34; &gt;files/crow.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
              
                
              
                
              
                
              
                
              
                
              
                
              
                
              
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/TestFile.JPG&#34; &gt;files/TestFile.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
              
                
              
                
              
                
              
                
              
                
              
              
          &lt;/ul&gt;
        
      
	&lt;/div&gt;
  
&lt;/section&gt;


&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;folder&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;./&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Filtered all files in base folder for &amp;#39;doc&amp;#39;&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;filter&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;doc&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;gt;&lt;/span&gt;}}
Also the file &lt;span style=&#34;color:#4e9a06&#34;&gt;`document.pdf`&lt;/span&gt; get listed, because it begins with &amp;#34;doc&amp;#34;.
{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;gt;&lt;/span&gt;}}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		Filtered all files in base folder for &amp;#39;doc&amp;#39;
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
        
        
        
  
  
  
  
  
  
  
  
    
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
    
  
    
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  

    
  
    
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
        
        
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
    
  
    
      
    
  

    
  

    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  

          
            &lt;ul&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/document.doc&#34; &gt;document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/document.pdf&#34; &gt;document.pdf 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
            &lt;/ul&gt;
          
      
	&lt;/div&gt;
  
    &lt;div class=&#34;card-footer attachments-inner&#34;&gt;Also the file &lt;code&gt;document.pdf&lt;/code&gt; get listed, because it begins with &amp;ldquo;doc&amp;rdquo;.&lt;/div&gt;
  
&lt;/section&gt;


&lt;p&gt;If displaying page resources alternatively the parameter &lt;code&gt;match&lt;/code&gt; can get used as file list filter. &lt;strong&gt;But &lt;a href=&#34;https://gohugo.io/content-management/page-resources/#pattern-matching&#34; title=&#34;Link to pattern examples&#34;&gt;Glob pattern&lt;/a&gt; has to be used and the name of the page resource instead of the file name get filtered!&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Filtered page resources for &amp;#39;files/*&amp;#39;&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;match&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;files/*&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&amp;gt;&lt;/span&gt;}}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		Filtered page resources for &amp;#39;files/*&amp;#39;
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
          &lt;ul&gt;
              
              
                
              
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/crow.JPG&#34; &gt;files/crow.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/data.json&#34; &gt;files/data.json 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/document.doc&#34; &gt;files/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/excel.xlsx&#34; &gt;files/excel.xlsx 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/file-1.txt&#34; &gt;files/file-1.txt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/goldmark-file.goldmark&#34; &gt;files/goldmark-file.goldmark 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/htm-file.htm&#34; &gt;files/htm-file.htm 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/html-file.html&#34; &gt;files/html-file.html 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/music.mp3&#34; &gt;files/music.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
                
                  
                  
                  &lt;li&gt;
                    &lt;a href=&#34;/docs/dev-test-content/attachments/files/TestFile.JPG&#34; &gt;files/TestFile.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                    
                  &lt;/li&gt;
                
              
              
          &lt;/ul&gt;
        
      
	&lt;/div&gt;
  
&lt;/section&gt;


&lt;h2 id=&#34;all-files-in-this-test-content&#34;&gt;All files in this test content&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;{{&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;&amp;lt;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;attachments&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;folder&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;./&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;title&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;All files&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;exclude&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;.&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#c4a000&#34;&gt;show_folder&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;true&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&amp;gt;&lt;/span&gt;}}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;












&lt;section class=&#34;card attachments td-max-width-on-larger-screens&#34;&gt;
	&lt;label class=&#34;card-header attachments-label&#34;&gt;
    &lt;i class=&#34;attachments-icon fas fa-paperclip&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;
		All files
	&lt;/label&gt;
	&lt;div class=&#34;card-body attachments-files&#34;&gt;
    
      
        
        
        
        
  
  
  
  
  
  
  
  
    
      
        
        
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  

    
  
    
      
        
        
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
  
  
  
  
  
  
  
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  

    
  

    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  
    
      
        
        
      
    
  

          
            &lt;ul&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/crow.jpeg&#34; &gt;attachments/crow.jpeg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/data.csv&#34; &gt;attachments/data.csv 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/document.doc&#34; &gt;attachments/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/document.pdf&#34; &gt;attachments/document.pdf 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/open-office.odt&#34; &gt;attachments/open-office.odt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/song.mp3&#34; &gt;attachments/song.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;attachments/video.mp4&#34; &gt;attachments/video.mp4 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;crow.jpg&#34; &gt;crow.jpg 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/crow.JPG&#34; &gt;files/crow.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/data.json&#34; &gt;files/data.json 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/document.doc&#34; &gt;files/document.doc 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/excel.xlsx&#34; &gt;files/excel.xlsx 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/file-1.txt&#34; &gt;files/file-1.txt 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/goldmark-file.goldmark&#34; &gt;files/goldmark-file.goldmark 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/htm-file.htm&#34; &gt;files/htm-file.htm 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/html-file.html&#34; &gt;files/html-file.html 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/markdown-file.md&#34; &gt;files/markdown-file.md 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/markdown-long.markdown&#34; &gt;files/markdown-long.markdown 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/music.mp3&#34; &gt;files/music.mp3 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/subfolder/audio.wav&#34; &gt;files/subfolder/audio.wav 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/subfolder/printout.pdf&#34; &gt;files/subfolder/printout.pdf 
  
  
  
  
  
  
    
  
  (0.0 Byte)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;files/TestFile.JPG&#34; &gt;files/TestFile.JPG 
  
  
  
  
  
  
    
  
  (16.6 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;index.md&#34; &gt;index.md 
  
  
  
  
  
  
    
  
  (5.1 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;leeres_notenpapier.pdf&#34; &gt;leeres_notenpapier.pdf 
  
  
  
  
  
  
    
  
  (8.3 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;SC_paper_info.pdf&#34; &gt;SC_paper_info.pdf 
  
  
  
  
  
  
    
  
  (255.3 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;screenshot.png&#34; &gt;screenshot.png 
  
  
  
  
  
  
    
  
  (1.1 MB)
&lt;/a&gt;
                &lt;/li&gt;
              
                
                
                
                &lt;li&gt;
                  &lt;a href=&#34;testseite_farbdrucker.pdf&#34; &gt;testseite_farbdrucker.pdf 
  
  
  
  
  
  
    
  
  (488.9 kB)
&lt;/a&gt;
                &lt;/li&gt;
              
            &lt;/ul&gt;
          
      
	&lt;/div&gt;
  
&lt;/section&gt;



      </description>
    </item>
    
    <item>
      <title>Docs: Manual Link</title>
      <link>/docs/dev-test-content/external-links/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/external-links/</guid>
      <description>
        
        
        
      </description>
    </item>
    
    <item>
      <title>Docs: Getting Started</title>
      <link>/docs/dev-test-content/getting-started/</link>
      <pubDate>Mon, 30 Jul 2018 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/getting-started/</guid>
      <description>
        
        
        &lt;h2 id=&#34;prerequisites-and-installation&#34;&gt;Prerequisites and installation&lt;/h2&gt;
&lt;h3 id=&#34;use-our-docker-image&#34;&gt;Use our Docker image&lt;/h3&gt;
&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;p&gt;You can see how to get started with this approach by following our &lt;a href=&#34;quickstart-docker&#34;&gt;Docker
Quickstart tutorial&lt;/a&gt;. If you don&amp;rsquo;t want to use Docker,
follow the instructions below to install Hugo and PostCSS.&lt;/p&gt;
&lt;h3 id=&#34;install-hugo&#34;&gt;Install Hugo&lt;/h3&gt;
&lt;p&gt;You need a &lt;a href=&#34;https://github.com/gohugoio/hugo/releases&#34;&gt;recent &lt;strong&gt;extended&lt;/strong&gt; version&lt;/a&gt; (we recommend version 0.75.0 or later) of &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; to do local builds and previews of sites (like this one) that use Docsy. If you install from the release page, make sure to get the &lt;code&gt;extended&lt;/code&gt; Hugo version, which supports &lt;a href=&#34;https://sass-lang.com/documentation/file.SCSS_FOR_SASS_USERS.html&#34;&gt;SCSS&lt;/a&gt;; you may need to scroll down the list of releases to see it.&lt;/p&gt;
&lt;p&gt;For comprehensive Hugo documentation, see &lt;a href=&#34;https://gohugo.io/&#34;&gt;gohugo.io&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;linux&#34;&gt;Linux&lt;/h4&gt;
&lt;p&gt;Be careful using &lt;code&gt;sudo apt-get install hugo&lt;/code&gt;, as it &lt;a href=&#34;https://gohugo.io/getting-started/installing/#debian-and-ubuntu&#34;&gt;doesn&amp;rsquo;t get you the &lt;code&gt;extended&lt;/code&gt; version for all Debian/Ubuntu versions&lt;/a&gt;, and may not be up-to-date with the most recent Hugo version.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;ve already installed Hugo, check your version:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;hugo version
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If the result is &lt;code&gt;v0.75&lt;/code&gt; or earlier, or if you don&amp;rsquo;t see &lt;code&gt;Extended&lt;/code&gt;, you&amp;rsquo;ll need to install the latest version. You can see a complete list of Linux installation options in &lt;a href=&#34;https://gohugo.io/getting-started/installing/#linux&#34;&gt;Install Hugo&lt;/a&gt;. The following shows you how to install Hugo from the release page:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Go to the &lt;a href=&#34;https://github.com/gohugoio/hugo/releases&#34;&gt;Hugo releases&lt;/a&gt; page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the most recent release, scroll down until you find a list of
&lt;strong&gt;Extended&lt;/strong&gt; versions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Download the latest extended version (&lt;code&gt;hugo_extended_0.5X_Linux-64bit.tar.gz&lt;/code&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a new directory:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;mkdir hugo
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Extract the files you downloaded to &lt;code&gt;hugo&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Switch to your new directory:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd hugo
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install Hugo:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo install hugo /usr/bin    
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id=&#34;macos&#34;&gt;macOS&lt;/h4&gt;
&lt;p&gt;Install Hugo using &lt;a href=&#34;https://gohugo.io/getting-started/installing/#homebrew-macos&#34;&gt;Brew&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;as-an-npm-module&#34;&gt;As an &lt;code&gt;npm&lt;/code&gt; module&lt;/h4&gt;
&lt;p&gt;You can install Hugo as an &lt;code&gt;npm&lt;/code&gt; module using &lt;a href=&#34;https://www.npmjs.com/package/hugo-bin&#34;&gt;&lt;code&gt;hugo-bin&lt;/code&gt;&lt;/a&gt;. This adds &lt;code&gt;hugo-bin&lt;/code&gt; to your &lt;code&gt;node_modules&lt;/code&gt; folder and adds the dependency to your &lt;code&gt;package.json&lt;/code&gt; file.  To install the extended version of Hugo:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;npm install hugo-extended --save-dev
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;See the &lt;a href=&#34;https://www.npmjs.com/package/hugo-bin&#34;&gt;&lt;code&gt;hugo-bin&lt;/code&gt; documentation&lt;/a&gt; for usage details.&lt;/p&gt;
&lt;h3 id=&#34;install-postcss&#34;&gt;Install PostCSS&lt;/h3&gt;
&lt;p&gt;To build or update your site&amp;rsquo;s CSS resources, you also need &lt;a href=&#34;https://postcss.org/&#34;&gt;&lt;code&gt;PostCSS&lt;/code&gt;&lt;/a&gt; to create the final assets. If you need to install it, you must have a recent version of &lt;a href=&#34;https://nodejs.org/en/&#34;&gt;NodeJS&lt;/a&gt; installed on your machine so you can use &lt;code&gt;npm&lt;/code&gt;, the Node package manager. By default &lt;code&gt;npm&lt;/code&gt; installs tools under the directory where you run &lt;a href=&#34;https://docs.npmjs.com/cli/v6/commands/npm-install#description&#34;&gt;&lt;code&gt;npm install&lt;/code&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo npm install -D autoprefixer
sudo npm install -D postcss-cli
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Starting in &lt;a href=&#34;https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md&#34;&gt;version 8 of &lt;code&gt;postcss-cli&lt;/code&gt;&lt;/a&gt;, you must also separately install &lt;code&gt;postcss&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo npm install -D postcss
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Note that versions of &lt;code&gt;PostCSS&lt;/code&gt; later than 5.0.1 will not load &lt;code&gt;autoprefixer&lt;/code&gt; if installed &lt;a href=&#34;https://flaviocopes.com/npm-packages-local-global/&#34;&gt;globally&lt;/a&gt;, you must use a local install.&lt;/p&gt;
&lt;h2 id=&#34;using-the-theme&#34;&gt;Using the theme&lt;/h2&gt;
&lt;p&gt;To use the Docsy Hugo theme, you have a couple of options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Copy and edit the source for the &lt;a href=&#34;https://github.com/google/docsy-example&#34;&gt;Docsy example site&lt;/a&gt;.&lt;/strong&gt; This approach gives you a skeleton structure for your site, with top-level and documentation sections and templates that you can modify as necessary. The example site uses Docsy as a &lt;a href=&#34;https://git-scm.com/book/en/v2/Git-Tools-Submodules&#34;&gt;Git submodule&lt;/a&gt;, so it&amp;rsquo;s easy to &lt;a href=&#34;/docs/updating/&#34;&gt;keep up to date&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Build your own site using the Docsy theme.&lt;/strong&gt; Specify the &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;Docsy theme&lt;/a&gt; like any other &lt;a href=&#34;https://gohugo.io/themes/&#34;&gt;Hugo theme&lt;/a&gt; when creating or updating your site. With this option, you&amp;rsquo;ll get Docsy look and feel, navigation, and other features, but you&amp;rsquo;ll need to specify your own site structure.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;option-1-copy-the-docsy-example-site&#34;&gt;Option 1: Copy the Docsy example site&lt;/h3&gt;
&lt;p&gt;The &lt;a href=&#34;https://example.docsy.dev&#34;&gt;Example Site&lt;/a&gt; gives you a good starting point for building your docs site and is
pre-configured to use the Docsy theme as a Git submodule. You can copy the Example Site either by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#using-the-github-ui&#34;&gt;Using the GitHub UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#using-the-command-line&#34;&gt;Using the command line&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;using-the-github-ui&#34;&gt;Using the GitHub UI&lt;/h4&gt;
&lt;p&gt;This is the simplest approach, as the Docsy example site repo is a &lt;a href=&#34;https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/&#34;&gt;template repository&lt;/a&gt;. To create your own copy of the Docsy example site repo:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Go to the &lt;a href=&#34;https://github.com/google/docsy-example&#34;&gt;repo page&lt;/a&gt; and click &lt;strong&gt;Use this template&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Type your chosen name for your new repository in the &lt;strong&gt;Repository name&lt;/strong&gt; field. You can also add an optional &lt;strong&gt;Description&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Create repository from template&lt;/strong&gt; to create your new repository. Congratulations, you now have a Docsy site repo!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To test your copied site locally with Hugo, or make local edits, you&amp;rsquo;ll also need to make a local copy of your new repository. To do this, use &lt;code&gt;git clone&lt;/code&gt;, replacing &lt;code&gt;https://github.com/my/example.git&lt;/code&gt; with your repo&amp;rsquo;s web URL (don&amp;rsquo;t forget to use &lt;code&gt;--recurse-submodules&lt;/code&gt; or you won&amp;rsquo;t pull down some of the code you need to generate a working site):&lt;/p&gt;
 &lt;pre&gt;
 git clone --recurse-submodules --depth 1 &lt;em&gt;https://github.com/my/example.git&lt;/em&gt;
 &lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can now edit your local versions of the site&amp;rsquo;s source files. To preview your site, go to your site root directory and run &lt;code&gt;hugo server&lt;/code&gt; (&lt;a href=&#34;#known-issues&#34;&gt;see the known issues on MacOS&lt;/a&gt;). By default, your site will be available at http://localhost:1313/. To push changes to your new repo, go to your site root directory and use &lt;code&gt;git push&lt;/code&gt;.&lt;/p&gt;
&lt;h4 id=&#34;using-the-command-line&#34;&gt;Using the command line&lt;/h4&gt;
&lt;p&gt;To copy the example site:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Make a local working copy of the example site directly using &lt;code&gt;git clone&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone https://github.com/google/docsy-example.git
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Switch to the root of the cloned project, for example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; cd docsy-example
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Get local copies of the project submodules so you can build and run your site locally:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; git submodule update --init --recursive
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Build your site:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; hugo server
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Preview your site in your browser at: http://localhost:1313/. You can use &lt;code&gt;Ctrl + c&lt;/code&gt; to stop the Hugo server whenever you like.
&lt;a href=&#34;#known-issues&#34;&gt;See the known issues on MacOS&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Now that you have a site running, you can push it to a new repository:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://help.github.com/en/articles/create-a-repo&#34;&gt;Create a new repository in GitHub&lt;/a&gt;
for your site with your chosen repo name. For clarity you may also want to rename the root
directory (&lt;code&gt;docsy-example&lt;/code&gt;) of your working copy to match, though everything will still
work even if you don&amp;rsquo;t.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure
&lt;a href=&#34;https://help.github.com/en/articles/configuring-a-remote-for-a-fork&#34;&gt;&lt;code&gt;origin&lt;/code&gt;&lt;/a&gt;
in your project. From your site&amp;rsquo;s root directory, set the URL for &lt;code&gt;origin&lt;/code&gt; to your new
repo (otherwise you&amp;rsquo;ll be trying to push changes to &lt;code&gt;google/docsy&lt;/code&gt; rather than to your repo):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  git remote set-url origin https://github.com/MY-SITE/EXAMPLE.git
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Verify that your remote is configured correctly by running:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  git remote -v
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Push your Docsy site to your repository:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  git push -u origin master
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;option-2-use-the-docsy-theme-in-your-own-site&#34;&gt;Option 2: Use the Docsy theme in your own site&lt;/h3&gt;
&lt;p&gt;Specify the &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;Docsy theme&lt;/a&gt; like any other Hugo theme when creating or updating your site. This gives you all the theme-y goodness but you&amp;rsquo;ll need to specify your own site structure.  You can either use the theme as a submodule (our recommended approach for easy updates), or just clone the theme into your project&amp;rsquo;s &lt;code&gt;themes&lt;/code&gt; subdirectory.&lt;/p&gt;
&lt;p&gt;Whichever approach you use, for simplicity we recommend copying and editing our &lt;a href=&#34;#basic-site-configuration&#34;&gt;example site configuration&lt;/a&gt; for your project, or you may get Hugo errors for missing parameters and values when you try to build your site.&lt;/p&gt;
&lt;h4 id=&#34;using-the-docsy-theme-as-a-submodule&#34;&gt;Using the Docsy theme as a submodule&lt;/h4&gt;
&lt;p&gt;Adding Docsy as a Git submodule is our recommended approach for using the theme, as it means your project
always refers to the Docsy repo version at your chosen revision, rather than you having your own copy in
your repo that may result in merge conflicts when you try to update it. This is the approach used by our
&lt;a href=&#34;https://github.com/google/docsy-example&#34;&gt;example project&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To create a new Hugo site project and then add the Docs theme as a submodule, run the following commands from your project&amp;rsquo;s root directory.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;hugo new site myproject
&lt;span style=&#34;color:#204a87&#34;&gt;cd&lt;/span&gt; myproject
git init
git submodule add https://github.com/google/docsy.git themes/docsy
&lt;span style=&#34;color:#204a87&#34;&gt;echo&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;theme = &amp;#34;docsy&amp;#34;&amp;#39;&lt;/span&gt; &amp;gt;&amp;gt; config.toml
git submodule update --init --recursive
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To add the Docsy theme to an existing site, run the following commands from your project&amp;rsquo;s root directory:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git submodule add https://github.com/google/docsy.git themes/docsy
echo &#39;theme = &amp;quot;docsy&amp;quot;&#39; &amp;gt;&amp;gt; config.toml
git submodule update --init --recursive
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;cloning-the-docsy-theme-to-your-projects-themes-subdirectory&#34;&gt;Cloning the Docsy theme to your project&amp;rsquo;s &lt;code&gt;themes&lt;/code&gt; subdirectory&lt;/h4&gt;
&lt;p&gt;If you don&amp;rsquo;t want to use a submodules (for example, if you want to customize and maintain your  own copy of the theme directly, or your deployment choice requires you to include a copy of the theme in your repository), you can clone the theme into your project.&lt;/p&gt;
&lt;p&gt;To clone Docsy into your project&amp;rsquo;s &lt;code&gt;theme&lt;/code&gt; folder, run the following commands from your project&amp;rsquo;s root directory:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd themes
git clone https://github.com/google/docsy
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to build and/or serve your site &lt;a href=&#34;/docs/deployment/#serving-your-site-locally&#34;&gt;locally&lt;/a&gt;, you also need to get local copies of the theme’s own submodules:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git submodule update --init --recursive
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For more information, see &lt;a href=&#34;https://gohugo.io/hugo-modules/theme-components/&#34;&gt;Theme Components&lt;/a&gt; on the &lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; site.&lt;/p&gt;
&lt;h4 id=&#34;preview-your-site&#34;&gt;Preview your site&lt;/h4&gt;
&lt;p&gt;To build and preview your site locally:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd myproject
hugo server
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;By default, your site will be available at http://localhost:1313/. &lt;a href=&#34;#known-issues&#34;&gt;See the known issues on MacOS&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;basic-site-configuration&#34;&gt;Basic site configuration&lt;/h2&gt;
&lt;p&gt;Site-wide configuration details and parameters are defined in your project&amp;rsquo;s &lt;code&gt;config.toml&lt;/code&gt; file. 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=&#34;https://github.com/google/docsy-example/blob/master/config.toml&#34;&gt;&lt;code&gt;config.toml&lt;/code&gt; in the example project&lt;/a&gt; for how to add this information. &lt;strong&gt;We recommend copying this &lt;code&gt;config.toml&lt;/code&gt; and editing it even if you&amp;rsquo;re just using the theme and not copying the entire Docsy example site&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The Docsy example site comes with some defaults you may want to remove or customize straight away:&lt;/p&gt;
&lt;h3 id=&#34;internationalization&#34;&gt;Internationalization&lt;/h3&gt;
&lt;p&gt;The Docsy example site supports content in English and Norwegian. You can find out more about how Docsy supports multi-language content in &lt;a href=&#34;/docs/language/&#34;&gt;Multi-language support&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t intend to translate your site to Norwegian, you can remove the language switcher by removing the following lines from &lt;code&gt;config.toml&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[languages.no]
title = &amp;quot;Docsy&amp;quot;
description = &amp;quot;Docsy er operativsystem for skyen&amp;quot;
languageName =&amp;quot;Norsk&amp;quot;
contentDir = &amp;quot;content/no&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To remove the translated source files, delete the &lt;code&gt;docsy-example/content/no&lt;/code&gt; directory.&lt;/p&gt;
&lt;h3 id=&#34;search&#34;&gt;Search&lt;/h3&gt;
&lt;p&gt;By default, the Docsy example site uses its own &lt;a href=&#34;https://cse.google.com/cse/all&#34;&gt;Google Custom Search Engine&lt;/a&gt;. To disable this site search, delete or comment out the following lines:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = &amp;quot;011737558837375720776:fsdu1nryfng&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To use your own Custom Search Engine, replace the value in the &lt;code&gt;gcs_engine_id&lt;/code&gt; with the ID of your own search engine. Or &lt;a href=&#34;/docs/adding-content/navigation/#site-search-options&#34;&gt;choose another search option&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;known-issues&#34;&gt;Known issues&lt;/h2&gt;
&lt;h3 id=&#34;macos-1&#34;&gt;MacOS&lt;/h3&gt;
&lt;h4 id=&#34;errors-too-many-open-files-or-fatal-error-pipe-failed&#34;&gt;Errors: &lt;code&gt;too many open files&lt;/code&gt; or &lt;code&gt;fatal error: pipe failed&lt;/code&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=&#34;https://gohugo.io/commands/hugo_server/&#34;&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&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;
&lt;pre&gt;&lt;code&gt;fatal error: pipe failed
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id=&#34;workaround&#34;&gt;Workaround&lt;/h5&gt;
&lt;p&gt;To temporarily allow more open files:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;View your current settings by running:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo launchctl limit maxfiles
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Increase the limit to &lt;code&gt;65535&lt;/code&gt; files by running the following commands. If your site has fewer files, you can set choose to set lower soft (&lt;code&gt;65535&lt;/code&gt;) and
hard (&lt;code&gt;200000&lt;/code&gt;) limits.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;sudo launchctl limit maxfiles &lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;65535&lt;/span&gt; &lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;200000&lt;/span&gt;
&lt;span style=&#34;color:#204a87&#34;&gt;ulimit&lt;/span&gt; -n &lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;65535&lt;/span&gt;
sudo sysctl -w kern.maxfiles&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;200000&lt;/span&gt;
sudo sysctl -w kern.maxfilesperproc&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;65535&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note that you might need to set these limits for each new shell.
&lt;a href=&#34;https://www.google.com/search?q=mac+os+launchctl+limit+maxfiles+site%3Aapple.stackexchange.com&amp;amp;oq=mac+os+launchctl+limit+maxfiles+site%3Aapple.stackexchange.com&#34;&gt;Learn more about these limits and how to make them permanent&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;whats-next&#34;&gt;What&amp;rsquo;s next?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;/docs/adding-content/&#34;&gt;Add content and customize your site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Get some ideas from our &lt;a href=&#34;https://github.com/google/docsy-example&#34;&gt;Example Site&lt;/a&gt; and other &lt;a href=&#34;/docs/examples/&#34;&gt;Examples&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;/docs/deployment/&#34;&gt;Publish your site&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Multi-language Support</title>
      <link>/docs/dev-test-content/language/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/language/</guid>
      <description>
        
        
        &lt;p&gt;If you&amp;rsquo;d like to provide site content in multiple languages, the Docsy theme and Hugo make it easy to both add your translated content and for your users to navigate between language versions.&lt;/p&gt;
&lt;h2 id=&#34;content-and-configuration&#34;&gt;Content and configuration&lt;/h2&gt;
&lt;p&gt;To add content in multiple languages, you first need to define the available languages in a &lt;code&gt;languages&lt;/code&gt; section in your site configuration. Each language can have its own language-specific configuration. For example, the Docsy Example Site config specifies that it provides content in English and Norwegian, and that the language version visitors will see by default is English:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-toml&#34; data-lang=&#34;toml&#34;&gt;&lt;span style=&#34;color:#000&#34;&gt;contentDir&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;content/en&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;defaultContentLanguage&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;en&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;defaultContentLanguageInSubdir&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;false&lt;/span&gt;
&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;...&lt;/span&gt;
&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;languages&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]&lt;/span&gt;
&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;languages&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;en&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;title&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Docsy&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;description&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Docsy does docs&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;languageName&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;English&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;# Weight used for sorting.&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;weight&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;1&lt;/span&gt;
&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;languages&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;no&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;title&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Docsy&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;description&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Docsy er operativsystem for skyen&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;languageName&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;Norsk&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;contentDir&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;content/no&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;time_format_default&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;02.01.2006&amp;#34;&lt;/span&gt;
&lt;span style=&#34;color:#000&#34;&gt;time_format_blog&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;02.01.2006&amp;#34;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Any setting not defined in a &lt;code&gt;[languages]&lt;/code&gt; block will fall back to the global value for that setting: so, for example, the content directory used for the site above will be &lt;code&gt;content/en&lt;/code&gt; unless the user selects the Norwegian language option.&lt;/p&gt;
&lt;p&gt;Once you&amp;rsquo;ve updated your site config, you create a content root directory for each language version in your source repo, such as  &lt;code&gt;content/en&lt;/code&gt; for English text, and add your &lt;a href=&#34;/docs/adding-content/content/&#34;&gt;content&lt;/a&gt; as usual. See the &lt;a href=&#34;https://gohugo.io/content-management/multilingual&#34;&gt;Hugo Docs&lt;/a&gt; on multi-language support for more information.&lt;/p&gt;


&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Tip&lt;/h4&gt;

    If there&amp;rsquo;s any possibility your site might be translated into other languages, consider creating your site with your content in a language-specific subdirectory, as it means you don&amp;rsquo;t need to move it if you add another language.

&lt;/div&gt;

&lt;p&gt;For adding multiple language versions of other site elements such as button text, see the &lt;a href=&#34;#internationalization-bundles&#34;&gt;internationalization bundles&lt;/a&gt; section below.&lt;/p&gt;
&lt;h2 id=&#34;selecting-a-language&#34;&gt;Selecting a language&lt;/h2&gt;
&lt;p&gt;If you configure more than one language in &lt;code&gt;config.toml&lt;/code&gt;, the Docsy theme adds a language selector drop down to the top-level menu. Selecting a language takes the user to the translated version of the current page, or the home page for the given language.&lt;/p&gt;
&lt;h2 id=&#34;internationalization-bundles&#34;&gt;Internationalization bundles&lt;/h2&gt;
&lt;p&gt;All UI strings (text for buttons etc.) are bundled inside &lt;code&gt;/i18n&lt;/code&gt; in the theme, with a &lt;code&gt;.toml&lt;/code&gt; file for each language.&lt;/p&gt;
&lt;p&gt;If your chosen language isn&amp;rsquo;t currently in the theme and you create your own &lt;code&gt;.toml&lt;/code&gt; file for all the common UI strings (for example, if you translate the UI text into Japanese and create a copy of &lt;code&gt;en.toml&lt;/code&gt; called &lt;code&gt;jp.toml&lt;/code&gt;), we recommend you do this &lt;strong&gt;in the theme&lt;/strong&gt; rather than in your own project, so it can be reused by others. Any additional strings or overridden values can be added to your project&amp;rsquo;s &lt;code&gt;/i18n&lt;/code&gt; folder.&lt;/p&gt;


&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Hugo Tip&lt;/h4&gt;

    Run &lt;code&gt;hugo server --i18n-warnings&lt;/code&gt; when doing translation work, as it will give you warnings on what strings are missing.

&lt;/div&gt;


      </description>
    </item>
    
    <item>
      <title>Docs: Previews and Deployment</title>
      <link>/docs/dev-test-content/deployment/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/deployment/</guid>
      <description>
        
        
        &lt;p&gt;There are multiple possible options for deploying a Hugo site, including Netlify, Firebase Hosting, Bitbucket with Aerobatic, and more; you can read about them all in &lt;a href=&#34;https://gohugo.io/hosting-and-deployment/&#34;&gt;Hosting and Deployment&lt;/a&gt;. Hugo also makes it easy to deploy your site locally for quick previews of your content.&lt;/p&gt;
&lt;h2 id=&#34;serving-your-site-locally&#34;&gt;Serving your site locally&lt;/h2&gt;
&lt;p&gt;Depending on your deployment choice you may want to serve your site locally during development to preview content changes. To serve your site locally:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Ensure you have an up to date local copy of your site files cloned from your repo. Don&amp;rsquo;t forget to use &lt;code&gt;--recurse-submodules&lt;/code&gt; or you won&amp;rsquo;t pull down some of the code you need to generate a working site.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone --recurse-submodules --depth 1 https://github.com/my/example.git
&lt;/code&gt;&lt;/pre&gt;

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Note&lt;/h4&gt;

    &lt;p&gt;If you&amp;rsquo;ve just added the theme as a submodule in a local version of your site and haven&amp;rsquo;t committed it to a repo yet,  you must get local copies of the theme&amp;rsquo;s own submodules before serving your site.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git submodule update --init --recursive
&lt;/code&gt;&lt;/pre&gt;


&lt;/div&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ensure you have the tools described in &lt;a href=&#34;/docs/getting-started/#prerequisites-and-installation&#34;&gt;Prerequisites and installation&lt;/a&gt; installed on your local machine, including &lt;code&gt;postcss-cli&lt;/code&gt; (you&amp;rsquo;ll need it to generate the site resources the first time you run the server).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the &lt;code&gt;hugo server&lt;/code&gt; command in your site root. By default your site will be available at http://localhost:1313/.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now that you&amp;rsquo;re serving your site locally, Hugo will watch for changes to the content and automatically refresh your site. If you have more than one local git branch, when you switch between git branches the local website reflects the files in the current branch.&lt;/p&gt;
&lt;h2 id=&#34;deployment-with-netlify&#34;&gt;Deployment with Netlify&lt;/h2&gt;
&lt;p&gt;We recommend using &lt;a href=&#34;https://www.netlify.com/&#34;&gt;Netlify&lt;/a&gt; as a particularly simple way to serve your site from your Git provider (GitHub, GitLab, or BitBucket), with &lt;a href=&#34;https://www.netlify.com/docs/continuous-deployment/&#34;&gt;continuous deployment&lt;/a&gt;, previews of the generated site when you or your users create pull requests against the doc repo, and more. Netlify is free to use for Open Source projects, with premium tiers if you require greater support.&lt;/p&gt;
&lt;p&gt;Before deploying with Netlify, make sure that you&amp;rsquo;ve pushed your site source to your chosen GitHub (or other provider) repo, following any setup instructions in &lt;a href=&#34;/docs/getting-started/#using-the-theme&#34;&gt;Using the theme&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then follow the instructions in &lt;a href=&#34;https://gohugo.io/hosting-and-deployment/hosting-on-netlify/&#34;&gt;Host on Netlify&lt;/a&gt; to set up a Netlify account (if you don&amp;rsquo;t have one already) and authorize access to your GitHub or other Git provider account. Once you&amp;rsquo;re logged in:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;New site from Git&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click your chosen Git provider, then choose your site repo from your list of repos.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Deploy settings&lt;/strong&gt; page:
&lt;ol&gt;
&lt;li&gt;For your &lt;strong&gt;Build command&lt;/strong&gt;, specify &lt;code&gt;cd themes/docsy &amp;amp;&amp;amp; git submodule update -f --init &amp;amp;&amp;amp; cd ../.. &amp;amp;&amp;amp; hugo&lt;/code&gt;. You need to specify this rather than just &lt;code&gt;hugo&lt;/code&gt; so that Netlify can use the theme&amp;rsquo;s submodules.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Show advanced&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Advanced build settings&lt;/strong&gt; section, click &lt;strong&gt;New variable&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Specify &lt;code&gt;HUGO_VERSION&lt;/code&gt; as the &lt;strong&gt;Key&lt;/strong&gt; for the new variable, and &lt;code&gt;0.53&lt;/code&gt; or later as its &lt;strong&gt;Value&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Click &lt;strong&gt;New variable&lt;/strong&gt; again, and this time set &lt;code&gt;HUGO_ENV&lt;/code&gt; to &lt;code&gt;production&lt;/code&gt;. Do this if you want your site to be indexed by search engines. You must do this if you want to use a &lt;a href=&#34;/docs/adding-content/navigation/#configure-search-with-a-google-custom-search-engine&#34;&gt;Google Custom Search Engine&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Deploy site&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;


&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Note&lt;/h4&gt;

    &lt;p&gt;Netlify uses your site repo&amp;rsquo;s &lt;code&gt;package.json&lt;/code&gt; file to install any JavaScript dependencies (like &lt;code&gt;postcss&lt;/code&gt;) before building your site. If you haven&amp;rsquo;t just copied our example site&amp;rsquo;s version of this file, make sure that you&amp;rsquo;ve specified all our &lt;a href=&#34;/docs/getting-started/#install-postcss&#34;&gt;prerequisites&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For example, if you want to use a version of &lt;code&gt;postcss-cli&lt;/code&gt; later than version 8.0.0, you need to ensure that your &lt;code&gt;package.json&lt;/code&gt; also specifies &lt;code&gt;postcss&lt;/code&gt; separately:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  &amp;quot;devDependencies&amp;quot;: {
    &amp;quot;autoprefixer&amp;quot;: &amp;quot;^9.8.6&amp;quot;,
    &amp;quot;postcss-cli&amp;quot;: &amp;quot;^8.0.0&amp;quot;,
    &amp;quot;postcss&amp;quot;: &amp;quot;^8.0.0&amp;quot;
  }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Alternatively, you can follow the same instructions but specify your &lt;strong&gt;Deploy settings&lt;/strong&gt; in a &lt;a href=&#34;https://docs.netlify.com/configure-builds/file-based-configuration/&#34;&gt;&lt;code&gt;netlify.toml&lt;/code&gt; file&lt;/a&gt; in your repo rather than in the &lt;strong&gt;Deploy settings&lt;/strong&gt; page. You can see an example of this in the &lt;a href=&#34;https://github.com/google/docsy/blob/master/netlify.toml&#34;&gt;Docsy theme repo&lt;/a&gt; (though note that the build command here is a little unusual because the Docsy user guide is &lt;em&gt;inside&lt;/em&gt; the theme repo).&lt;/p&gt;
&lt;p&gt;If you have an existing deployment you can view and update the relevant information by selecting the site from your list of sites in Netlify, then clicking &lt;strong&gt;Site settings&lt;/strong&gt; - &lt;strong&gt;Build and deploy&lt;/strong&gt;. Ensure that &lt;strong&gt;Ubuntu Xenial 16.04&lt;/strong&gt; is selected in the &lt;strong&gt;Build image selection&lt;/strong&gt; section - if you&amp;rsquo;re creating a new deployment this is used by default. You need to use this image to run the extended version of Hugo.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Examples</title>
      <link>/docs/dev-test-content/examples/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/examples/</guid>
      <description>
        
        
        &lt;p&gt;One of the best ways to see what Docsy can do, and learn how to configure a site with it, is to see some real projects. In addition to our provided Docsy Example Project, there are several live sites already using the theme. Please add your own examples once you&amp;rsquo;ve got a production site up and running with Docsy!&lt;/p&gt;
&lt;h2 id=&#34;docsy-theme-examples&#34;&gt;Docsy theme examples&lt;/h2&gt;
&lt;p&gt;Example sites that have low to no customization:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Site&lt;/th&gt;
&lt;th&gt;Repo (if public)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;/docs&#34;&gt;This Docsy documentation site&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/google/docsy&#34;&gt;https://github.com/google/docsy&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://example.docsy.dev&#34;&gt;&amp;ldquo;Goldydocs&amp;rdquo; - a Docsy example site&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/google/docsy-example&#34;&gt;https://github.com/google/docsy-example&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://www.kubeflow.org/&#34;&gt;https://www.kubeflow.org/&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/kubeflow/website&#34;&gt;https://github.com/kubeflow/website&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://agones.dev/site/&#34;&gt;https://agones.dev/site/&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/GoogleCloudPlatform/agones/tree/master/site&#34;&gt;https://github.com/GoogleCloudPlatform/agones/tree/master/site&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://googlecontainertools.github.io/kpt/&#34;&gt;https://googlecontainertools.github.io/kpt/&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/GoogleContainerTools/kpt/tree/master/docs&#34;&gt;https://github.com/GoogleContainerTools/kpt/tree/master/docs&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://www.navidrome.org&#34;&gt;Navidrome Music Server&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/navidrome/website&#34;&gt;https://github.com/navidrome/website&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://docs.agilebase.co.uk/&#34;&gt;https://docs.agilebase.co.uk/&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/okohll/abdocs&#34;&gt;https://github.com/okohll/abdocs&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://jvmperf.net/&#34;&gt;https://jvmperf.net/&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/cchesser/java-perf-workshop&#34;&gt;https://github.com/cchesser/java-perf-workshop&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://www.grpc.io/&#34;&gt;gRPC&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/grpc/grpc.io&#34;&gt;https://github.com/grpc/grpc.io&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;customized-docsy-examples&#34;&gt;Customized Docsy examples&lt;/h2&gt;
&lt;p&gt;Example sites that include a moderate to high amount of customization:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Site&lt;/th&gt;
&lt;th&gt;Repo (if public)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://knative.dev&#34;&gt;Knative&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/knative/docs&#34;&gt;https://github.com/knative/docs&lt;/a&gt; and &lt;a href=&#34;https://github.com/knative/website&#34;&gt;https://github.com/knative/website&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://airflow.apache.org/&#34;&gt;Apache Airflow&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/apache/airflow-site/&#34;&gt;https://github.com/apache/airflow-site/&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://docsyjustdocs.netlify.com/&#34;&gt;Docsy Just Docs&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/LisaFC/justdocs&#34;&gt;https://github.com/LisaFC/justdocs&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://support.thunderheadeng.com/&#34;&gt;Thunderhead Engineering Product Support&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://gitlab.com/tecidev/support&#34;&gt;https://gitlab.com/tecidev/support&lt;/a&gt; (private)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://kubernetes.io&#34;&gt;Kubernetes&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/kubernetes/website&#34;&gt;https://github.com/kubernetes/website&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Guidelines for Contribution to Docsy</title>
      <link>/docs/dev-test-content/contribution-guidelines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/dev-test-content/contribution-guidelines/</guid>
      <description>
        
        
        &lt;p&gt;Docsy is an open source project and we love getting patches and contributions to make Docsy and its docs even better.&lt;/p&gt;
&lt;h2 id=&#34;contributing-to-docsy&#34;&gt;Contributing to Docsy&lt;/h2&gt;
&lt;p&gt;The Docsy theme itself lives in &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;https://github.com/google/docsy&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;contributor-license-agreement&#34;&gt;Contributor License Agreement&lt;/h3&gt;
&lt;p&gt;Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) retain the copyright to your contribution;
this simply gives us permission to use and redistribute your contributions as
part of the project. Head over to &lt;a href=&#34;https://cla.developers.google.com/&#34;&gt;https://cla.developers.google.com/&lt;/a&gt; to see
your current agreements on file or to sign a new one.&lt;/p&gt;
&lt;p&gt;You generally only need to submit a CLA once, so if you&amp;rsquo;ve already submitted one
(even if it was for a different project), you probably don&amp;rsquo;t need to do it
again.&lt;/p&gt;
&lt;h3 id=&#34;code-reviews&#34;&gt;Code reviews&lt;/h3&gt;
&lt;p&gt;All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
&lt;a href=&#34;https://help.github.com/articles/about-pull-requests/&#34;&gt;GitHub Help&lt;/a&gt; for more
information on using pull requests.&lt;/p&gt;
&lt;h3 id=&#34;previewing-your-changes&#34;&gt;Previewing your changes&lt;/h3&gt;
&lt;p&gt;As Docsy is a theme rather than a site, you can&amp;rsquo;t serve the theme directly to check your changes work. Instead use your updated local theme in a local copy of the Docsy example site (copy or make your changes in the &lt;code&gt;themes/docsy&lt;/code&gt; directory) and &lt;a href=&#34;/docs/deployment/&#34;&gt;preview&lt;/a&gt; from there. Alternatively, clone the &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;Docsy theme repo&lt;/a&gt; and test your changes in a local copy of this site, as described &lt;a href=&#34;#previewing-your-changes-locally&#34;&gt;below&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;community-guidelines&#34;&gt;Community guidelines&lt;/h3&gt;
&lt;p&gt;This project follows
&lt;a href=&#34;https://opensource.google.com/conduct/&#34;&gt;Google&amp;rsquo;s Open Source Community Guidelines&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;creating-issues&#34;&gt;Creating issues&lt;/h3&gt;
&lt;p&gt;Alternatively, if there&amp;rsquo;s something you&amp;rsquo;d like to see in Docsy (or if you&amp;rsquo;ve found something that isn&amp;rsquo;t working the way you&amp;rsquo;d expect), but you&amp;rsquo;re not sure how to fix it yourself, please create an &lt;a href=&#34;https://github.com/google/docsy/issues&#34;&gt;issue&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;contributing-to-these-docs&#34;&gt;Contributing to these docs&lt;/h2&gt;
&lt;p&gt;This user guide is, like our example site, a Docsy site that uses the Hugo static site generator. We welcome updates to the docs!&lt;/p&gt;
&lt;p&gt;We use &lt;a href=&#34;https://www.netlify.com/&#34;&gt;Netlify&lt;/a&gt; to manage the deployment of the site and provide previews of doc updates. The instructions here assume you&amp;rsquo;re familiar with basic GitHub workflows.&lt;/p&gt;
&lt;h3 id=&#34;quick-start-with-netlify&#34;&gt;Quick start with Netlify&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Fork the &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;Docsy repo&lt;/a&gt; on GitHub: this site&amp;rsquo;s files live in the &lt;code&gt;userguide&lt;/code&gt; subdirectory.&lt;/li&gt;
&lt;li&gt;Make your changes and send a pull request (PR).&lt;/li&gt;
&lt;li&gt;If you&amp;rsquo;re not yet ready for a review, add &amp;ldquo;WIP&amp;rdquo; to the PR name to indicate
it&amp;rsquo;s a work in progress. (&lt;strong&gt;Don&amp;rsquo;t&lt;/strong&gt; add the Hugo property
&amp;ldquo;draft = true&amp;rdquo; to the page front matter, because that prevents the
auto-deployment of the content preview described in the next point.)&lt;/li&gt;
&lt;li&gt;Wait for the automated PR workflow to do some checks. When it&amp;rsquo;s ready,
you should see a comment like this: &lt;strong&gt;deploy/netlify — Deploy preview ready!&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Details&lt;/strong&gt; to the right of &amp;ldquo;Deploy preview ready&amp;rdquo; to see a preview
of your updates.&lt;/li&gt;
&lt;li&gt;Continue updating your doc and pushing your changes until you&amp;rsquo;re happy with
the content.&lt;/li&gt;
&lt;li&gt;When you&amp;rsquo;re ready for a review, add a comment to the PR, and remove any
&amp;ldquo;WIP&amp;rdquo; markers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;updating-a-single-page&#34;&gt;Updating a single page&lt;/h3&gt;
&lt;p&gt;If you&amp;rsquo;ve just spotted something you&amp;rsquo;d like to change while using the docs, Docsy has a shortcut for you:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;Edit this page&lt;/strong&gt; in the top right hand corner of the page.&lt;/li&gt;
&lt;li&gt;If you don&amp;rsquo;t already have an up to date fork of the project repo, you are prompted to get one - click &lt;strong&gt;Fork this repository and propose changes&lt;/strong&gt; or &lt;strong&gt;Update your Fork&lt;/strong&gt; to get an up to date version of the project to edit. The appropriate page in your fork is displayed in edit mode.&lt;/li&gt;
&lt;li&gt;Follow the rest of the &lt;a href=&#34;#quick-start-with-netlify&#34;&gt;Quick start with Netlify&lt;/a&gt; process above to make and preview your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;previewing-your-changes-locally&#34;&gt;Previewing your changes locally&lt;/h3&gt;
&lt;p&gt;If you want to run your own local Hugo server to preview your changes as you work:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Follow the instructions in &lt;a href=&#34;/docs/getting-started&#34;&gt;Getting started&lt;/a&gt; to install Hugo and any other tools you need.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fork the &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;Docsy&lt;/a&gt; repo into your own project, then create a local copy using &lt;code&gt;git clone&lt;/code&gt;. Don’t forget to use &lt;code&gt;--recurse-submodules&lt;/code&gt; or you won’t pull down some of the code you need to generate a working site.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone --recurse-submodules --depth 1 https://github.com/google/docsy.git
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Change to the &lt;code&gt;userguide&lt;/code&gt; directory and run the following Hugo command to build the site and start the Hugo server.
Note that you need the &lt;code&gt;themesDir&lt;/code&gt; flag because the site files are inside the theme repo.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd userguide
hugo server --themesDir ../..
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;By default your site will be available at http://localhost:1313/. Now that you&amp;rsquo;re serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Continue with the usual GitHub workflow to edit files, commit them, push the
changes up to your fork, and create a pull request.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;creating-an-issue&#34;&gt;Creating an issue&lt;/h3&gt;
&lt;p&gt;If there&amp;rsquo;s something you&amp;rsquo;d like to see in the docs, but you&amp;rsquo;re not sure how to fix it yourself, please create an issue in &lt;a href=&#34;https://github.com/google/docsy&#34;&gt;this repository&lt;/a&gt;. You can also create an issue about a specific page by clicking the &lt;strong&gt;Create Issue&lt;/strong&gt; button in the top right hand corner of the page.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
