-
Notifications
You must be signed in to change notification settings - Fork 24
/
config.toml
66 lines (50 loc) · 1.83 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
baseURL = '/'
languageCode = 'en-us'
title = 'Arm Software Developers'
theme = "arm-design-system-hugo-theme"
enableGitInfo = true
enableRobotsTXT = true
[deployment]
[[deployment.targets]]
name = "aws"
URL = "s3://armswdev.tk?region=us-east-1"
cloudFrontDistributionID = "E1KJFR5JSKYU64"
[frontmatter]
lastmod = [ "lastmod", ":git", "date", "publishDate" ]
[taxonomies]
subject = "subjects"
operatingsystem = "operatingsystems"
skilllevel = "skilllevels"
tool_software_language = "tools_software_languages"
armip = "armips"
[permalinks]
tools_software_languages = "/tag/:slug/"
operatingsystem = "/tag/:slug/"
subjects = "/tag/:slug/"
[related]
threshold = 0
includeNewer = true
toLower = false
[[related.indices]]
name = "software"
weight = 100
[[related.indices]]
name = "tools"
weight = 80
[[related.indices]]
name = "armips"
weight = 50
[params]
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/zachlas/arm-software-developers-ads"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo = "https://github.com/zachlas/arm-software-developers-ads"
# Specify a value here if your content directory is not in your repo's root directory
# github_subdir = ""
# Uncomment this if your GitHub repo does not have "main" as the default branch,
# or specify a new value if you want to reference another branch in your GitHub links
github_branch= "main"
# For metadata posting on socials
title = 'Arm Learning Paths'
description = 'Learn about software development and tools for all types of Arm platforms'
image = '/img/logo.png'