add link back to blog post about advanced features
This commit is contained in:
parent
9668c2a5b2
commit
8ecfa3b189
@ -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
|
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"]`)
|
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
|
### GitHub Project page vs user page
|
||||||
|
|
||||||
If you're not sure what the difference is, then ignore this section.
|
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
|
### Credits
|
||||||
|
|
||||||
This template was not made entirely from scratch. I would like to give special thanks to:
|
This template was not made entirely from scratch. I would like to give special thanks to:
|
||||||
|
Loading…
Reference in New Issue
Block a user