2014-01-01 07:45:28 +00:00
|
|
|
# General
|
2014-01-02 05:49:38 +00:00
|
|
|
safe: false
|
2014-01-01 07:45:28 +00:00
|
|
|
timezone: America/Indiana/Indianapolis
|
2014-01-07 23:36:14 +00:00
|
|
|
url: http://blog.voltaicideas.net
|
2014-01-01 07:45:28 +00:00
|
|
|
|
|
|
|
# Excludes
|
2014-01-02 05:49:38 +00:00
|
|
|
exclude: ['Readme.md', 'config.rb', 'scss', 'Gemfile', 'Gemfile.lock', 'bower_components', 'node_modules', 'Gruntfile.js', 'package.json', 'bower.json']
|
2014-01-01 07:45:28 +00:00
|
|
|
|
|
|
|
# Code highlighting
|
|
|
|
pygments: true
|
|
|
|
|
2014-01-07 23:36:14 +00:00
|
|
|
# links
|
2014-01-01 07:45:28 +00:00
|
|
|
permalink: date
|
|
|
|
|
|
|
|
# Markdown
|
|
|
|
markdown: redcarpet
|
|
|
|
redcarpet:
|
|
|
|
smart: true
|
2014-01-07 23:36:14 +00:00
|
|
|
extensions: ['no_intra_emphasis', 'tables', 'disable_indented_code_blocks', 'strikethrough', 'superscript', 'underline']
|
2014-01-02 05:49:38 +00:00
|
|
|
|
|
|
|
# Extra Variables
|
|
|
|
owner:
|
|
|
|
name: Andrew Senetar
|
|
|
|
email: arsenetar@gmail.com
|
2014-01-07 23:36:14 +00:00
|
|
|
title: Blog@VoltaicIdeas
|
|
|
|
|
|
|
|
# Disqus
|
|
|
|
disqus_shortname: voltaicideas
|
|
|
|
|
|
|
|
# Google Analytics
|
|
|
|
ga:
|
|
|
|
code: UA-42346765-1
|
|
|
|
domain: voltaicideas.net
|
|
|
|
|