Skip to content

Kashu7100/Kashu7100.github.io

 
 

Repository files navigation

Installation

Install Ruby and other prerequisites:

sudo apt-get install ruby-full build-essential zlib1g-dev

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

gem install jekyll bundler

Usage

Local build

git clone https://github.com/Kashu7100/Kashu7100.github.io.git
cd Kashu7100.github.io.git

bundle exec jekyll serve

Then browse to http://localhost:4000

Packages

 
 
 

Languages

  • JavaScript 37.7%
  • HTML 24.2%
  • SCSS 19.5%
  • Jupyter Notebook 11.4%
  • Python 4.3%
  • CSS 2.7%
  • Ruby 0.2%