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

Gulp Configuration for Doxy Jekyll Theme

We used gulp automated sytem in our template. Here following the details about Gulp Configuration. How to add new script or remove script from minified css/js file? We used a minified file to make the template faster and optimized. That file proceed by Gulp. So open the gulpfile.js and then you will find the following code there […]

Read More

Setup Navigation Menu for Doxy

Navigation will be visible in the top header area. You can control and edit the navigation from the _data/navigation.yml data file. The current navigation links are: You can add a title and a URL for each navigation item for the website. For example, if you want to add a link to the about page, you can append […]

Read More

Writing Blog Post with Doxy Jekyll Theme

To create a new post in Doxy Jekyll Theme blog area, you should create a new markdown (.md) file inside the _posts directory or folder.  Here following a post example with different configurations for a blog post page. You can easily change your sidebar position from the post layout option. There are 2 post layout […]

Read More

Theme Layouts for Doxy

This theme comes with 8 different layouts and styles for the inner pages. default.html doc.html doc_full.html page.html post.html post_left.html tag_page.html For the doc page you will find 2 different layout where you can choose to use sidebar or not. There have 2 different sidebar position layout for blog post.

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

Doxy Jekyll Introduction

Doxy Jekyll is a multipurpose Jekyll theme to create an outstanding documentation website or support portal.  You will get a clean, polished and modern website with Doxy Jekyll Theme. It’s a ready website template for your support portal solution. Doxy Jekyll built with  Jekyll Static Site Generator Framework. This theme as all necessary features for […]

Read More