1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2024-11-15 02:19:02 +00:00
arsenetar.github.io/_config.yml
Andrew Senetar 6f41a9f87a Start Migration to Jekyll
Migrating blog to Jekyll to make things easier in the log run.
2014-01-01 02:45:28 -05:00

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']