diff options
Diffstat (limited to 'public/categories')
21 files changed, 1106 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Example | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Example</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/example">Example</a> + + + </div> + <h1><a href="/post/2017/02/14/a-plain-markdown-post/">A Plain Markdown Post</a></h1> + <div class="date-author"> + <span class="author">Yihui Xie, Frida Gomam +</span> / + <span class="date">2017-02-14</span> + </div> + <div class="summary"> + <a href="/post/2017/02/14/a-plain-markdown-post/"> + + + + + <div class="thumbnail"><img src="https://bookdown.org/yihui/blogdown/images/new-post.png" alt="Thumbnail" /></div> + + + + + + + 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. +[…] This is a post written in plain Markdown (*.md) instead of R Markdown (*.Rmd). The major differences are:… + </a> + </div> +</section> + +</main> +<nav></nav> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Example on Hugo XMag</title> + <link>/categories/example/</link> + <description>Recent content in Example on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Tue, 14 Feb 2017 00:00:00 +0000</lastBuildDate><atom:link href="/categories/example/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>A Plain Markdown Post</title> + <link>/post/2017/02/14/a-plain-markdown-post/</link> + <pubDate>Tue, 14 Feb 2017 00:00:00 +0000</pubDate> + + <guid>/post/2017/02/14/a-plain-markdown-post/</guid> + <description>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.</description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/example/</title> + <link rel="canonical" href="/categories/example/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/example/"> + </head> +</html> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Hugo | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Hugo</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/example">Example</a> + + + </div> + <h1><a href="/post/2017/02/14/a-plain-markdown-post/">A Plain Markdown Post</a></h1> + <div class="date-author"> + <span class="author">Yihui Xie, Frida Gomam +</span> / + <span class="date">2017-02-14</span> + </div> + <div class="summary"> + <a href="/post/2017/02/14/a-plain-markdown-post/"> + + + + + <div class="thumbnail"><img src="https://bookdown.org/yihui/blogdown/images/new-post.png" alt="Thumbnail" /></div> + + + + + + + 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. +[…] This is a post written in plain Markdown (*.md) instead of R Markdown (*.Rmd). The major differences are:… + </a> + </div> +</section> + +</main> +<nav></nav> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Hugo on Hugo XMag</title> + <link>/categories/hugo/</link> + <description>Recent content in Hugo on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Tue, 14 Feb 2017 00:00:00 +0000</lastBuildDate><atom:link href="/categories/hugo/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>A Plain Markdown Post</title> + <link>/post/2017/02/14/a-plain-markdown-post/</link> + <pubDate>Tue, 14 Feb 2017 00:00:00 +0000</pubDate> + + <guid>/post/2017/02/14/a-plain-markdown-post/</guid> + <description>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.</description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/hugo/</title> + <link rel="canonical" href="/categories/hugo/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/hugo/"> + </head> +</html> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Categories | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Categories</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<article> +<main> +<h1>Categories</h1> + +<ul class="terms"> + + <li> + <a href="/categories/example"> + example + </a> + (1) + </li> + + <li> + <a href="/categories/hugo"> + hugo + </a> + (1) + </li> + + <li> + <a href="/categories/leekaso"> + leekaso + </a> + (2) + </li> + + <li> + <a href="/categories/machine-learning"> + machine-learning + </a> + (1) + </li> + + <li> + <a href="/categories/statistics"> + statistics + </a> + (2) + </li> + + <li> + <a href="/categories/tech"> + tech + </a> + (1) + </li> + +</ul> +</main> +</article> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Categories on Hugo XMag</title> + <link>/categories/</link> + <description>Recent content in Categories on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Tue, 14 Feb 2017 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Example</title> + <link>/categories/example/</link> + <pubDate>Tue, 14 Feb 2017 00:00:00 +0000</pubDate> + + <guid>/categories/example/</guid> + <description></description> + </item> + + <item> + <title>Hugo</title> + <link>/categories/hugo/</link> + <pubDate>Tue, 14 Feb 2017 00:00:00 +0000</pubDate> + + <guid>/categories/hugo/</guid> + <description></description> + </item> + + <item> + <title>Machine Learning</title> + <link>/categories/machine-learning/</link> + <pubDate>Tue, 28 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/categories/machine-learning/</guid> + <description></description> + </item> + + <item> + <title>Leekaso</title> + <link>/categories/leekaso/</link> + <pubDate>Mon, 27 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/categories/leekaso/</guid> + <description></description> + </item> + + <item> + <title>Tech</title> + <link>/categories/tech/</link> + <pubDate>Sat, 25 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/categories/tech/</guid> + <description></description> + </item> + + <item> + <title>Statistics</title> + <link>/categories/statistics/</link> + <pubDate>Fri, 24 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/categories/statistics/</guid> + <description></description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Leekaso | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Leekaso</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/leekaso">Leekaso</a> + + + </div> + <h1><a href="/post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/">Correlation implies whatever Jeff Leek tells it to imply</a></h1> + <div class="date-author"> + <span class="author">Kenny Shirley +</span> / + <span class="date">2015-07-27</span> + </div> + <div class="summary"> + <a href="/post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/"> + + + <div class="thumbnail"><img src="https://db.yihui.org/imgur/3mdv0k9.jpg" alt="Thumbnail" /></div> + + + + + + 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… + </a> + </div> +</section> + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/leekaso">Leekaso</a> + + + </div> + <h1><a href="/post/2015/07/26/jeff-leek-counted-to-infinity.-twice./">Jeff Leek counted to infinity. Twice.</a></h1> + <div class="date-author"> + <span class="author">Brian Caffo +</span> / + <span class="date">2015-07-26</span> + </div> + <div class="summary"> + <a href="/post/2015/07/26/jeff-leek-counted-to-infinity.-twice./"> + + + <div class="thumbnail"><img src="https://db.yihui.org/imgur/2R9iyPv.jpg" alt="Thumbnail" /></div> + + + + + + 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… + </a> + </div> +</section> + +</main> +<nav></nav> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Leekaso on Hugo XMag</title> + <link>/categories/leekaso/</link> + <description>Recent content in Leekaso on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Mon, 27 Jul 2015 00:00:00 +0000</lastBuildDate><atom:link href="/categories/leekaso/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Correlation implies whatever Jeff Leek tells it to imply</title> + <link>/post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/</link> + <pubDate>Mon, 27 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/27/correlation-implies-whatever-jeff-leek-tells-it-to-imply/</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. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + <item> + <title>Jeff Leek counted to infinity. Twice.</title> + <link>/post/2015/07/26/jeff-leek-counted-to-infinity.-twice./</link> + <pubDate>Sun, 26 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/26/jeff-leek-counted-to-infinity.-twice./</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. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/leekaso/</title> + <link rel="canonical" href="/categories/leekaso/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/leekaso/"> + </head> +</html> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Machine Learning | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Machine Learning</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/machine-learning">Machine Learning</a> + + + </div> + <h1><a href="/post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/">Jeff Leek can do zero-fold cross-validation</a></h1> + <div class="date-author"> + <span class="author">Thomas Lumley +</span> / + <span class="date">2015-07-28</span> + </div> + <div class="summary"> + <a href="/post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/"> + + + <div class="thumbnail"><img src="https://db.yihui.org/imgur/CwBsAqs.png" alt="Thumbnail" /></div> + + + + + + 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… + </a> + </div> +</section> + +</main> +<nav></nav> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Machine Learning on Hugo XMag</title> + <link>/categories/machine-learning/</link> + <description>Recent content in Machine Learning on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Tue, 28 Jul 2015 00:00:00 +0000</lastBuildDate><atom:link href="/categories/machine-learning/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Jeff Leek can do zero-fold cross-validation</title> + <link>/post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/</link> + <pubDate>Tue, 28 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/28/jeff-leek-can-do-zero-fold-cross-validation/</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. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/machine-learning/</title> + <link rel="canonical" href="/categories/machine-learning/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/machine-learning/"> + </head> +</html> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/</title> + <link rel="canonical" href="/categories/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/"> + </head> +</html> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Statistics | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Statistics</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/statistics">Statistics</a> + + + </div> + <h1><a href="/post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/">Jeff Leek always obtains unbiased estimators</a></h1> + <div class="date-author"> + <span class="author">Mauricio Vargas +</span> / + <span class="date">2015-07-24</span> + </div> + <div class="summary"> + <a href="/post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/"> + + + <div class="thumbnail"><img src="https://db.yihui.org/imgur/4rHon0B.png" alt="Thumbnail" /></div> + + + + + + 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… + </a> + </div> +</section> + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/statistics">Statistics</a> + + + </div> + <h1><a href="/post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/">Jeff Leek is the Uniformly Most Powerful Jeff</a></h1> + <div class="date-author"> + <span class="author">Michael Hoffman +</span> / + <span class="date">2015-07-23</span> + </div> + <div class="summary"> + <a href="/post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/"> + + + <div class="thumbnail"><img src="https://db.yihui.org/images/saga7.gif" alt="Thumbnail" /></div> + + + + + + 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… + </a> + </div> +</section> + +</main> +<nav></nav> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Statistics on Hugo XMag</title> + <link>/categories/statistics/</link> + <description>Recent content in Statistics on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Fri, 24 Jul 2015 00:00:00 +0000</lastBuildDate><atom:link href="/categories/statistics/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Jeff Leek always obtains unbiased estimators</title> + <link>/post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/</link> + <pubDate>Fri, 24 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/24/jeff-leek-always-obtains-unbiased-estimators/</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. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + <item> + <title>Jeff Leek is the Uniformly Most Powerful Jeff</title> + <link>/post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/</link> + <pubDate>Thu, 23 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/23/jeff-leek-is-the-uniformly-most-powerful-jeff/</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. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/statistics/</title> + <link rel="canonical" href="/categories/statistics/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/statistics/"> + </head> +</html> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Tech | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Tech</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/tech">Tech</a> + + + </div> + <h1><a href="/post/2015/07/25/git-commits-to-jeff-leek/">Git commits to Jeff Leek</a></h1> + <div class="date-author"> + <span class="author">Martin J Frigaard +</span> / + <span class="date">2015-07-25</span> + </div> + <div class="summary"> + <a href="/post/2015/07/25/git-commits-to-jeff-leek/"> + + + <div class="thumbnail"><img src="https://db.yihui.org/images/git-diff-gui.png" alt="Thumbnail" /></div> + + + + + + 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… + </a> + </div> +</section> + +</main> +<nav></nav> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Tech on Hugo XMag</title> + <link>/categories/tech/</link> + <description>Recent content in Tech on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Sat, 25 Jul 2015 00:00:00 +0000</lastBuildDate><atom:link href="/categories/tech/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Git commits to Jeff Leek</title> + <link>/post/2015/07/25/git-commits-to-jeff-leek/</link> + <pubDate>Sat, 25 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/25/git-commits-to-jeff-leek/</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. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/tech/</title> + <link rel="canonical" href="/categories/tech/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/tech/"> + </head> +</html> |
