1
0
forked from Git/hugo-story
agr.asia/config/_default/config.toml

80 lines
2.0 KiB
TOML
Raw Normal View History

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
2024-04-19 18:35:37 +02:00
baseURL = "https://agr.asia/"
2023-07-02 00:15:25 +02:00
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-04-19 18:32:37 +02:00
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."
2024-03-26 12:26:41 +01:00
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"
email = "hello@agr.asia"
2024-04-19 18:32:37 +02:00
linkedin = "https://www.linkedin.com/company/agr-risk-intelligence/"
2024-03-26 12:26:41 +01:00
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