hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git
commit b44d370f89d54d5ebd53a417b87b7f1daf61e518
parent 429640eabc2ffde76d116dcbf520ee556eb918ca
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 17:32:18 -0600

Update README

Diffstat:
MREADME.org | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.org b/README.org
@@ -10,16 +10,16 @@ What is retained though is support for multilingual page contents. The result is
 
 #+BEGIN_EXAMPLE
   $ find . -path '*/layouts/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l
-     6 ./layouts/partials/css/color.css
-     0 ./layouts/partials/css/custom.css
-    34 ./layouts/partials/css/style.css
+    10 ./layouts/partials/css/color.css
+     7 ./layouts/partials/css/custom.css
+    22 ./layouts/partials/css/style.css
      1 ./layouts/partials/footer.html
      0 ./layouts/partials/head_custom.html
-    15 ./layouts/partials/nav.html
+    16 ./layouts/partials/nav.html
      7 ./layouts/partials/head.html
-     6 ./layouts/_default/single.html
-    14 ./layouts/_default/list.html
-    11 ./layouts/_default/baseof.html
+     1 ./layouts/_default/single.html
+    13 ./layouts/_default/list.html
+    17 ./layouts/_default/baseof.html
     94 total
 #+END_EXAMPLE
 
@@ -28,6 +28,6 @@ Djem So utilizes a 4-color-palette, and by default uses the [[https://en.wikiped
 
 All customization can be done via overriding default files:
 
-- to change the color palette, override =/layouts/partials/css/color.css=;
-- to add custom CSS rules like font settings, override =/layouts/partials/css/custom.css=;
+- to assign colors from the palette to tags, override =/layouts/partials/css/color.css=;
+- to add custom CSS rules like font settings or use a different color palette, override =/layouts/partials/css/custom.css= (an empty =custom.css= will prevent any component color from being specified);
 - to load additional scripts, or add meta data, override =/layouts/partials/head_custom.html=.