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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmaguiar <rmaguiar@tuta.io>2020-07-22 00:59:00 +0300
committerrmaguiar <rmaguiar@tuta.io>2020-07-22 00:59:00 +0300
commit54b21900897539aacfa05b1923d19a56a19651c2 (patch)
tree47ac0a9a71746e2c238d54a4df8d68be13048e41 /README.md
parent171e7b786253c2aa97c5c720e255cfaff1cec9e8 (diff)
Add font preloading and minor changes
* Add font preloading * Fix missing default value for markupAutoResizeWidth * Replace Riot with Element (rebranding) * Other minor changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index 472be03..e7db8a9 100644
--- a/README.md
+++ b/README.md
@@ -162,28 +162,29 @@ Here's an example of config file:
# The "entry" here IS important. It's used to load the data.
[params.social.decentralized]
+
+ [params.social.decentralized.element]
+ 1 = [ "https://app.element.io/#/user/<username>:matrix.org", "matrix.org" ]
+ #entry = [ "full url", "label (required)" ]
+
[params.social.decentralized.funkwhale]
1 = [ "https://open.audio/<username>", "open.audio" ]
- #entry = [ "full url", "label (required)" ]
[params.social.decentralized.mastodon]
1 = [ "https://mastodon.social/<username>", "mastodon.social" ]
2 = [ "https://mastodon.too/<username>", "mastodon.too" ]
3 = [ "https://yet.another.one/<username>", "yet.another.one" ]
-
+
[params.social.decentralized.matrix]
1 = [ "https://matrix.to/#/<username>:matrix.org", "matrix.org" ]
2 = [ "https://matrix.to/#/<username>:other.org", "other.org" ]
-
+
[params.social.decentralized.peertube]
1 = [ "https://peertube.something/accounts/<username>", "peertube.something" ]
-
+
[params.social.decentralized.pixelfed]
1 = [ "https://pixelfed.social/<username>", "pixelfed.social" ]
-
- [params.social.decentralized.riot]
- 1 = [ "https://riot.im/app/#/user/<username>:matrix.org", "matrix.org" ]
-
+
# The "entry" here ISN'T important. It's used for nothing.
```