update wc output
authorYihui Xie <xie@yihui.name>
Fri, 27 Oct 2017 02:56:35 +0000 (21:56 -0500)
committerYihui Xie <xie@yihui.name>
Fri, 27 Oct 2017 02:56:35 +0000 (21:56 -0500)
README.md
exampleSite/content/_index.markdown

index 0dd8a3d898676f1e2e609af04d5ed7265357fb8d..21c80167ee7ac2823911c831ffa30ab41b061326 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
        0 ./layouts/partials/head_custom.html
       20 ./layouts/partials/header.html
        7 ./static/css/fonts.css
-      50 ./static/css/style.css
-     137 total
+      51 ./static/css/style.css
+     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.
index df0a22b4b09208912974943d379c2bc77b471b90..d00f2d28e7b02a207a2907b7606b66193014ae3a 100644 (file)
@@ -25,8 +25,8 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
        0 ./layouts/partials/head_custom.html
       20 ./layouts/partials/header.html
        7 ./static/css/fonts.css
-      50 ./static/css/style.css
-     137 total
+      51 ./static/css/style.css
+     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.