mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
12 lines
248 B
YAML
12 lines
248 B
YAML
port: 3000
|
|
lsi: false
|
|
permalink: /:title
|
|
markdown: kramdown
|
|
# Since GH pages override this to "true", we test this value to see if we are running locally
|
|
safe: false
|
|
kramdown:
|
|
input: GFM
|
|
auto_ids: true
|
|
hard_wrap: false
|
|
exclude:
|
|
- README.md
|