mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-21 07:59:19 +02:00
137 is closer to 140 than 130
This commit is contained in:
parent
ab04111358
commit
b7d104c090
|
@ -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
|
||||
|
|
|
@ -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 ../..;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue