Deployment Instructions

This site is generated by using Jekyll Builder. Any commit into the project repository, https://github.com/cepdnaclk/projects.ce.pdn.ac.lk will automatically build the web site.

Local Installation

You can run following script to install necessary dependencies to run the Jekyll builder in your local machine. (Please use Ruby version v2.7)

gem install bundler jekyll
bundle install
        
After that, you can run following script to run it in watch mode.

bundle exec jekyll serve --increment
        
For more instructions on the environment setup, please visit https://jekyllrb.com/.