forked from chipsalliance/chips-alliance-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (26 loc) · 839 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
baseURL = 'https://www.chipsalliance.org/'
languageCode = 'en-us'
title = 'CHIPS Alliance'
buildFuture = true
[markup.goldmark.renderer]
unsafe= true
googleAnalytics = 'G-H0KF2YZTR7'
[params]
description = 'CHIPS (Common Hardware for Interfaces, Processors and Systems) Alliance harnesses the energy of open source collaboration to accelerate hardware development.'
images = ['images/chips-alliance-share.jpg']
title = 'CHIPS Alliance'
[social]
twitter = 'chipsalliance'
[module]
[[module.imports]]
path = "tac"
[[module.imports.mounts]]
source = "workgroups"
target = "content/workgroups"
[[module.imports.mounts]]
source = "projects/project-data-files/"
target = "data"
includeFiles = '*.yml'
[[module.imports.mounts]]
source = "projects/logos"
target = "static/images/projects"