-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
25 lines (20 loc) · 891 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
baseURL = 'https://vocode.dev/'
languageCode = 'en-us'
title = 'Vocode'
theme = "paper"
[params]
# color style
color = 'linen' # linen, wheat, gray, light
# header social icons
twitter = 'vocodehq' # twitter.com/YOUR_TWITTER_ID
github = 'vocodedev' # github.com/YOUR_GITHUB_ID
rss = true # show rss icon
# home page profile
avatar = '/vocode_logo.jpeg'
name = 'Vocode'
bio = 'Vocode is an open-source library for building voice-based LLM applications.'
# misc
disableHLJS = true # disable highlight.js
monoDarkIcon = true # show monochrome dark mode icon
# gravatarCdn = 'GRAVATAR_CDN_LINK' # e.g. 'https://cdn.v2ex.com/gravatar/'
# graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)