forked from pgroonga/pgroonga.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (51 loc) · 1.1 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
title: PGroonga
markdown: kramdown
highlighter: rouge
pgroonga_version: 3.1.5
pgroonga_release_date: 2023-09-29
postgresql_doc_base_url:
en: https://www.postgresql.org/docs/16
ja: https://www.postgresql.jp/document/15/html
windows_postgresql_versions:
- 11
- 12
- 13
- 14
- 15
- 16
latest_postgresql_version: 16
# This must be synchronized with PGSQL_DEFAULT in
# https://github.com/freebsd/freebsd-ports/blob/main/Mk/bsd.default-versions.mk
# .
freebsd_postgresql_version: 13
development_postgresql_version: 16.0
exclude:
- "Gemfile"
- "Gemfile.lock"
- "Rakefile"
- "data"
- "transifex.yml"
- "vendor"
description:
en: Make PostgreSQL fast full text search platform for all languages!
ja: 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