daattali / beautiful-jekyll

✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
https://beautifuljekyll.com
MIT License
5.4k stars 16.27k forks source link

Add RSS support in gem #146

Closed daattali closed 7 years ago

daattali commented 7 years ago

https://github.com/daattali/beautiful-jekyll/pull/145#issuecomment-269129554

@sasivarnan

daattali commented 7 years ago

gem version 1.1.1 supports RSS with rss-footer: true

sasivarnan commented 7 years ago

@daattali. Awesome work. Thanks a lot. 😄

sasivarnan commented 7 years ago

Looks like Github Pages supports only the gem themes provided in the following site https://pages.github.com/themes/. 😞

sasivarnan commented 7 years ago

I got this email from github when I committed my site with theme changes.

The page build completed successfully, but returned the following warning:

You are attempting to use a Jekyll theme, "beautiful-jekyll-theme", which is not supported by GitHub Pages. Please visit https://pages.github.com/themes/ for a list of supported themes. If you are using the "theme" configuration variable for something other than a Jekyll theme, we recommend you rename this variable throughout your site. For more information, see https://help.github.com/articles/adding-a-jekyll-theme-to-your-github-pages-site/.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can contact us by replying to this email.
daattali commented 7 years ago

Yes that is true. If youre using github pages, you should use the regular master branch, its better to have all the files yourself. I prefer it to the gem, i only offer it as a gem as an alternative solution On Dec 25, 2016 10:56 PM, "Sasivarnan R" notifications@github.com wrote:

Looks like Github Pages supports only the gem themes provided in the following site https://pages.github.com/themes/. 😞

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/daattali/beautiful-jekyll/issues/146#issuecomment-269157327, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6IFJMSwi4kF7LpQ3v50F28nr9UqKS-ks5rLzrqgaJpZM4LVb9R .

sasivarnan commented 7 years ago

@daattali I am using GitLab pages for hosting my website which lets us to define our own build process and we can use custom jekyll plugins and gems. Building site takes around 4 minutes, still considerable.