mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2024-11-15 02:19:02 +00:00
23 lines
453 B
YAML
23 lines
453 B
YAML
|
# General
|
||
|
safe: true
|
||
|
timezone: America/Indiana/Indianapolis
|
||
|
lsi: true
|
||
|
|
||
|
# Excludes
|
||
|
exclude: ['Readme.md', 'config.rb', 'scss']
|
||
|
|
||
|
# Code highlighting
|
||
|
pygments: true
|
||
|
|
||
|
# links and paginate
|
||
|
permalink: date
|
||
|
pagination: 20
|
||
|
paginate_path: 'page:num'
|
||
|
|
||
|
# Markdown
|
||
|
markdown: redcarpet
|
||
|
markdown_ext: markdown, md
|
||
|
redcarpet:
|
||
|
smart: true
|
||
|
extensions: ['no_intra_emphasis', 'tables', 'disable_indented_code_blocks', 'strikethrough', 'superscript', 'underline']
|
||
|
|