Installation and Configuration - LordAmit/jekyll-instant-article-facebook GitHub Wiki
Installation requires downloading an XML file based on which RSS Feed
will be generated. It is dependent on some Jekyll-plugins
and some configurations in _config.yml
file.
1. Downloading XML file
Please go to the Releases section, download the latest release and extract it.
2. Installing jekyll-plugins
You need the following plugins:
3. Configuring _config.yml file
Based on the settings, your rss feed generator will be able to use default image as feature image, default titles and some other things.
title: Your website title here
description: "Your Website description here"
# change it to your site address.
# depending on your configuration, you might have to add a / after the address.
url: http://lordamit.github.io
default_bg: sitelogo.png
baseurl: ""
owner:
name: Your name here
avatar: images/Your_image.jpg
That should be enough. I should emphasize on the fact that these are also dependent on your jekyll configuration, so you might have to tweak around a bit.