-
Notifications
You must be signed in to change notification settings - Fork 30
/
_config.yml
55 lines (52 loc) · 1.14 KB
/
_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
title: PGroonga
markdown: kramdown
highlighter: rouge
pgroonga_version: 3.2.4
pgroonga_release_date: 2024-10-03
postgresql_doc_base_url:
en: https://www.postgresql.org/docs/17
ja: https://www.postgresql.jp/document/16/html
windows_postgresql_versions:
- 12
- 13
- 14
- 15
- 16
- 17
latest_postgresql_version: 17
# This must be synchronized with PGSQL_DEFAULT in
# https://github.com/freebsd/freebsd-ports/blob/main/Mk/bsd.default-versions.mk
# .
freebsd_postgresql_version: 15
development_postgresql_version: 17.0
exclude:
- "Gemfile"
- "Gemfile.lock"
- "LICENSE"
- "Rakefile"
- "data"
- "transifex.yml"
- "vendor"
description:
en: Make PostgreSQL fast full text search platform for all languages with zero ETL!
ja: ゼロETLでPostgreSQLで高速日本語全文検索!
kramdown:
input: GFM
smart_quotes: ["apos", "apos", "quot", "quot"]
sass:
sass_dir: assets/stylesheets
defaults:
- scope:
path: "ja"
values:
path_prefix: /ja/
layout: "base"
language: ja
country: JP
- scope:
path: ""
values:
path_prefix: /
layout: "base"
language: en
country: US