Trivial typo fix (#32)
authorJustin Clift <justin@postgresql.org>
Thu, 31 Jan 2019 15:22:25 +0000 (02:22 +1100)
committerYihui Xie <xie@yihui.name>
Thu, 31 Jan 2019 15:22:25 +0000 (09:22 -0600)
README.md
exampleSite/content/_index.Rmarkdown
exampleSite/content/_index.markdown

index e1dc623c6a39897c31ea8eaa314029ad524036a9..2c1289bf37e2f876ca369f9b5b525f402aacb295 100644 (file)
--- 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)
index 0d19de218cfe91b819e062b22d270d37e93a27d0..9819e5da82bb1e56e01ca752d01348f8af12c6bc 100644 (file)
@@ -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.,
 
index a84d2b83e30e11767e63584a9ff647349c87bdd5..81fa7c42170227e7990a702164c21ab05b09358c 100644 (file)
@@ -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.,