vankhoa21991 / vankhoa21991.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vankhoa21991.github.io

Netlify Status License: CC BY 4.0

This is the source code for my blog. It's a static website powered by Jekyll.

Set-up

Make sure that you have bundler and Ruby in your system:

gem install bundler

Then, build the dependencies and call jekyll serve

git clone https://github.com/vankhoa21991/vankhoa21991.github.io.git 
cd vankhoa21991.github.io/
bundle install
bundle exec jekyll serve 

The page, by default, should be running at localhost:4000

Contribute

If you found some errors in spelling/grammar, mistakes in content and the like, then feel free to fork this repository and make a Pull Request!

licensebuttons by

About

License:MIT License


Languages

Language:SCSS 38.5%Language:HTML 34.0%Language:CSS 15.4%Language:JavaScript 8.8%Language:Ruby 3.3%