From 495342e3c95351e163a5c07f758d8b8e6a4b8594 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Thu, 21 Jun 2018 16:03:45 +0430 Subject: [PATCH] update cryptolive config in docs --- .../modules/cryptocurrencies/cryptolive.md | 56 ++++++++++++------- 1 file changed, 36 insertions(+), 20 deletions(-) diff --git a/_site/content/posts/modules/cryptocurrencies/cryptolive.md b/_site/content/posts/modules/cryptocurrencies/cryptolive.md index bf38443b..2fd27310 100644 --- a/_site/content/posts/modules/cryptocurrencies/cryptolive.md +++ b/_site/content/posts/modules/cryptocurrencies/cryptolive.md @@ -28,33 +28,49 @@ None. ```yaml cryptolive: - colors: + enabled: true + position: + top: 5 + left: 2 + height: 1 + width: 2 + updateInterval: 15 + currencies: + BTC: + displayName: Bitcoin + to: + - USD + - EUR + - ETH + - LTC + - DOGE + LTC: + displayName: Ethereum + to: + - USD + - EUR + - BTC + top: + BTC: + displayName: Bitcoin + limit: 5 + to: + - USD + colors: from: name: coral displayName: grey to: name: white price: green - currencies: - BTC: - displayName: Bitcoin + top: + from: + name: grey + displayName: coral to: - - USD - - EUR - - ETH - ETH: - displayName: Ethereum - to: - - USD - - EUR - - ETH - enabled: true - position: - top: 5 - left: 2 - height: 1 - width: 2 - updateInterval: 15 + name: red + field: white + value: green ``` ### Attributes