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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2020-09-14 02:43:04 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-09-14 02:43:04 +0300
commit268725dc5c6cbf2a26f083f34ad0291e431c42c5 (patch)
tree641ebbf6914492d562105ac59f777f1944b27484 /exampleSite
parent05610d758c57d0668b982d4cbf2781c28e04b589 (diff)
adds ability to set meta descriptions for search from config file or content front matter
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0e56560..95b0dae 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -31,6 +31,7 @@ copyright = "&copy; Copyright Year, Your Name"
# Configuration Features
[params]
+ description = "Your meta description" # Your meta description of the site
header_title = "Your Name" # Your header title
header_subtitle = "Your Creative Subtitle" # Your header subtitle
home_image = "/images/avatar.png" # Path to header image starting from the static directory