Getting some issues install Jekyll on Fedora Last days I made a fresh new installation of Fedora (exactly a F24 Beta release) on a netbook and I was really satisfied with it. Just some tweaks and the small tiny pc working like a charm. I got some issues, really small things, and the most ** one is a Jekyll error.[…]
Read moreTag: Jekyll
How to create Fedora feed in Jekyll
Fedora Planet. A world of Fedora contributors Across the Linux communities, there are several people that write and maintain their own blogs across all four corners of the world. From low-skills men to professionals, a lot of contents are posted everyday and informations at all levels are available on the Internet. What about to stay in touch with Fedora people[…]
Read moreHow to get current year in Jekyll
Get The Current Year In Jekyll Like many others, I put a copyright notice with the current year at the bottom of the page in my websites. In my personal website, I noticed that the date stucks and doesn’t automatically update on every year. So, I opened the template in the _include folder and I added this code to the[…]
Read moreDisqus comments for Jekyll
Enable Disqus comments on the blog I wanted to enable Disqus comments on the blog, but only on the post pages. So, to do that, I modified the file _layouts/post.html to include, after the post code, the line: {% include comments.html %} To enable Disqus comments, I have created a file _includes/comments.html that includes the universal code founded on my[…]
Read more