Skip to content

hbgit/hbgit.github.io

Repository files navigation

Personal Website

This is a simple personal material website (adopting HCZ theme).

HCZ Material Theme Feature

  • Sitemap and XML Feed
  • Site Search
  • Projects and tags
  • Paginations in homepage
  • Posts under category
  • Related Posts
  • Highlight pre
  • Next & Previous Post
  • Disqus comment

Screenshot Sample

Screenshot Home Page

Building the website

This website is building on the Jekyll gem. Typically you'll use jekyll serve while developing locally and jekyll build when you need to generate the site for production.

Install and local deploy

Installing Jekyll

foo@bar:~$ gem install bundler jekyll

Local deploy

foo@bar:~$  git clone git@github.com:hbgit/hbgit.github.io.git
foo@bar:~$  cd hbgit.github.io.git
foo@bar:~$  sudo apt-get install ruby-dev
foo@bar:~$  bundle add webrick
foo@bar:~$  bundle install
foo@bar:~$  bundle exec jekyll serve

About

Personal Website

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE_website

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors