2023-07-02 00:15:25 +02:00
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------
theme = "hugo-story"
2024-03-26 12:26:41 +01:00
title = "AGR - Actionable Risk Intelligence"
copyright = "{year}"
2023-07-02 00:15:25 +02:00
## -----------------------------------------------
## Publish
## -----------------------------------------------
relativeURLs = "true"
#canonifyURLs = "true"
# Local
baseURL = "/"
publishDir = "public"
# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"
## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------
2024-03-26 12:26:41 +01:00
disableKinds = [ "taxonomy" , "section" ]
2023-07-02 00:15:25 +02:00
## -----------------------------------------------
## Site Parameters
## -----------------------------------------------
[ Params ]
2024-03-26 12:26:41 +01:00
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
2023-07-02 00:15:25 +02:00
[ Params . social ]
2024-03-26 12:26:41 +01:00
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"
2023-07-02 00:15:25 +02:00
[ Params . asset ]
2024-03-26 12:26:41 +01:00
[ 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