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

Update to Initial Skeleton for Jekyll

Update a bunch of files to get ready for Jekyll.
This commit is contained in:
2014-01-02 00:49:38 -05:00
parent 6f41a9f87a
commit eba3262d55
41 changed files with 3110 additions and 35 deletions

View File

@@ -1,23 +1,27 @@
# General
safe: true
safe: false
timezone: America/Indiana/Indianapolis
lsi: true
lsi: false
# Excludes
exclude: ['Readme.md', 'config.rb', 'scss']
exclude: ['Readme.md', 'config.rb', 'scss', 'Gemfile', 'Gemfile.lock', 'bower_components', 'node_modules', 'Gruntfile.js', 'package.json', 'bower.json']
# Code highlighting
pygments: true
# links and paginate
permalink: date
pagination: 20
paginate: 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']
#extensions: ['no_intra_emphasis', 'tables', 'disable_indented_code_blocks', 'strikethrough', 'superscript', 'underline']
# Extra Variables
owner:
name: Andrew Senetar
email: arsenetar@gmail.com
title: VoltaicIdeas