15 lines
423 B
YAML
15 lines
423 B
YAML
|
email: diego@cypherstack.com
|
||
|
name: Stack Wallet Website
|
||
|
description: Stack Wallet
|
||
|
keywords: "stack"
|
||
|
baseurl: ""
|
||
|
url: ""
|
||
|
|
||
|
markdown: kramdown
|
||
|
|
||
|
# Kramdown was using smart quotes, which messes up CLI examples
|
||
|
# TODO: smart quotes are actually quite pretty, so this is perhaps better handled via a plugin that reverts them for CLI blocks
|
||
|
kramdown:
|
||
|
smart_quotes: ["apos", "apos", "quot", "quot"]
|
||
|
input: GFM
|