<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>myDocsy – Shortcode</title>
    <link>/tags/shortcode/</link>
    <description>Recent content in Shortcode on myDocsy</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    
	  <atom:link href="/tags/shortcode/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>
    
  </channel>
</rss>
