-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.toml
36 lines (24 loc) · 974 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title = 'Software Ecosystem Dashboard for Arm'
baseURL = '/'
languageCode = 'en-us'
theme = "arm-design-system-hugo-theme"
enableGitInfo = true
enableRobotsTXT = false
[deployment]
[[deployment.targets]]
name = "aws"
URL = "s3://armsoftwaredev.tk?region=us-east-1"
cloudFrontDistributionID = "EBSHXJ6P4DYP8"
[frontmatter]
lastmod = [ "lastmod", ":git", "date", "publishDate" ]
[params]
# location of assets
assetsDir = "assets"
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/ArmDeveloperEcosystem/ecosystem-dashboard-for-arm"
arm_url = "https://www.arm.com/developer-hub/ecosystem-dashboard/"
# For metadata posting on socials
title = 'Software Ecosystem Dashboard for Arm'
description = 'Discover what software packages work on Arm servers and how to get started. A great resource for migrating to Arm.'
social_image = '/img/social-image.jpg'
twitter_handle = '@ArmSoftwareDev'