- Made with Jekyll and Markdown
- Link: https://bitsacm.github.io
- Pre-requisites - Ruby (version 2.5 or above) and RubyGems
sudo apt-get install ruby ruby-dev build-essential echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc echo 'export GEM_HOME=$HOME/gems' >> ~/.bashrc echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.bashrc source ~/.bashrc
- Install Jekyll
gem install jekyll bundler
- Build and Run on local server to test changes
bundle exec jekyll serve
Further Links
- Jekyll Quick Start Guide
- Complete guide for Ubuntu and macOS
- How to setup on Windows