From e03422873a1788137f120d9c8f34b2be079f0aee Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 2 Aug 2024 13:23:35 +0800 Subject: docs: build with hugo --- public/tags/blogdown/index.html | 110 ++++++++++++ public/tags/blogdown/index.xml | 22 +++ public/tags/blogdown/page/1/index.html | 10 ++ public/tags/index.html | 121 +++++++++++++ public/tags/index.xml | 65 +++++++ public/tags/lorem-ipsum/index.html | 251 +++++++++++++++++++++++++++ public/tags/lorem-ipsum/index.xml | 71 ++++++++ public/tags/lorem-ipsum/page/1/index.html | 10 ++ public/tags/markdown/index.html | 275 ++++++++++++++++++++++++++++++ public/tags/markdown/index.xml | 82 +++++++++ public/tags/markdown/page/1/index.html | 10 ++ public/tags/markdown/page/2/index.html | 126 ++++++++++++++ public/tags/mathjax/index.html | 110 ++++++++++++ public/tags/mathjax/index.xml | 22 +++ public/tags/mathjax/page/1/index.html | 10 ++ public/tags/page/1/index.html | 10 ++ public/tags/pandoc/index.html | 110 ++++++++++++ public/tags/pandoc/index.xml | 22 +++ public/tags/pandoc/page/1/index.html | 10 ++ public/tags/rstudio/index.html | 110 ++++++++++++ public/tags/rstudio/index.xml | 22 +++ public/tags/rstudio/page/1/index.html | 10 ++ 22 files changed, 1589 insertions(+) create mode 100644 public/tags/blogdown/index.html create mode 100644 public/tags/blogdown/index.xml create mode 100644 public/tags/blogdown/page/1/index.html create mode 100644 public/tags/index.html create mode 100644 public/tags/index.xml create mode 100644 public/tags/lorem-ipsum/index.html create mode 100644 public/tags/lorem-ipsum/index.xml create mode 100644 public/tags/lorem-ipsum/page/1/index.html create mode 100644 public/tags/markdown/index.html create mode 100644 public/tags/markdown/index.xml create mode 100644 public/tags/markdown/page/1/index.html create mode 100644 public/tags/markdown/page/2/index.html create mode 100644 public/tags/mathjax/index.html create mode 100644 public/tags/mathjax/index.xml create mode 100644 public/tags/mathjax/page/1/index.html create mode 100644 public/tags/page/1/index.html create mode 100644 public/tags/pandoc/index.html create mode 100644 public/tags/pandoc/index.xml create mode 100644 public/tags/pandoc/page/1/index.html create mode 100644 public/tags/rstudio/index.html create mode 100644 public/tags/rstudio/index.xml create mode 100644 public/tags/rstudio/page/1/index.html (limited to 'public/tags') diff --git a/public/tags/blogdown/index.html b/public/tags/blogdown/index.html new file mode 100644 index 0000000..4b4eb8e --- /dev/null +++ b/public/tags/blogdown/index.html @@ -0,0 +1,110 @@ + + + + + + + blogdown | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/blogdown/index.xml b/public/tags/blogdown/index.xml new file mode 100644 index 0000000..7e7a2c7 --- /dev/null +++ b/public/tags/blogdown/index.xml @@ -0,0 +1,22 @@ + + + + blogdown on Hugo XMag + /tags/blogdown/ + Recent content in blogdown on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + A Plain Markdown Post + /post/2017/02/14/a-plain-markdown-post/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /post/2017/02/14/a-plain-markdown-post/ + This sample post is mainly for blogdown users. If you do not use blogdown, you can skip the first section. To know more about the Hugo XMag theme, please read the About page. +1. Markdown or R Markdown 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. + + + + diff --git a/public/tags/blogdown/page/1/index.html b/public/tags/blogdown/page/1/index.html new file mode 100644 index 0000000..daa26c5 --- /dev/null +++ b/public/tags/blogdown/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/blogdown/ + + + + + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..4aa7731 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,121 @@ + + + + + + + Tags | Hugo XMag + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..713b35e --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,65 @@ + + + + Tags on Hugo XMag + /tags/ + Recent content in Tags on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + blogdown + /tags/blogdown/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /tags/blogdown/ + + + + + Markdown + /tags/markdown/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /tags/markdown/ + + + + + MathJax + /tags/mathjax/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /tags/mathjax/ + + + + + Pandoc + /tags/pandoc/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /tags/pandoc/ + + + + + RStudio + /tags/rstudio/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /tags/rstudio/ + + + + + Lorem Ipsum + /tags/lorem-ipsum/ + Tue, 28 Jul 2015 00:00:00 +0000 + + /tags/lorem-ipsum/ + + + + + diff --git a/public/tags/lorem-ipsum/index.html b/public/tags/lorem-ipsum/index.html new file mode 100644 index 0000000..e83d5b3 --- /dev/null +++ b/public/tags/lorem-ipsum/index.html @@ -0,0 +1,251 @@ + + + + + + + Lorem Ipsum | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Machine Learning + + +
+

Jeff Leek can do zero-fold cross-validation

+
+ Thomas Lumley + / + 2015-07-28 +
+ +
+ +
+
+ + + Leekaso + + +
+

Correlation implies whatever Jeff Leek tells it to imply

+
+ Kenny Shirley + / + 2015-07-27 +
+ +
+ +
+
+ + + Leekaso + + +
+

Jeff Leek counted to infinity. Twice.

+
+ Brian Caffo + / + 2015-07-26 +
+ +
+ +
+
+ + + Tech + + +
+

Git commits to Jeff Leek

+
+ Martin J Frigaard + / + 2015-07-25 +
+ +
+ +
+
+ + + Statistics + + +
+

Jeff Leek always obtains unbiased estimators

+
+ Mauricio Vargas + / + 2015-07-24 +
+ +
+ +
+
+ + + Statistics + + +
+

Jeff Leek is the Uniformly Most Powerful Jeff

+
+ Michael Hoffman + / + 2015-07-23 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/lorem-ipsum/index.xml b/public/tags/lorem-ipsum/index.xml new file mode 100644 index 0000000..630490b --- /dev/null +++ b/public/tags/lorem-ipsum/index.xml @@ -0,0 +1,71 @@ + + + + Lorem Ipsum on Hugo XMag + /tags/lorem-ipsum/ + Recent content in Lorem Ipsum on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 28 Jul 2015 00:00:00 +0000 + + Jeff Leek can do zero-fold cross-validation + /post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/ + Tue, 28 Jul 2015 00:00:00 +0000 + + /post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Correlation implies whatever Jeff Leek tells it to imply + /post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/ + Mon, 27 Jul 2015 00:00:00 +0000 + + /post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Jeff Leek counted to infinity. Twice. + /post/2015/07/26/jeff-leek-counted-to-infinity.-twice./ + Sun, 26 Jul 2015 00:00:00 +0000 + + /post/2015/07/26/jeff-leek-counted-to-infinity.-twice./ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Git commits to Jeff Leek + /post/2015/07/25/git-commits-to-jeff-leek/ + Sat, 25 Jul 2015 00:00:00 +0000 + + /post/2015/07/25/git-commits-to-jeff-leek/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Jeff Leek always obtains unbiased estimators + /post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/ + Fri, 24 Jul 2015 00:00:00 +0000 + + /post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Jeff Leek is the Uniformly Most Powerful Jeff + /post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/ + Thu, 23 Jul 2015 00:00:00 +0000 + + /post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + diff --git a/public/tags/lorem-ipsum/page/1/index.html b/public/tags/lorem-ipsum/page/1/index.html new file mode 100644 index 0000000..a72cebb --- /dev/null +++ b/public/tags/lorem-ipsum/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/lorem-ipsum/ + + + + + + diff --git a/public/tags/markdown/index.html b/public/tags/markdown/index.html new file mode 100644 index 0000000..dccdc0d --- /dev/null +++ b/public/tags/markdown/index.html @@ -0,0 +1,275 @@ + + + + + + + Markdown | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+
+ + + Machine Learning + + +
+

Jeff Leek can do zero-fold cross-validation

+
+ Thomas Lumley + / + 2015-07-28 +
+ +
+ +
+
+ + + Leekaso + + +
+

Correlation implies whatever Jeff Leek tells it to imply

+
+ Kenny Shirley + / + 2015-07-27 +
+ +
+ +
+
+ + + Leekaso + + +
+

Jeff Leek counted to infinity. Twice.

+
+ Brian Caffo + / + 2015-07-26 +
+ +
+ +
+
+ + + Tech + + +
+

Git commits to Jeff Leek

+
+ Martin J Frigaard + / + 2015-07-25 +
+ +
+ +
+
+ + + Statistics + + +
+

Jeff Leek always obtains unbiased estimators

+
+ Mauricio Vargas + / + 2015-07-24 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/markdown/index.xml b/public/tags/markdown/index.xml new file mode 100644 index 0000000..c74ff73 --- /dev/null +++ b/public/tags/markdown/index.xml @@ -0,0 +1,82 @@ + + + + Markdown on Hugo XMag + /tags/markdown/ + Recent content in Markdown on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + A Plain Markdown Post + /post/2017/02/14/a-plain-markdown-post/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /post/2017/02/14/a-plain-markdown-post/ + This sample post is mainly for blogdown users. If you do not use blogdown, you can skip the first section. To know more about the Hugo XMag theme, please read the About page. +1. Markdown or R Markdown 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. + + + + Jeff Leek can do zero-fold cross-validation + /post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/ + Tue, 28 Jul 2015 00:00:00 +0000 + + /post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Correlation implies whatever Jeff Leek tells it to imply + /post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/ + Mon, 27 Jul 2015 00:00:00 +0000 + + /post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Jeff Leek counted to infinity. Twice. + /post/2015/07/26/jeff-leek-counted-to-infinity.-twice./ + Sun, 26 Jul 2015 00:00:00 +0000 + + /post/2015/07/26/jeff-leek-counted-to-infinity.-twice./ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Git commits to Jeff Leek + /post/2015/07/25/git-commits-to-jeff-leek/ + Sat, 25 Jul 2015 00:00:00 +0000 + + /post/2015/07/25/git-commits-to-jeff-leek/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Jeff Leek always obtains unbiased estimators + /post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/ + Fri, 24 Jul 2015 00:00:00 +0000 + + /post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + Jeff Leek is the Uniformly Most Powerful Jeff + /post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/ + Thu, 23 Jul 2015 00:00:00 +0000 + + /post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/ + 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. +Quisque mattis volutpat lorem vitae feugiat. + + + + diff --git a/public/tags/markdown/page/1/index.html b/public/tags/markdown/page/1/index.html new file mode 100644 index 0000000..ab0e26f --- /dev/null +++ b/public/tags/markdown/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/markdown/ + + + + + + diff --git a/public/tags/markdown/page/2/index.html b/public/tags/markdown/page/2/index.html new file mode 100644 index 0000000..5655068 --- /dev/null +++ b/public/tags/markdown/page/2/index.html @@ -0,0 +1,126 @@ + + + + + + + Markdown | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Statistics + + +
+

Jeff Leek is the Uniformly Most Powerful Jeff

+
+ Michael Hoffman + / + 2015-07-23 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/mathjax/index.html b/public/tags/mathjax/index.html new file mode 100644 index 0000000..f8a78e4 --- /dev/null +++ b/public/tags/mathjax/index.html @@ -0,0 +1,110 @@ + + + + + + + MathJax | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/mathjax/index.xml b/public/tags/mathjax/index.xml new file mode 100644 index 0000000..b1d7074 --- /dev/null +++ b/public/tags/mathjax/index.xml @@ -0,0 +1,22 @@ + + + + MathJax on Hugo XMag + /tags/mathjax/ + Recent content in MathJax on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + A Plain Markdown Post + /post/2017/02/14/a-plain-markdown-post/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /post/2017/02/14/a-plain-markdown-post/ + This sample post is mainly for blogdown users. If you do not use blogdown, you can skip the first section. To know more about the Hugo XMag theme, please read the About page. +1. Markdown or R Markdown 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. + + + + diff --git a/public/tags/mathjax/page/1/index.html b/public/tags/mathjax/page/1/index.html new file mode 100644 index 0000000..66cf4e2 --- /dev/null +++ b/public/tags/mathjax/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/mathjax/ + + + + + + diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html new file mode 100644 index 0000000..3e4a748 --- /dev/null +++ b/public/tags/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/ + + + + + + diff --git a/public/tags/pandoc/index.html b/public/tags/pandoc/index.html new file mode 100644 index 0000000..2e89111 --- /dev/null +++ b/public/tags/pandoc/index.html @@ -0,0 +1,110 @@ + + + + + + + Pandoc | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/pandoc/index.xml b/public/tags/pandoc/index.xml new file mode 100644 index 0000000..b9a68d1 --- /dev/null +++ b/public/tags/pandoc/index.xml @@ -0,0 +1,22 @@ + + + + Pandoc on Hugo XMag + /tags/pandoc/ + Recent content in Pandoc on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + A Plain Markdown Post + /post/2017/02/14/a-plain-markdown-post/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /post/2017/02/14/a-plain-markdown-post/ + This sample post is mainly for blogdown users. If you do not use blogdown, you can skip the first section. To know more about the Hugo XMag theme, please read the About page. +1. Markdown or R Markdown 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. + + + + diff --git a/public/tags/pandoc/page/1/index.html b/public/tags/pandoc/page/1/index.html new file mode 100644 index 0000000..799a6db --- /dev/null +++ b/public/tags/pandoc/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/pandoc/ + + + + + + diff --git a/public/tags/rstudio/index.html b/public/tags/rstudio/index.html new file mode 100644 index 0000000..5a19457 --- /dev/null +++ b/public/tags/rstudio/index.html @@ -0,0 +1,110 @@ + + + + + + + RStudio | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/tags/rstudio/index.xml b/public/tags/rstudio/index.xml new file mode 100644 index 0000000..f6f438c --- /dev/null +++ b/public/tags/rstudio/index.xml @@ -0,0 +1,22 @@ + + + + RStudio on Hugo XMag + /tags/rstudio/ + Recent content in RStudio on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + A Plain Markdown Post + /post/2017/02/14/a-plain-markdown-post/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /post/2017/02/14/a-plain-markdown-post/ + This sample post is mainly for blogdown users. If you do not use blogdown, you can skip the first section. To know more about the Hugo XMag theme, please read the About page. +1. Markdown or R Markdown 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. + + + + diff --git a/public/tags/rstudio/page/1/index.html b/public/tags/rstudio/page/1/index.html new file mode 100644 index 0000000..71793c8 --- /dev/null +++ b/public/tags/rstudio/page/1/index.html @@ -0,0 +1,10 @@ + + + + /tags/rstudio/ + + + + + + -- cgit v1.2.3-70-g09d2