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

github.com/Softorage/HugoTheme-VibrantShadows.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanmayJoshi <sanmaycjoshi@gmail.com>2020-10-10 20:49:06 +0300
committerSanmayJoshi <sanmaycjoshi@gmail.com>2020-10-10 20:49:06 +0300
commit087053b6d44c0b1afb9ee2d94c7c50737c684f94 (patch)
tree3013ecec544bef20d3d858b90a82c55b561d5f84 /exampleSite/config.yaml
parentf78bacccee1f6457b46f1ae64d1279d0f3f4f3b3 (diff)
Following changes:
* Updated links to images on README * Updated 'faviconTags' parameter in config.yaml, to support Hugo's templating * Updated theme features * Added favicon for theme
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r--exampleSite/config.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 80cd807..dac912b 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -102,18 +102,18 @@ params:
postMeta:
family: "Lato" # must match to a css font-family | default: "Lato"
#cdnLink: "" # a link tag for font other than Lato and Roboto | recommended
- faviconTags: | # just copy paste all the tags here. Also, ensure that you have "purpose": "maskable" set for one icon in your site.webmanifest file (helps for pwa). Use https://realfavicongenerator.net, it's great
- <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
- <link rel="manifest" href="/assets/favicon/site.webmanifest">
- <link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#525252">
- <link rel="icon" href="/assets/favicon/favicon.ico" type="image/x-icon">
- <link rel="shortcut icon" href="/assets/favicon/favicon.ico" type="image/x-icon">
- <meta name="apple-mobile-web-app-title" content="ExampleBlog">
- <meta name="application-name" content="ExampleBlog">
- <meta name="msapplication-TileColor" content="#fff6f8">
- <meta name="msapplication-config" content="/assets/favicon/browserconfig.xml">
+ faviconTags: | # just copy paste all the tags here (Hugo templating supported). Also, ensure that you have "purpose": "maskable" set for one icon in your site.webmanifest file (helps for pwa). Use https://realfavicongenerator.net, it's great
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ site.BaseURL }}/assets/favicon/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="{{ site.BaseURL }}/assets/favicon/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="{{ site.BaseURL }}/assets/favicon/favicon-16x16.png">
+ <link rel="manifest" href="{{ site.BaseURL }}/assets/favicon/site.webmanifest">
+ <link rel="mask-icon" href="{{ site.BaseURL }}/assets/favicon/safari-pinned-tab.svg" color="#7817c4">
+ <link rel="icon" href="{{ site.BaseURL }}/assets/favicon/favicon.ico" type="image/x-icon">
+ <link rel="shortcut icon" href="{{ site.BaseURL }}/assets/favicon/favicon.ico" type="image/x-icon">
+ <meta name="apple-mobile-web-app-title" content="Vibrant Shadows Theme">
+ <meta name="application-name" content="Vibrant Shadows Theme">
+ <meta name="msapplication-TileColor" content="#ffffff">
+ <meta name="theme-color" content="#ffffff">
seo:
switch: "on" # accepts value: on/off | decide whether you want all the good seo meta tags | default: on
twitter: