mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-03-30 22:31:37 +00:00
Start Migration to Jekyll
Migrating blog to Jekyll to make things easier in the log run.
This commit is contained in:
23
_config.yml
Normal file
23
_config.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# General
|
||||
safe: true
|
||||
timezone: America/Indiana/Indianapolis
|
||||
lsi: true
|
||||
|
||||
# Excludes
|
||||
exclude: ['Readme.md', 'config.rb', 'scss']
|
||||
|
||||
# Code highlighting
|
||||
pygments: true
|
||||
|
||||
# links and paginate
|
||||
permalink: date
|
||||
pagination: 20
|
||||
paginate_path: 'page:num'
|
||||
|
||||
# Markdown
|
||||
markdown: redcarpet
|
||||
markdown_ext: markdown, md
|
||||
redcarpet:
|
||||
smart: true
|
||||
extensions: ['no_intra_emphasis', 'tables', 'disable_indented_code_blocks', 'strikethrough', 'superscript', 'underline']
|
||||
|
||||
Reference in New Issue
Block a user