-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
72 lines (64 loc) · 1.76 KB
/
_config.yml
File metadata and controls
72 lines (64 loc) · 1.76 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
remote_theme: pages-themes/architect@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-minifier
- jekyll-optional-front-matter
- jekyll-relative-links
# Site settings
title: pySQLY - Python Standard Query Language | SQL with YAML Syntax
tagline: Simplify database interactions across SQLite, MySQL, PostgreSQL, Oracle, MS SQL Server
description: pySQLY is a Python library that standardizes SQL querying with YAML syntax, making database operations consistent across multiple database engines
author: Standard Query Language
lang: en_US
show_downloads: true
url: https://standard-query-language.github.io
baseurl: /pySQLY
# Markdown processing
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
# Convert markdown files to HTML
optional_front_matter:
remove_originals: false
relative_links:
enabled: true
collections: true
# SEO settings
social:
name: pySQLY
links:
- https://github.com/Standard-Query-Language/pySQLY
- https://pypi.org/project/pysql
- https://standard-query-language.github.io/pySQLY/
- https://twitter.com/pySQLY
# Theme customization
colors:
header: "#2E7BCF"
gradient_top: "#2E7BCF"
gradient_bottom: "#2A6DA9"
link: "#2E7BCF"
section_headings: "#2E7BCF"
# Navigation
nav:
- title: Home
url: /
- title: Documentation
url: /docs/
- title: API Reference
url: /api/
- title: Examples
url: /examples/
- title: GitHub
url: https://github.com/Standard-Query-Language/pySQLY
# Jekyll Minifier settings
jekyll-minifier:
compress_css: true
compress_javascript: true
compress_json: true
compress_html: true
exclude: ['*.xml', '*.txt']
# Keywords for SEO
keywords: python, sql, yaml, database, query language, sqlite, mysql, postgresql, oracle, sql server