Skip to content

Commit 25bfea6

Browse files
Antony BaileyAntony Bailey
authored andcommitted
seo tweaks
1 parent 3508982 commit 25bfea6

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

_config.yml

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
remote_theme: pages-themes/architect@v0.2.0
22
plugins:
3-
- jekyll-remote-theme
4-
- jekyll-seo-tag
5-
- jekyll-sitemap
3+
- jekyll-remote-theme
4+
- jekyll-seo-tag
5+
- jekyll-sitemap
6+
- jekyll-minifier
67

78
# Site settings
8-
title: Python Standard Query Language (pySQLY) Documentation
9-
description: "A powerful Python library for standardized SQL querying with YAML syntax - simplify database interactions across SQLite, MySQL, PostgreSQL, Oracle and MS SQL Server"
9+
title: pySQLY - Python Standard Query Language | SQL with YAML Syntax
10+
tagline: Simplify database interactions across SQLite, MySQL, PostgreSQL, Oracle, MS SQL Server
11+
description: pySQLY is a Python library that standardizes SQL querying with YAML syntax, making database operations consistent across multiple database engines
1012
author: Standard Query Language
1113
lang: en_US
1214
show_downloads: true
13-
google_analytics: # Add your GA tracking ID here if needed
15+
url: https://standard-query-language.github.io
16+
baseurl: /pySQLY
1417

1518
# SEO settings
16-
twitter:
17-
username: pysqly
18-
card: summary
19+
1920
social:
2021
name: pySQLY
2122
links:
2223
- https://github.com/Standard-Query-Language/pySQLY
24+
- https://pypi.org/project/pysql
25+
- https://standard-query-language.github.io/pySQLY/
26+
- https://twitter.com/pySQLY
2327

2428
# Theme customization
2529
colors:
@@ -41,3 +45,14 @@ nav:
4145
url: /examples/
4246
- title: GitHub
4347
url: https://github.com/Standard-Query-Language/pySQLY
48+
49+
# Jekyll Minifier settings
50+
jekyll-minifier:
51+
compress_css: true
52+
compress_javascript: true
53+
compress_json: true
54+
compress_html: true
55+
exclude: ['*.xml', '*.txt']
56+
57+
# Keywords for SEO
58+
keywords: python, sql, yaml, database, query language, sqlite, mysql, postgresql, oracle, sql server

0 commit comments

Comments
 (0)