danhphan / danhphan.github.io

My personal website.

Home Page:https://danhphan.net

Repository from Github https://github.comdanhphan/danhphan.github.ioRepository from Github https://github.comdanhphan/danhphan.github.io

This is the personal webpage of Danh Phan.

How to set up the website

Install Jekyll on Ubuntu

https://jekyllrb.com/docs/installation/ubuntu/

https://jekyllrb.com/docs/

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

Run Jekyll on Ubuntu

https://mmistakes.github.io/minimal-mistakes/docs/installation/

bundle install
bundle exec jekyll build
bundle exec jekyll serve

About

My personal website.

https://danhphan.net

License:MIT License


Languages

Language:HTML 95.2%Language:JavaScript 3.5%Language:CSS 1.3%Language:Ruby 0.0%