Exclude some files from jekyll
[web.git] / _config.yml
index 6d8eff39306501d2011edc967e56a3d502d815c1..a6432e7e49f7612938f5e6d0b6f843e21c969016 100644 (file)
@@ -2,10 +2,14 @@
 
 title: "Jekyll-asciidoc-quickstart"
 
+exclude: [ 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README' ]
+
 asciidoctor:
   attributes:
     - idseparator=_
     - source-highlighter=coderay
     - icons=font
 
+asciidoc_ext: txt
+
 # end of configuration