How to fix Octopress “build warning Layout nil requested”
After changing some themes of octopress then rake generate might produce some errors like this:
Build Warning: Layout 'nil' requested in .....atom.xml does not exist.
Fix by replacing:
layout: nil
with:
layout: null
in files:
source/atom.xml
source/robots.txt
source/_includes/custom/category_feed.xml