Skip to content

Commit 6c81ba2

Browse files
Update _config.yml
1 parent 4933e20 commit 6c81ba2

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

_config.yml

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,57 @@
1+
remote_theme: pages-themes/architect@v0.2.0
2+
plugins:
3+
- jekyll-remote-theme
4+
- jekyll-seo-tag
5+
- jekyll-sitemap
6+
- jekyll-minifier
7+
- jekyll-optional-front-matter
8+
- jekyll-relative-links
9+
110
title: "Standard Query Language"
211
description: "SQLY is a domain-specific query language designed to interact with various databases in a structured YAML format."
3-
baseurl: "/sqlweb"
12+
baseurl: "/"
413
url: "https://standard-query-language.github.io"
14+
show_downloads: false
15+
16+
17+
# Markdown processing
18+
markdown: kramdown
19+
kramdown:
20+
input: GFM
21+
auto_ids: true
22+
23+
# Convert markdown files to HTML
24+
optional_front_matter:
25+
remove_originals: false
26+
relative_links:
27+
enabled: true
28+
collections: true
29+
30+
# SEO settings
31+
social:
32+
name: pySQLY
33+
links:
34+
- https://github.com/Standard-Query-Language/pySQLY
35+
- https://pypi.org/project/pysql
36+
- https://standard-query-language.github.io/pySQLY/
37+
- https://standard-query-language.github.io/pySQLY/docs/
38+
# Theme customization
39+
colors:
40+
header: "#2E7BCF"
41+
gradient_top: "#2E7BCF"
42+
gradient_bottom: "#2A6DA9"
43+
link: "#2E7BCF"
44+
section_headings: "#2E7BCF"
45+
46+
47+
# Jekyll Minifier settings
48+
jekyll-minifier:
49+
compress_css: true
50+
compress_javascript: true
51+
compress_json: true
52+
compress_html: true
53+
exclude: ['*.xml', '*.txt']
54+
55+
# Keywords for SEO
56+
keywords: python, sql, yaml, database, query language, sqlite, mysql, postgresql, oracle, sql server
57+

0 commit comments

Comments
 (0)