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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-07-08 13:29:15 +0300
committerdataCobra <datacobra@thinkbot.de>2021-07-08 13:29:15 +0300
commit51e724e2e6c1d8dae29404ee3d0c9bcf586ab533 (patch)
tree8d04455f91ca98dd2a0c9d4d5b5381b5258d96e0
parent9244c96b9117fd4105ebbd23a7ee3c3baddaf42e (diff)
Fix param names in documentation from PR #59
-rw-r--r--exampleSite/config.toml6
-rw-r--r--features.txt18
2 files changed, 12 insertions, 12 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 21f6f16..7001911 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -58,7 +58,7 @@ googleAnalytics = ""
#disableTaxoTypes = [""]
# Custom CSS applied to default styles. (Path could be "static/css/")
- #customCSS = "css/custom.css"
+ #customcss = "css/custom.css"
# Show reading time on a post
readingTime = false
@@ -67,10 +67,10 @@ googleAnalytics = ""
wordCount = false
# Show author on a post (groups with readingTime and wordCount)
- hideAuthorOnPost = true
+ hideAuthor = true
# Custom JavaScript
-[params.customJS]
+[params.customjs]
# enable Javascript by setting to true
#enabled = true
# add a filepath (could be "static/js/")
diff --git a/features.txt b/features.txt
index 8d7ca82..b60c196 100644
--- a/features.txt
+++ b/features.txt
@@ -2,15 +2,15 @@
.Site.Params.keywords # Add meta keywords in head part (Site Keywords or Tags of Page)
.Site.Params.description # Add meta description in head part (Site Description or Description of Page)
.Site.Params.math # Add math typesetting with KaTeX (Global with this param)
-.Site.Params.customCSS # Add path to customCSS you want to add to the theme
-.Site.Params.customJS.enabled # Enable/Disable customJS
-.Site.Params.customJS.src # add the source path
-.Site.Params.customJS.referrerpolicy # specifies which referrer information to send when fetching the script
-.Site.Params.customJS.nomodule # specifies that the script should not be executed in browsers supporting ES2015 modules
-.Site.Params.customJS.integrity # allows a browser to check for integrity to ensure the code hasn't been manipulated
-.Site.Params.customJS.defer # execute the script when page has finished parsing (external only)
-.Site.Params.customJS.crossorigin # sets the mode of the request to an http cors request
-.Site.Params.customJS.async # executes the script asynchronously (external only)
+.Site.Params.customcss # Add path to customCSS you want to add to the theme
+.Site.Params.customjs.enabled # Enable/Disable customJS
+.Site.Params.customjs.src # add the source path
+.Site.Params.customjs.referrerpolicy # specifies which referrer information to send when fetching the script
+.Site.Params.customjs.nomodule # specifies that the script should not be executed in browsers supporting ES2015 modules
+.Site.Params.customjs.integrity # allows a browser to check for integrity to ensure the code hasn't been manipulated
+.Site.Params.customjs.defer # execute the script when page has finished parsing (external only)
+.Site.Params.customjs.crossorigin # sets the mode of the request to an http cors request
+.Site.Params.customjs.async # executes the script asynchronously (external only)
.Site.Params.pagetitle # Add pagetitle to homepage <title> tag
.Site.Params.avatar # Add a avatar to your website
.Site.Params.subtitle # Add a subtitle to your website