<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogdown on Darkatse</title><link>https://darkatse.com/tags/blogdown/</link><description>Recent content in Blogdown on Darkatse</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 14 Feb 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://darkatse.com/tags/blogdown/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started</title><link>https://darkatse.com/docs/02-get-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://darkatse.com/docs/02-get-started/</guid><description>&lt;p&gt;There are two ways to get started with this theme, depending on whether you use R or Hugo.&lt;/p&gt;&#10;&lt;h2 id="r-users"&gt;R users&lt;/h2&gt;&#10;&lt;p&gt;If you use R, the easiest way to get started is to install &lt;a href="https://github.com/rstudio/blogdown"&gt;the &lt;strong&gt;blogdown&lt;/strong&gt; package&lt;/a&gt;, and create a new site with this theme:&lt;/p&gt;&#10;&lt;pre&gt;&lt;code class="language-r"&gt;install.packages('blogdown')&#10;blogdown::new_site(theme = 'yihui/hugo-paged')&#10;&lt;/code&gt;&lt;/pre&gt;&#10;&lt;p&gt;Or you can &lt;a href="https://bookdown.org/yihui/blogdown/a-quick-example.html"&gt;create a new RStudio &lt;strong&gt;blogdown&lt;/strong&gt; project&lt;/a&gt; (if you use RStudio) with the &lt;code&gt;yihui/hugo-paged&lt;/code&gt; theme.&lt;/p&gt;&#10;&lt;h2 id="hugo-users"&gt;Hugo users&lt;/h2&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;Create a new Hugo site with &lt;code&gt;hugo new&lt;/code&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;a href="https://github.com/yihui/hugo-paged/archive/refs/heads/main.zip"&gt;Download this theme from Github&lt;/a&gt; and unzip it to the &lt;code&gt;themes/hugo-paged&lt;/code&gt; directory.&lt;/li&gt;&#10;&lt;li&gt;Move all content of the &lt;code&gt;exampleSite&lt;/code&gt; directory in this theme to the root directory of the new site.&lt;/li&gt;&#10;&lt;li&gt;Run &lt;code&gt;hugo server&lt;/code&gt; and start playing with the new site.&lt;/li&gt;&#10;&lt;/ol&gt;</description></item><item><title>A Plain Markdown Post</title><link>https://darkatse.com/blog/2016-02-14-hello-markdown/</link><pubDate>Sun, 14 Feb 2016 00:00:00 +0000</pubDate><guid>https://darkatse.com/blog/2016-02-14-hello-markdown/</guid><description>&lt;h2 id="sample-text"&gt;Sample Text&lt;/h2&gt;&#10;&lt;h3 id="third-level-header"&gt;Third-level header&lt;/h3&gt;&#10;&lt;h4 id="fourth-level-header"&gt;Fourth-level header&lt;/h4&gt;&#10;&lt;p&gt;A paragraph (with a footnote):&lt;/p&gt;&#10;&lt;p&gt;&lt;strong&gt;Lorem ipsum&lt;/strong&gt; dolor sit amet, consectetur adipiscing elit, sed do eiusmod&#10;tempor incididunt ut labore et dolore &lt;em&gt;magna aliqua&lt;/em&gt;. Ut enim ad minim veniam,&#10;quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo&#10;consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum&#10;dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,&#10;sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;</description></item></channel></rss>