-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
54 lines (43 loc) · 2.89 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>A Hugo website</title>
<link>/</link>
<description>Recent content on A Hugo website</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 30 Dec 2016 21:49:57 -0700</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>A Plain Markdown Post</title>
<link>/2016/12/30/a-plain-markdown-post/</link>
<pubDate>Fri, 30 Dec 2016 21:49:57 -0700</pubDate>
<guid>/2016/12/30/a-plain-markdown-post/</guid>
<description>This is a post written in plain Markdown (*.md) instead of R Markdown (*.Rmd). The major differences are:
You cannot run any R code in a plain Markdown document, whereas in an R Markdown document, you can embed R code chunks (```{r}); A plain Markdown post is rendered through Blackfriday, and an R Markdown document is compiled by rmarkdown and Pandoc. There are many differences in syntax between Blackfriday&rsquo;s Markdown and Pandoc&rsquo;s Markdown.</description>
</item>
<item>
<title>About</title>
<link>/about/</link>
<pubDate>Thu, 05 May 2016 21:48:51 -0700</pubDate>
<guid>/about/</guid>
<description>This is a &ldquo;hello world&rdquo; example website for the blogdown package. The theme was forked from @jrutheiser/hugo-lithium-theme and modified by Yihui Xie.</description>
</item>
<item>
<title>Hello R Markdown</title>
<link>/2015/07/23/hello-r-markdown/</link>
<pubDate>Thu, 23 Jul 2015 21:13:14 -0500</pubDate>
<guid>/2015/07/23/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>Lorem Ipsum</title>
<link>/2015/01/01/lorem-ipsum/</link>
<pubDate>Thu, 01 Jan 2015 13:09:13 -0600</pubDate>
<guid>/2015/01/01/lorem-ipsum/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
</channel>
</rss>