Redron – Is a responsive premium jekyll theme. Developed with the latest Bootstrap Framework 5. Redron offers many various possibilities which will help you easily create a beautiful, stunning and unique website. Redron is the perfect jekjll theme for your next agency, software and startup website. It has a pixel-perfect design and clean coding which […]
Category: Redron Jekyll Theme
Unleash the power of Redron, a striking Jekyll theme. Stand out with its bold and vibrant design. Get Redron today and leave a lasting impression
How to change the FAQ content?
To change the FAQ content open _data/faqs.yml and then change change the question, answer there. Example :
How does the testimonial work?
In that theme all the testimonial data comes from _data/testimonials.yml file and you need to change the content from there. For example : Here following the details about the keys used there. name : It will appear as testimonial author name.image : It will be the profile picture of the testimonial author or person or […]
How to remove preloader from the theme?
If you want to remove the preloader animation completely from the theme, follow the steps bellow :1) Open _layouts/default.html file and then find the code and remove that from there. <div id=”preloader”></div> 02) Now open assets/js/app.js file and remove the following code from there to delete the preloader functionality from js. Still if you need any […]
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 […]
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 […]
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 […]