lib/octopress-ink/configuration.rb in octopress-ink-1.0.0.alpha.45 vs lib/octopress-ink/configuration.rb in octopress-ink-1.0.0.rc.1
- old
+ new
@@ -8,15 +8,18 @@
'docs_mode' => false,
'combine_css' => true,
'compress_css' => true,
'combine_js' => true,
'compress_js' => true,
+ 'uglifier' => {},
'disable' => [],
'date_format' => 'ordinal',
+
'linkpost' => {
'marker' => "→",
'marker_position' => 'after'
},
+
'post' => {
'marker' => false,
'marker_position' => 'before'
}
}