mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Configure site details
This commit is contained in:
parent
afa9b08e27
commit
e4183499d5
2 changed files with 8 additions and 0 deletions
1
CNAME
Normal file
1
CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
sqlstyle.guide
|
7
_config.yml
Normal file
7
_config.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
name: SQL Style Guide by Simon Holywell
|
||||
description: A consistent SQL style guide for greater readability and easier maintenance.
|
||||
url: http://www.sqlstyle.guide
|
||||
|
||||
markdown: rdiscount
|
||||
permalink: pretty
|
||||
highlighter: pygments
|
Loading…
Reference in a new issue