aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Clift <justin@postgresql.org>2019-02-01 02:22:25 +1100
committerYihui Xie <xie@yihui.name>2019-01-31 09:22:25 -0600
commitdf70ce30b6c512c1c90fcbfa094ee2553c157821 (patch)
tree8d5f50f0beff04a18686bc53a1830e67a1dfc304
parent736206d32675c3db79687da7c2e02a5f86e2007d (diff)
downloadzk-theme-df70ce30b6c512c1c90fcbfa094ee2553c157821.tar.gz
zk-theme-df70ce30b6c512c1c90fcbfa094ee2553c157821.zip
Trivial typo fix (#32)
-rw-r--r--README.md2
-rw-r--r--exampleSite/content/_index.Rmarkdown2
-rw-r--r--exampleSite/content/_index.markdown2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e1dc623..2c1289b 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,6 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
138 total
```
-I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
+I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
[![Screenshot](https://github.com/yihui/hugo-xmin/raw/master/images/screenshot.png)](https://xmin.yihui.name)
diff --git a/exampleSite/content/_index.Rmarkdown b/exampleSite/content/_index.Rmarkdown
index 0d19de2..9819e5d 100644
--- a/exampleSite/content/_index.Rmarkdown
+++ b/exampleSite/content/_index.Rmarkdown
@@ -15,7 +15,7 @@ cd ../..;
find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l
```
-I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
+I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
Although it is a minimal theme, it is actually fully functional. It supports pages (including the home page), blog posts, a navigation menu, categories, tags, and RSS. With [a little bit customization](https://github.com/yihui/hugo-xmin/blob/master/exampleSite/layouts/partials/foot_custom.html), it can easily support LaTeX math expressions, e.g.,
diff --git a/exampleSite/content/_index.markdown b/exampleSite/content/_index.markdown
index a84d2b8..81fa7c4 100644
--- a/exampleSite/content/_index.markdown
+++ b/exampleSite/content/_index.markdown
@@ -29,7 +29,7 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
138 total
```
-I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
+I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
Although it is a minimal theme, it is actually fully functional. It supports pages (including the home page), blog posts, a navigation menu, categories, tags, and RSS. With [a little bit customization](https://github.com/yihui/hugo-xmin/blob/master/exampleSite/layouts/partials/foot_custom.html), it can easily support LaTeX math expressions, e.g.,