Kashu7100 / Kashu7100.github.io

personal website:

Home Page:https://Kashu7100.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

personal website:

https://Kashu7100.github.io

License:MIT License


Languages

Language:JavaScript 37.6%Language:HTML 24.2%Language:SCSS 19.5%Language:Jupyter Notebook 11.4%Language:Python 4.3%Language:CSS 2.7%Language:Ruby 0.2%