This is a bilingual personal blog repository built with Jekyll, featuring the Hyde theme and enhanced with the Polyglot plugin for multi-language support. You can read my blog posts on http://JustinMaDev.github.io.
Code: The code for this blog, including themes, styles, etc., is open-sourced under the MIT License.
Content: All blog content (located in the _posts folder) is copyright-protected and may not be copied or distributed without permission.
Make sure you have installed ruby
, jekyll
and bundle
ruby -v
jekyll -v
bundle -v
Install them if not:
gem install jekyll bundler
Install the dependency:
bundle install
Then run:
bundle exec jekyll serve