Author: lukaszlenart
Date: Sat Feb 8 10:30:11 2014
New Revision: 1565953
URL: http://svn.apache.org/r1565953
Log:
Reformats configuration and reduces allowed extensions to .md only
Modified:
struts/site/branches/jekyll-powered/_config.yml
Modified: struts/site/branches/jekyll-powered/_config.yml
URL:
http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/_config.yml?rev=1565953&r1=1565952&r2=1565953&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/_config.yml (original)
+++ struts/site/branches/jekyll-powered/_config.yml Sat Feb 8 10:30:11 2014
@@ -1,7 +1,7 @@
-name: Apache Struts
-markdown: redcarpet
-pygments: true
-
-source: _source
-destination: content
-encoding: UTF-8
+name: Apache Struts
+markdown: redcarpet
+markdown_ext: md
+pygments: true
+source: _source
+destination: content
+encoding: UTF-8