mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2024-11-15 02:19:02 +00:00
35 lines
732 B
YAML
35 lines
732 B
YAML
# General
|
|
safe: false
|
|
timezone: America/Indiana/Indianapolis
|
|
url: http://blog.voltaicideas.net
|
|
|
|
# Excludes
|
|
exclude: ['Readme.md', 'config.rb', 'scss', 'Gemfile', 'Gemfile.lock', 'bower_components', 'node_modules', 'Gruntfile.js', 'package.json', 'bower.json']
|
|
|
|
# Code highlighting
|
|
pygments: true
|
|
|
|
# links
|
|
permalink: date
|
|
|
|
# Markdown
|
|
markdown: redcarpet
|
|
redcarpet:
|
|
smart: true
|
|
extensions: ['no_intra_emphasis', 'tables', 'disable_indented_code_blocks', 'strikethrough', 'superscript', 'underline']
|
|
|
|
# Extra Variables
|
|
owner:
|
|
name: Andrew Senetar
|
|
email: arsenetar@gmail.com
|
|
title: Blog@VoltaicIdeas
|
|
|
|
# Disqus
|
|
disqus_shortname: voltaicideas
|
|
|
|
# Google Analytics
|
|
ga:
|
|
code: UA-42346765-1
|
|
domain: voltaicideas.net
|
|
|