You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1019 B
68 lines
1019 B
8 years ago
|
# Github Enforced
|
||
|
safe: true
|
||
|
lsi: false
|
||
|
|
||
|
#General
|
||
|
timezone: US/Central
|
||
|
encoding: utf-8
|
||
8 years ago
|
url: https://blog.voltaicideas.net
|
||
9 years ago
|
|
||
|
# Excludes
|
||
8 years ago
|
exclude: [
|
||
|
'README.md',
|
||
|
'Gemfile',
|
||
|
'Gemfile.lock',
|
||
|
'CNAME',
|
||
|
'assets/css',
|
||
|
'assets/js',
|
||
|
'assets/node_modules',
|
||
|
'assets/gulpfile.js',
|
||
|
'assets/package.json',
|
||
|
]
|
||
9 years ago
|
|
||
|
# Code highlighting
|
||
8 years ago
|
highlighter: pygments
|
||
9 years ago
|
|
||
9 years ago
|
# links
|
||
9 years ago
|
permalink: date
|
||
|
|
||
|
# Markdown
|
||
|
markdown: redcarpet
|
||
|
redcarpet:
|
||
8 years ago
|
smart: true
|
||
|
extensions: [
|
||
|
'no_intra_emphasis',
|
||
|
'tables',
|
||
|
'disable_indented_code_blocks',
|
||
|
'strikethrough',
|
||
|
'superscript',
|
||
|
'underline',
|
||
|
'highlight'
|
||
|
]
|
||
9 years ago
|
|
||
8 years ago
|
# Defaults for the front matter
|
||
|
defaults:
|
||
|
-
|
||
|
scope:
|
||
|
path: "" # all files
|
||
|
values:
|
||
|
layout: "post"
|
||
|
-
|
||
|
scope:
|
||
|
path: ""
|
||
|
type: "posts" # all posts
|
||
|
values:
|
||
|
layout: "post"
|
||
|
-
|
||
|
scope:
|
||
|
path: ""
|
||
|
type: "pages"
|
||
|
values:
|
||
|
layout: "page"
|
||
9 years ago
|
|
||
8 years ago
|
# Extra Variables for the templates
|
||
|
owner:
|
||
|
name: Andrew Senetar
|
||
|
email: [email protected]
|
||
|
title: [email protected]
|