From fce7fce6941cc5335ef5c99e269fa0f8070302c0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 21 Sep 2016 22:47:02 +0300 Subject: [PATCH] README.md: Add note about robots.txt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c4e965..d1bfe81 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A simple [Hugo](https://gohugo.io) theme based on the [Bootstrap v4 blog example ## Features - Basic [OpenGraph](http://ogp.me) and [Twitter Card](https://dev.twitter.com/cards/types) metadata support +- robots.txt linking to XML sitemap (disabled by default, see [Hugo docs](https://gohugo.io/extras/robots-txt/)) ## Usage Clone the repository to your site's `themes` directory. Refer to `exampleSite/config.toml` for optional configuration values.