forked from Git/hugo-story
Update config/_default/config.toml
This commit is contained in:
parent
42ccd8ddb5
commit
f27611e3c6
|
@ -3,6 +3,8 @@
|
||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
|
|
||||||
theme = "hugo-story"
|
theme = "hugo-story"
|
||||||
|
title = "AGR - Actionable Risk Intelligence"
|
||||||
|
copyright = "{year}"
|
||||||
|
|
||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
## Publish
|
## Publish
|
||||||
|
@ -24,15 +26,55 @@ publishDir = "public"
|
||||||
## Hugo Built-in Features
|
## Hugo Built-in Features
|
||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
|
|
||||||
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
disableKinds = ["taxonomy", "section"]
|
||||||
# googleAnalytics = "G-XXXXXXXXXX"
|
|
||||||
|
|
||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
## Site Parameters
|
## Site Parameters
|
||||||
## -----------------------------------------------
|
## -----------------------------------------------
|
||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
|
description = "AGR Asia Solutions is a boutique business intelligence firm based in Singapore with over 30 years of experience in providing actionable risk intelligence solutions to SMEs & multinationals"
|
||||||
|
logo = "images/banner.jpg"
|
||||||
|
favicon = true
|
||||||
|
|
||||||
[Params.social]
|
[Params.social]
|
||||||
|
git = "https://git.9x0rg.com/x0rg/hugo-story-agr"
|
||||||
|
twitter = "https://twitter.com/"
|
||||||
|
email = "hello@agr.asia"
|
||||||
|
linkedin = "https://www.linkedin.com/company/agr-asia-solutions/about/"
|
||||||
|
mastodon = "https://pleroma.envs.net/@agr"
|
||||||
|
|
||||||
[Params.asset]
|
[Params.asset]
|
||||||
|
|
||||||
|
[privacy]
|
||||||
|
[privacy.disqus]
|
||||||
|
disable = true
|
||||||
|
[privacy.googleAnalytics]
|
||||||
|
disable = true
|
||||||
|
[privacy.instagram]
|
||||||
|
disable = true
|
||||||
|
[privacy.twitter]
|
||||||
|
disable = true
|
||||||
|
[privacy.vimeo]
|
||||||
|
disable = true
|
||||||
|
[privacy.youtube]
|
||||||
|
disable = true
|
||||||
|
|
||||||
|
[params.csp]
|
||||||
|
childsrc = ["'self'"]
|
||||||
|
fontsrc = ["'self'"]
|
||||||
|
formaction = ["'self'"]
|
||||||
|
framesrc = ["'self'"]
|
||||||
|
imgsrc = ["'self'"]
|
||||||
|
objectsrc = ["'none'"]
|
||||||
|
stylesrc = ["'self'"]
|
||||||
|
scriptsrc = ["'self'"]
|
||||||
|
|
||||||
|
[params.search]
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
[sitemap]
|
||||||
|
changeFreq = 'monthly'
|
||||||
|
filename = 'sitemap.xml'
|
||||||
|
priority = -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue