1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
sqlstyle.guide/_config.yml

14 lines
342 B
YAML
Raw Normal View History

2015-07-03 07:25:21 -05:00
name: SQL Style Guide by Simon Holywell
description: A consistent SQL style guide for greater readability and easier maintenance.
url: http://www.sqlstyle.guide
2015-07-03 10:15:14 -05:00
port: 4040
2015-07-03 07:25:21 -05:00
2015-07-06 07:05:29 -05:00
markdown: kramdown
2015-07-03 07:25:21 -05:00
permalink: pretty
highlighter: pygments
2015-07-06 07:05:29 -05:00
kramdown:
input: GFM
hard_wrap: false
2015-07-07 03:45:27 -05:00
toc_levels: "2,3"