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:
Diffstat (limited to 'exampleSite/content/posts/readme.md')
-rw-r--r--exampleSite/content/posts/readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/content/posts/readme.md b/exampleSite/content/posts/readme.md
index 361ee86..560ff16 100644
--- a/exampleSite/content/posts/readme.md
+++ b/exampleSite/content/posts/readme.md
@@ -67,6 +67,7 @@ You can change the default mode and accent colors in the config:
[params.style]
# Dark mode as default
+ # User preferences (site/system settings) will still have priority over it
# The default is false
isDark = true
@@ -153,6 +154,7 @@ Here's an example of config file:
linkedin = [ "<username>" ]
medium = [ "<username>" ]
reddit = [ "<username>" ]
+ snapchat = [ "<username>" ]
soundcloud = [ "<username>" ]
stackOverflow = [ "<username>" ]
strava = [ "<username>" ]
@@ -161,6 +163,7 @@ Here's an example of config file:
twitter = [ "<username>", "@birb" ]
vimeo = [ "<username>" ]
whatsapp = [ "<number>" ]
+ xing = [ "<username>" ]
youtube = [ "<channelid>" ]
#entry = [ "username", "label (optional)" ]
@@ -317,6 +320,10 @@ More possible params for your config file:
[params.style]
+ # Disable the use of system settings (prefers-color-scheme)
+ # The default is false
+ ignoreSystemSettings = true
+
# Use an icon or text for footnote return links
# The default is false
hasIconAsFootnoteReturnLink = true