message no. 137614
Posted by jwarren_ in #jekyll at 2016-05-31T21:21:10Z
Hey Jekyll folks... I have a config question. I'm trying to make it so that only a single page is viewable in my Jekyll app (I'm using Jekyll to serve my changelog, not the entire app). Can I just `exclude: [*]` and `include: ['Changelog.md']` instead of listing every other dir/file in the repo?