forked from Git/hugo-story
80 lines
2.0 KiB
TOML
80 lines
2.0 KiB
TOML
## -----------------------------------------------
|
|
## Basic Configuration
|
|
## -----------------------------------------------
|
|
|
|
theme = "hugo-story"
|
|
title = "AGR - Actionable Risk Intelligence"
|
|
copyright = "{year}"
|
|
|
|
## -----------------------------------------------
|
|
## Publish
|
|
## -----------------------------------------------
|
|
|
|
relativeURLs = "true"
|
|
#canonifyURLs = "true"
|
|
|
|
# Local
|
|
baseURL = "https://agr.asia/"
|
|
publishDir = "public"
|
|
|
|
# Remote
|
|
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
|
|
#publishDir = "//centos/sites/hugodev/hugostory/"
|
|
|
|
|
|
## -----------------------------------------------
|
|
## Hugo Built-in Features
|
|
## -----------------------------------------------
|
|
|
|
disableKinds = ["taxonomy", "section"]
|
|
|
|
## -----------------------------------------------
|
|
## Site Parameters
|
|
## -----------------------------------------------
|
|
|
|
[Params]
|
|
description = "AGR is a boutique business intelligence firm based in Asia with over 30 years of experience in providing actionable intelligence and risk management solutions to SMEs and multinationals. The company's geographical coverage includes Southeast Asia and South Asia, the Middle East and North Africa, the Middle East and some countries in West Africa."
|
|
logo = "images/banner.jpg"
|
|
favicon = true
|
|
|
|
[Params.social]
|
|
git = "https://git.9x0rg.com/x0rg/hugo-story-agr"
|
|
email = "hello@agr.asia"
|
|
linkedin = "https://www.linkedin.com/company/agr-risk-intelligence/"
|
|
mastodon = "https://pleroma.envs.net/@agr"
|
|
|
|
[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
|
|
|