-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
30 lines (24 loc) · 948 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
baseURL = "/"
languageCode = "en-us"
title = "Genezio"
theme = "genezio-theme"
enableRobotsTXT = true
paginate = 9
[params]
primary_color = "#6f42c1"
[params.footer]
description = "genezio is a new paradigm in cloud native programming, making it accessible to everyone, allowing elegant and quick development of websites, mobile apps, IoT apps, and many others."
facebook = "https://www.facebook.com/profile.php?id=100086667803855"
twitter = "https://twitter.com/Geneziodev"
instagram = "https://www.instagram.com/genezio.dev/"
discord = "https://discord.com/invite/uc9H5YKjXv"
linkedin = "https://www.linkedin.com/company/genez-io/"
[permalinks]
posts = "/blog/:title/"
[outputFormats.imagessitemap]
baseName = 'imagessitemap'
mediaType = 'application/xml'
noUgly = true # default is false
[outputs]
page = [ "html"]
home = [ "html", "rss", "imagessitemap"]