mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2024-11-14 18:19:01 +00:00
Andrew Senetar
03dc1a7a11
Update the site style and layout, to a more optimized and simple setup. This new layout uses less css and js and should provide a better UX. Still need to clean up a few things but ready for release.
68 lines
1018 B
YAML
68 lines
1018 B
YAML
# Github Enforced
|
|
safe: true
|
|
lsi: false
|
|
|
|
#General
|
|
timezone: US/Central
|
|
encoding: utf-8
|
|
url: http://blog.voltaicideas.net
|
|
|
|
# Excludes
|
|
exclude: [
|
|
'README.md',
|
|
'Gemfile',
|
|
'Gemfile.lock',
|
|
'CNAME',
|
|
'assets/css',
|
|
'assets/js',
|
|
'assets/node_modules',
|
|
'assets/gulpfile.js',
|
|
'assets/package.json',
|
|
]
|
|
|
|
# Code highlighting
|
|
highlighter: pygments
|
|
|
|
# links
|
|
permalink: date
|
|
|
|
# Markdown
|
|
markdown: redcarpet
|
|
redcarpet:
|
|
smart: true
|
|
extensions: [
|
|
'no_intra_emphasis',
|
|
'tables',
|
|
'disable_indented_code_blocks',
|
|
'strikethrough',
|
|
'superscript',
|
|
'underline',
|
|
'highlight'
|
|
]
|
|
|
|
# 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"
|
|
|
|
# Extra Variables for the templates
|
|
owner:
|
|
name: Andrew Senetar
|
|
email: arsenetar@gmail.com
|
|
title: Blog@VoltaicIdeas
|