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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2021-11-17 19:32:51 +0300
committervimux <vimux@protonmail.com>2021-11-17 19:32:51 +0300
commit2227539aac0fd5d2567de2319483c6814edb6041 (patch)
tree65d054f088a06b6ffda9ac5d56d8e665eb53cd2d
parenta22487a7d05a0d2e30ffeafb73979fac14cc5b25 (diff)
Update README.md: move deprecated params
I plan to remove these two parameters in early 2022, but for now, I'm separating them from the others.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 904f37a..bf5fd19 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,6 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
avatar = "img/avatar.png"
[Params]
- subtitle = "" # Deprecated in favor of .Site.Params.logo.subtitle
description = "John Doe's Personal blog about everything" # Site description. Used in meta description
copyright = "John Doe" # Footer copyright holder, otherwise will use site title
opengraph = true # Enable OpenGraph if true
@@ -84,10 +83,13 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" # Load Google Fonts
- highlightColor = "" # Deprecated in favor of .Site.Params.style.vars.highlightColor
customCSS = ["css/custom.css"] # Include custom CSS files
customJS = ["js/custom.js"] # Include custom JS files
+ # DEPRECATED PARAMS
+ subtitle = "" # Deprecated in favor of .Site.Params.logo.subtitle
+ highlightColor = "" # Deprecated in favor of .Site.Params.style.vars.highlightColor
+
[Params.style.vars]
highlightColor = "#e22d30" # Override highlight color