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

47 lines
943 B
YAML
Raw Normal View History

2015-07-13 05:29:31 -05:00
name: SQL style guide by Simon Holywell
description: A consistent code style guide for SQL to ensure legible and maintainable projects
ga_ua_code: UA-65071829-1
2018-05-03 07:39:50 -05:00
url: https://www.sqlstyle.guide
2015-07-13 05:29:31 -05:00
domain: 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: rouge
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"
auto_ids: true
transliterated_header_ids: true
auto_id_stripping: true
plugins:
- jekyll-redirect-from
2017-03-28 21:58:18 -05:00
- jekyll-sitemap
langs:
de:
de: Deutsch
en: German
en:
en: English
ja:
ja: 日本語
en: Japanese
pt-BR:
pt-BR: Português (BR)
en: Portuguese - Brazil
ru:
ru: Русский
en: Russian
zh:
zh: 简体中文
en: Simplified Chinese
zh-TW:
zh-TW: 正體中文
en: Traditional Chinese