mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2024-11-15 02:19:02 +00:00
28 lines
638 B
YAML
28 lines
638 B
YAML
# General
|
|
safe: false
|
|
timezone: America/Indiana/Indianapolis
|
|
lsi: false
|
|
|
|
# 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 and paginate
|
|
permalink: date
|
|
paginate: 20
|
|
paginate_path: 'page:num'
|
|
|
|
# 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: VoltaicIdeas
|