-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (46 loc) · 1.18 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
baseURL = 'https://responsibleai.tech'
languageCode = 'en-us'
title = 'Responsible Artificial Intelligence LLC'
theme = 'ananke'
googleAnalytics = "G-55LMT8P8F5"
enableRobotsTXT = true
[[menu.main]]
identifier = 'about'
name = 'Jiahao'
url = '/about/'
weight = 100
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
weight = 110
[[menu.main]]
identifier = 'substack'
name = 'Substack'
url = 'https://raillc.substack.com'
weight = 120
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
author = "Jiahao Chen"
favicon = "brand/rai-llc-logo-sm.png"
site_logo = "brand/rai-llc-logo-sm.png"
description = "Consultancy services for AI/ML and its uses in regulated industries"
[[params.ananke_socials]]
name = "facebook"
url = "https://facebook.com/responsibleai"
[[params.ananke_socials]]
name = "github"
url = "https://github.com/rai-llc"
[[params.ananke_socials]]
name = "linkedin"
url = "https://www.linkedin.com/company/rai-llc"
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/llc_rai"
[[params.ananke_socials]]
name = "mastodon"
url = "https://mastodon.social/@responsibleai"
rel = "me noopener"