# Jekyll robots.txt Generate a `robots.txt` file for your Jekyll site! Please keep in mind this is my first ever RubyGem, and it may have bugs. ## Config If you don't want search engines crawling a certain file on your site, just add the following to that file's front matter: ```yaml norobots: true ```