Alagar Biotech Jekyll Theme is designed based on Business Jekyll theme ported over by Melvin Ch'ng for Jekyll support. The original source code can be obtained from Business Jekyll theme and Technext's repository.
This theme is a package that you can use for your business. I reorganized all the files and make it Jekyll friendly.
Example Site
- Responsive layout
- Multi page Template
- Easy and free to use
- For first time user, you have to install Ruby and Rails. If you do not have Ruby on Rails installed, you may follow this tutorial that I wrote for Windows, Linux, and MacOS (installation videos are included).
- Install Jekyll by using the command
gem install jekyll
. - Start your localhost server by using the command
jekyll serve
. Make sure that you are at the root directory of your folder before using this command. - Your site should be accessible at
localhost:4000
. - For additional information about Jekyll, refer to the official website.