<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Popiula</title>
    <link>https://popiula.github.io/post/</link>
    <description>Recent content in Posts on Popiula</description>
    <generator>Hugo -- gohugo.io</generator>
    <copyright>Copyright © 2022, Popiula; all rights reserved.</copyright>
    <lastBuildDate>Thu, 24 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://popiula.github.io/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Hugo page bundles</title>
      <link>https://popiula.github.io/2022/03/24/using-hugo-page-bundles/</link>
      <pubDate>Thu, 24 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2022/03/24/using-hugo-page-bundles/</guid>
      <description>
        
          
            Page bundles are an optional way to organize page resources within Hugo. You can opt-in to using page bundles in Hugo Clarity with `usePageBundles` in your site configuration --- or in a page&#39;s front matter.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Using Notices</title>
      <link>https://popiula.github.io/2021/08/20/using-notices/</link>
      <pubDate>Fri, 20 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2021/08/20/using-notices/</guid>
      <description>
        
          
            The &amp;quot;Notices&amp;quot; shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc.
To create a notice on a page, you can use the notice shortcode.
You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your note in quotes as the second parameter. The inner body of the note can be whatever markdown you want to create.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Hello R Markdown</title>
      <link>https://popiula.github.io/2020/12/01/hello-r-markdown/</link>
      <pubDate>Tue, 01 Dec 2020 21:13:14 -0500</pubDate>
      
      <guid>https://popiula.github.io/2020/12/01/hello-r-markdown/</guid>
      <description>
        
          
            R MarkdownThis is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
You can embed an R code chunk like this:
summary(cars)## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Guia de Sintaxe Markdown</title>
      <link>https://popiula.github.io/2019/03/11/guia-de-sintaxe-markdown/</link>
      <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2019/03/11/guia-de-sintaxe-markdown/</guid>
      <description>
        
          
            &lt;p&gt;&lt;strong&gt;Este artigo oferece um exemplo básico de uma tradução em Português. O restante conteúdo não foi traduzido.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Artigo original: https://popiula.github.io/2019/03/11/markdown-syntax-guide/&lt;/p&gt;
&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Markdown Syntax Guide</title>
      <link>https://popiula.github.io/2019/03/11/markdown-syntax-guide/</link>
      <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2019/03/11/markdown-syntax-guide/</guid>
      <description>
        
          
            &lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Rich Content</title>
      <link>https://popiula.github.io/2019/03/10/rich-content/</link>
      <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2019/03/10/rich-content/</guid>
      <description>
        
          
            &lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Placeholder Text</title>
      <link>https://popiula.github.io/2019/03/09/placeholder-text/</link>
      <pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2019/03/09/placeholder-text/</guid>
      <description>
        
          
            &lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Math Typesetting</title>
      <link>https://popiula.github.io/2019/03/08/math-typesetting/</link>
      <pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2019/03/08/math-typesetting/</guid>
      <description>
        
          
            &lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Emoji Support</title>
      <link>https://popiula.github.io/2019/03/05/emoji-support/</link>
      <pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://popiula.github.io/2019/03/05/emoji-support/</guid>
      <description>
        
          
            &lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
