Newsfeed Jekyll Theme Introduction

Newsfeed is a Jekyll magazine template with a clean and modern look. It’s a perfect choice for news and magazine websites. The theme comes with a responsive layout, a touch of CSS3 to smooth animations, and a solid foundation to build on. Newsfeed comes with 6 different homepages and 3 blog post layouts

Read More

Post front matter for newsfeed

Here is an example of Newsfeed Jekyll theme post front matter formatting : layout: post2 title: “The holding named diet present switching location” post_id: 1 author_name: Themeix author_id: 3 featured: true date: 2018-03-02 8:14:30 +0600 tags: [education] categories: [Trending,Recipe] post_image: ‘/assets/images/home-4/blog-img1.jpg’ comments: true excerpt: The and room. Know and nation question would the to copy. […]

Read More

Theme Layouts for Newsfeed Jekyll

This theme comes with 11 different layouts and styles for the inner pages. 404.html author.html Update author.html blog.html blog2.html category.html default.html no_header.html post.html post2.html post3.html tag.html

Read More

Why my category / tag not wroking

If you are having issue with category / tag then follow the tips bellow : 1) Check the post configuration and make sure you are using the correct settings make for tags and categories. For Tag : tags For Category : categories 2) Check the text what you are using as category / tag. It should be english ( Bug […]

Read More

Disqus Comment Settings for Jekyll Themes

You need to change the shortname to use your own discuss comment system. Open _includes/disqus_comment.html  or _includes/comments.html file, and change the XXXXX value on line number 15 with your Disqus account shortname. So, if your Disqus shortname is example, the final code above should be s.src = ‘//example.disqus.com/embed.js’; That’s all you need to setup Disqus from the theme […]

Read More

Jekyll Theme Deployment

To run our jekyll theme locally, navigate to the theme directory from your PC and run bundle install command in git client app. to install the dependencies, then run bundle exec jekyll serve to start the Jekyll server. Here following some good resources to deploy jekyll : Manual Deployment Automated Deployment (Example: Travis CI, Circle CI, Buddy etc) 3rd Party […]

Read More