1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2026-03-30 22:31:37 +00:00

Start Migration to Jekyll

Migrating blog to Jekyll to make things easier in the log run.
This commit is contained in:
2014-01-01 02:45:28 -05:00
parent ac15cd1bbe
commit 6f41a9f87a
60 changed files with 136 additions and 5620 deletions

23
_config.yml Normal file
View File

@@ -0,0 +1,23 @@
# 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']