From b7d104c0905da57a398dee3b5610ddbc2ab31e06 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Fri, 2 Feb 2024 09:46:24 -0600 Subject: [PATCH] 137 is closer to 140 than 130 --- README.md | 2 +- exampleSite/content/_index.Rmarkdown | 2 +- exampleSite/content/_index.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cd5279..ea15b29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## _Keep it simple, but not simpler_ -**XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 130 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). +**XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 140 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). ```bash diff --git a/exampleSite/content/_index.Rmarkdown b/exampleSite/content/_index.Rmarkdown index bae7bb6..0b07455 100644 --- a/exampleSite/content/_index.Rmarkdown +++ b/exampleSite/content/_index.Rmarkdown @@ -8,7 +8,7 @@ title: Home ## _Keep it simple, but not simpler_ -**XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 130 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). +**XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 140 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). ```{bash, comment='', echo=3, eval=Sys.which('bash') != '', message=FALSE} cd ../..; diff --git a/exampleSite/content/_index.markdown b/exampleSite/content/_index.markdown index 5a92003..912e4c6 100644 --- a/exampleSite/content/_index.markdown +++ b/exampleSite/content/_index.markdown @@ -8,7 +8,7 @@ title: Home ## _Keep it simple, but not simpler_ -**XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 130 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). +**XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 140 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). ```bash