22 lines
536 B
YAML
22 lines
536 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
|
|
|
|
plugins:
|
|
- jekyll-paginate
|
|
- jekyll-feed
|
|
|
|
# paginate
|
|
paginate: 6
|
|
paginate_path: "/blog/page:num/" |