forked from tridactyl/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (36 loc) · 1.71 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
baseurl = "https://tridactyl.xyz/" # Your domain name. Must end with "/"
languageCode = "en-gb"
defaultContentLanguage = "en"
isMultilingual = false
title = "Tridactyl - a vim-like Firefox WebExtension"
theme = "sam"
pygmentsStyle = "native" #"monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"
[params]
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 GMT"
favicon = "" # "sam.ico" # Todo: replace this with Tridactyl icon
homepage = "home" # What to call the home page link
footerText = "Tridactyl - this site is licensed under BSD-3 - source available at [GitHub](https://github.com/tridactyl/site)"
# Metadata for Open Graph and Twitter
description = "Tridactyl - a vim-like Firefox WebExtension" # Max 160 characters show in search results
images = [] #["tn.png"] # Image that shows on Twitter cards and Open Graph links to the site
title = "Tridactyl - a vim-like Firefox WebExtension"
[[params.mainMenu]]
link = "/about"
text = "what is tridactyl?"
[[params.mainMenu]]
link = "/testimonials"
text = "testimonials"
[[params.mainMenu]]
link = "/chat"
text = "talk to us"
[[params.mainMenu]]
link = "/newsletters"
text = "newsletters"
[[params.mainMenu]]
link = "/ideas"
text = "google summer of code ideas page"
[imaging]
quality = 75