From 8ecfa3b1893ad51906b69c44c38b2d1833d6aade Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 15 Mar 2015 14:46:05 -0700 Subject: [PATCH] add link back to blog post about advanced features --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e23185..6e75ded 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,10 @@ css | List of local CSS files to include in the page ex-css | List of external CSS files to include in the page googlefonts | List of Google fonts to include in the page (eg. `["Monoton", "Lobster"]`) +### RSS feed + +Beautiful Jekyll automatically generates a simple RSS feed of your blog posts, to allow others to subscribe to your posts. If you want to add a link to your RSS feed in the footer of every page, find the `rss: false` line in `_config.yml` and change it to `rss: true`. + ### GitHub Project page vs user page If you're not sure what the difference is, then ignore this section. @@ -118,6 +122,10 @@ To set up a GitHub Project page, simply fork this repository into a branch calle --- +### More advanced features + +I wrote [a blog post](http://deanattali.com/2015/03/12/beautiful-jekyll-how-to-build-a-site-in-minutes/) describing some more advanced features that I used in my website that are applicable to any Jekyll site. It describes how I used a custom URL for my site (deanattali.com instead of daattali.github.io), how to add a Google-powered search into your site, and provides a few more details about having an RSS feed. + ### Credits This template was not made entirely from scratch. I would like to give special thanks to: