Skip to content

Commit c8f0048

Browse files
Antony BaileyAntony Bailey
authored andcommitted
web bits
1 parent e3aad1d commit c8f0048

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

_config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ plugins:
44
- jekyll-seo-tag
55
- jekyll-sitemap
66
- jekyll-minifier
7+
- jekyll-optional-front-matter
8+
- jekyll-relative-links
79

810
# Site settings
911
title: pySQLY - Python Standard Query Language | SQL with YAML Syntax
@@ -15,8 +17,20 @@ show_downloads: true
1517
url: https://standard-query-language.github.io
1618
baseurl: /pySQLY
1719

18-
# SEO settings
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
1932

33+
# SEO settings
2034
social:
2135
name: pySQLY
2236
links:

0 commit comments

Comments
 (0)