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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shorter <davidshorter@users.noreply.github.com>2017-04-03 11:38:05 +0300
committerAdrián Moreno <adrian@morenomartinez.com>2017-04-03 11:38:05 +0300
commit9bdf4b7ea1e9a9a8249cbd0b92725fef1b1ddbb9 (patch)
treedce4fae15a1208f2aa0d938bdb7df9cba6076021 /exampleSite
parent0dbed9eae421530737e6aef2a692261f9a1376e8 (diff)
Add in support for meta tags. (#65)
* Add ability to define description and keyword tags * Update documentation * Update documentation * Update documentation * Update documentation * Update documentation * remove tab line endings
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/faq.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f6ffd76..0e19508 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -38,6 +38,8 @@ paginate = 10
[params]
viewMorePostLink = "/blog/"
author = "DevCows"
+ defaultKeywords = ["devows", "hugo", "go"]
+ defaultDescription = "Site template made by devcows using hugo"
# Google Maps API key (if not set will default to not passing a key.)
googleMapsApiKey = ""
diff --git a/exampleSite/content/faq.md b/exampleSite/content/faq.md
index db58901..4b3e509 100644
--- a/exampleSite/content/faq.md
+++ b/exampleSite/content/faq.md
@@ -1,5 +1,7 @@
+++
title = "FAQ"
+description = "Frequently asked questions"
+keywords = ["FAQ","How do I","questions","what if"]
+++
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.