forked from trinodb/trino.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (31 loc) · 878 Bytes
/
_config.yml
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
# Jekyll configuration
url: "https://trino.io"
description: >-
Trino is a high performance, distributed SQL query engine for big data.
twitter:
username: trinodb
collections:
posts:
permalink: /blog/:year/:month/:day/:title.html
episodes:
output: true
exclude:
- ".gitignore"
- "Gemf*"
- "README.md"
# Custom variables
trino_version: 450
conduct_email: [email protected]
slack_join: "https://join.slack.com/t/trinodb/shared_invite/zt-2jfq9px8x-EIYCEqAdY7pyUSp_nArv6A"
slack_fqdn: trinodb.slack.com
github_org_url: "https://github.com/trinodb"
github_repo_url: "https://github.com/trinodb/trino"
google_ga4: G-RJ94STKPJ5
google_ua: UA-133457846-1
google_audience: AW-1036784065
linkedin_audience: 2842796
twitter_user: trinodb
twitter_hashtag: trinodb
youtube_channel: trinodb
paginate: 12 # Number of blog posts per page
paginate_path: "/blog/:num"