Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-26 00:25:49 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-26 00:25:49 +0300
commit3571e04f413f6bff3de812d49d15497af52040d9 (patch)
tree60d216430bebfd1c28de8aa4fac1aa8510384e45
parentb08f42449f22c12815faa9bb355051f38cab4e14 (diff)
Add color customization to the page
-rw-r--r--README.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.md b/README.md
index 008c581..c09b18d 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,30 @@
Customizable, monochromatic and minimalist [hugo](https://gohugo.io/) theme for personal blogs.
-Made with <3 by [Humberto Rocha](https://humberto.io)
+## Customize Colors
-![theme image](/images/screenshot.png)
+The theme colors can be customized by changing the `themeColor` and `themeInverseColor` variables at params:
+
+```yaml
+params:
+ themeColor: "#000000"
+ themeInverseColor: "#ffffff"
+```
+
+![theme colors image](/images/tn.png)
+
+## Home page and Logo
+
+The website logo can be set with the variable `siteLogo` while the variable `description` will be the displayed at the website home page.
+
+```yaml
+params:
+ description: Welcome to my blog...
+ siteLogo: "logo-photo.png"
+```
You check [my blog](https://humberto.io) to see the theme fully running.
+![theme image](/images/screenshot.png)
+
**Obs:** This theme uses pipes to compile sass so you'll have to use hugo extensions.