-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
35 lines (30 loc) · 1.01 KB
/
config.toml
File metadata and controls
35 lines (30 loc) · 1.01 KB
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://formgate.dev"
languageCode = "en-us"
title = "Formgate"
themesDir = "./themes"
theme = "hugo-whisper-theme"
disableKinds = ["categories", "tags", "taxonomyTerm", "RSS"]
enableRobotsTXT = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[[menu.main]]
name = "Home"
url = "/"
weight = 100
[[menu.main]]
name = "Docs"
url = "/docs/"
weight = 200
[params]
homepage_button_link = '/docs'
homeoage_button_text = 'Read The Docs'
homepage_intro = ''
homepage_image = '/images/image.gif'
[params.homepage_meta_tags]
meta_description = "Formgate is a self-hosted solution for handling contact forms on your static websites. You just need to host a single instance of Formgate to handle the contact forms for all of your static websites."
meta_og_title = "Formgate - Self Hosted Form Handling Solution"
meta_og_type = "website"
meta_og_url = "https://formgate.dev"
meta_og_image = "https://"
meta_og_description = ""