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/categories/example/index.html | 110 +++++++++++++++++ public/categories/example/index.xml | 22 ++++ public/categories/example/page/1/index.html | 10 ++ public/categories/hugo/index.html | 110 +++++++++++++++++ public/categories/hugo/index.xml | 22 ++++ public/categories/hugo/page/1/index.html | 10 ++ public/categories/index.html | 121 ++++++++++++++++++ public/categories/index.xml | 65 ++++++++++ public/categories/leekaso/index.html | 135 +++++++++++++++++++++ public/categories/leekaso/index.xml | 31 +++++ public/categories/leekaso/page/1/index.html | 10 ++ public/categories/machine-learning/index.html | 106 ++++++++++++++++ public/categories/machine-learning/index.xml | 21 ++++ .../categories/machine-learning/page/1/index.html | 10 ++ public/categories/page/1/index.html | 10 ++ public/categories/statistics/index.html | 135 +++++++++++++++++++++ public/categories/statistics/index.xml | 31 +++++ public/categories/statistics/page/1/index.html | 10 ++ public/categories/tech/index.html | 106 ++++++++++++++++ public/categories/tech/index.xml | 21 ++++ public/categories/tech/page/1/index.html | 10 ++ 21 files changed, 1106 insertions(+) create mode 100644 public/categories/example/index.html create mode 100644 public/categories/example/index.xml create mode 100644 public/categories/example/page/1/index.html create mode 100644 public/categories/hugo/index.html create mode 100644 public/categories/hugo/index.xml create mode 100644 public/categories/hugo/page/1/index.html create mode 100644 public/categories/index.html create mode 100644 public/categories/index.xml create mode 100644 public/categories/leekaso/index.html create mode 100644 public/categories/leekaso/index.xml create mode 100644 public/categories/leekaso/page/1/index.html create mode 100644 public/categories/machine-learning/index.html create mode 100644 public/categories/machine-learning/index.xml create mode 100644 public/categories/machine-learning/page/1/index.html create mode 100644 public/categories/page/1/index.html create mode 100644 public/categories/statistics/index.html create mode 100644 public/categories/statistics/index.xml create mode 100644 public/categories/statistics/page/1/index.html create mode 100644 public/categories/tech/index.html create mode 100644 public/categories/tech/index.xml create mode 100644 public/categories/tech/page/1/index.html (limited to 'public/categories') diff --git a/public/categories/example/index.html b/public/categories/example/index.html new file mode 100644 index 0000000..eedde77 --- /dev/null +++ b/public/categories/example/index.html @@ -0,0 +1,110 @@ + + + + + + + Example | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/categories/example/index.xml b/public/categories/example/index.xml new file mode 100644 index 0000000..bb8596a --- /dev/null +++ b/public/categories/example/index.xml @@ -0,0 +1,22 @@ + + + + Example on Hugo XMag + /categories/example/ + Recent content in Example 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/categories/example/page/1/index.html b/public/categories/example/page/1/index.html new file mode 100644 index 0000000..df524d5 --- /dev/null +++ b/public/categories/example/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/example/ + + + + + + diff --git a/public/categories/hugo/index.html b/public/categories/hugo/index.html new file mode 100644 index 0000000..e0abe10 --- /dev/null +++ b/public/categories/hugo/index.html @@ -0,0 +1,110 @@ + + + + + + + Hugo | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Example + + +
+

A Plain Markdown Post

+
+ Yihui Xie, Frida Gomam + / + 2017-02-14 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/categories/hugo/index.xml b/public/categories/hugo/index.xml new file mode 100644 index 0000000..f1cbed1 --- /dev/null +++ b/public/categories/hugo/index.xml @@ -0,0 +1,22 @@ + + + + Hugo on Hugo XMag + /categories/hugo/ + Recent content in Hugo 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/categories/hugo/page/1/index.html b/public/categories/hugo/page/1/index.html new file mode 100644 index 0000000..2dd6f85 --- /dev/null +++ b/public/categories/hugo/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/hugo/ + + + + + + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..65ed02d --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,121 @@ + + + + + + + Categories | Hugo XMag + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..91bca19 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,65 @@ + + + + Categories on Hugo XMag + /categories/ + Recent content in Categories on Hugo XMag + Hugo -- gohugo.io + en-us + Tue, 14 Feb 2017 00:00:00 +0000 + + Example + /categories/example/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /categories/example/ + + + + + Hugo + /categories/hugo/ + Tue, 14 Feb 2017 00:00:00 +0000 + + /categories/hugo/ + + + + + Machine Learning + /categories/machine-learning/ + Tue, 28 Jul 2015 00:00:00 +0000 + + /categories/machine-learning/ + + + + + Leekaso + /categories/leekaso/ + Mon, 27 Jul 2015 00:00:00 +0000 + + /categories/leekaso/ + + + + + Tech + /categories/tech/ + Sat, 25 Jul 2015 00:00:00 +0000 + + /categories/tech/ + + + + + Statistics + /categories/statistics/ + Fri, 24 Jul 2015 00:00:00 +0000 + + /categories/statistics/ + + + + + diff --git a/public/categories/leekaso/index.html b/public/categories/leekaso/index.html new file mode 100644 index 0000000..2992570 --- /dev/null +++ b/public/categories/leekaso/index.html @@ -0,0 +1,135 @@ + + + + + + + Leekaso | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + 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 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/categories/leekaso/index.xml b/public/categories/leekaso/index.xml new file mode 100644 index 0000000..681db3f --- /dev/null +++ b/public/categories/leekaso/index.xml @@ -0,0 +1,31 @@ + + + + Leekaso on Hugo XMag + /categories/leekaso/ + Recent content in Leekaso on Hugo XMag + Hugo -- gohugo.io + en-us + Mon, 27 Jul 2015 00:00:00 +0000 + + 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. + + + + diff --git a/public/categories/leekaso/page/1/index.html b/public/categories/leekaso/page/1/index.html new file mode 100644 index 0000000..5c43a94 --- /dev/null +++ b/public/categories/leekaso/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/leekaso/ + + + + + + diff --git a/public/categories/machine-learning/index.html b/public/categories/machine-learning/index.html new file mode 100644 index 0000000..56c8a9d --- /dev/null +++ b/public/categories/machine-learning/index.html @@ -0,0 +1,106 @@ + + + + + + + Machine Learning | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Machine Learning + + +
+

Jeff Leek can do zero-fold cross-validation

+
+ Thomas Lumley + / + 2015-07-28 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/categories/machine-learning/index.xml b/public/categories/machine-learning/index.xml new file mode 100644 index 0000000..ba83490 --- /dev/null +++ b/public/categories/machine-learning/index.xml @@ -0,0 +1,21 @@ + + + + Machine Learning on Hugo XMag + /categories/machine-learning/ + Recent content in Machine Learning 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. + + + + diff --git a/public/categories/machine-learning/page/1/index.html b/public/categories/machine-learning/page/1/index.html new file mode 100644 index 0000000..bed5d59 --- /dev/null +++ b/public/categories/machine-learning/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/machine-learning/ + + + + + + diff --git a/public/categories/page/1/index.html b/public/categories/page/1/index.html new file mode 100644 index 0000000..900d116 --- /dev/null +++ b/public/categories/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/ + + + + + + diff --git a/public/categories/statistics/index.html b/public/categories/statistics/index.html new file mode 100644 index 0000000..a713ffe --- /dev/null +++ b/public/categories/statistics/index.html @@ -0,0 +1,135 @@ + + + + + + + Statistics | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + 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/categories/statistics/index.xml b/public/categories/statistics/index.xml new file mode 100644 index 0000000..704ea45 --- /dev/null +++ b/public/categories/statistics/index.xml @@ -0,0 +1,31 @@ + + + + Statistics on Hugo XMag + /categories/statistics/ + Recent content in Statistics on Hugo XMag + Hugo -- gohugo.io + en-us + Fri, 24 Jul 2015 00:00:00 +0000 + + 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/categories/statistics/page/1/index.html b/public/categories/statistics/page/1/index.html new file mode 100644 index 0000000..75eaa51 --- /dev/null +++ b/public/categories/statistics/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/statistics/ + + + + + + diff --git a/public/categories/tech/index.html b/public/categories/tech/index.html new file mode 100644 index 0000000..e0e59a6 --- /dev/null +++ b/public/categories/tech/index.html @@ -0,0 +1,106 @@ + + + + + + + Tech | Hugo XMag + + + + + + + + + + +
+
+ + + + +
+
+ + + Tech + + +
+

Git commits to Jeff Leek

+
+ Martin J Frigaard + / + 2015-07-25 +
+ +
+ +
+ +
+ + + + + + + + + + + + + + diff --git a/public/categories/tech/index.xml b/public/categories/tech/index.xml new file mode 100644 index 0000000..472698b --- /dev/null +++ b/public/categories/tech/index.xml @@ -0,0 +1,21 @@ + + + + Tech on Hugo XMag + /categories/tech/ + Recent content in Tech on Hugo XMag + Hugo -- gohugo.io + en-us + Sat, 25 Jul 2015 00:00:00 +0000 + + 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. + + + + diff --git a/public/categories/tech/page/1/index.html b/public/categories/tech/page/1/index.html new file mode 100644 index 0000000..23a920c --- /dev/null +++ b/public/categories/tech/page/1/index.html @@ -0,0 +1,10 @@ + + + + /categories/tech/ + + + + + + -- cgit v1.2.3-70-g09d2