Skip to content

Commit f529722

Browse files
Antony BaileyAntony Bailey
authored andcommitted
jekyll
1 parent 7fd6aca commit f529722

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

_config.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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+
10+
# Site settings
11+
title: "CSQLY - C# Standard Query Language | SQL with YAML Syntax"
12+
tagline: Simplify database interactions across SQLite, MySQL, PostgreSQL, Oracle, MS SQL Server
13+
description: CSQLY is a C# nuget library that standardizes SQL querying with YAML syntax, making database operations consistent across multiple database engines
14+
author: Standard Query Language
15+
lang: en_US
16+
show_downloads: true
17+
url: https://standard-query-language.github.io
18+
baseurl: /CSQLY
19+
20+
# Markdown processing
21+
markdown: kramdown
22+
kramdown:
23+
input: GFM
24+
auto_ids: true
25+
26+
# Convert markdown files to HTML
27+
optional_front_matter:
28+
remove_originals: false
29+
relative_links:
30+
enabled: true
31+
collections: true
32+
33+
# SEO settings
34+
social:
35+
name: pySQLY
36+
links:
37+
- https://github.com/Standard-Query-Language/CSQLY
38+
- https://standard-query-language.github.io/CSQLY/
39+
40+
# Theme customization
41+
colors:
42+
header: "#2E7BCF"
43+
gradient_top: "#2E7BCF"
44+
gradient_bottom: "#2A6DA9"
45+
link: "#2E7BCF"
46+
section_headings: "#2E7BCF"
47+
48+
# Navigation
49+
nav:
50+
- title: GitHub
51+
url: https://github.com/Standard-Query-Language/CSQLY
52+
53+
# Jekyll Minifier settings
54+
jekyll-minifier:
55+
compress_css: true
56+
compress_javascript: true
57+
compress_json: true
58+
compress_html: true
59+
exclude: ['*.xml', '*.txt']
60+
61+
# Keywords for SEO
62+
keywords: dotnet, c, csharp, nuget, sql, yaml, database, query language, sqlite, mysql, postgresql, oracle, sql server

0 commit comments

Comments
 (0)