ShafinKhadem / ShafinKhadem.github.io

My Website

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install prerequisites

sudo apt install ruby-dev ruby-rubygems
gem install jekyll bundler

create blog

jekyll new myblog
cd myblog

deploy to github pages

Following the instructions from here isn't necessary, but recommended for testing locally. I haven't done it here.

run locally

cd /path/to/here
bundle exec jekyll serve --livereload

changing layout

check the theme name in _config.yml: minima

bundle info --path minima

Copy the things you want to modify, from that path to this path.

About

My Website

https://shafinkhadem.github.io


Languages

Language:HTML 61.8%Language:JavaScript 22.5%Language:CSS 14.3%Language:Ruby 1.4%