Skip to content

JustinMaDev/justinmadev.github.io

Repository files navigation

Welcome to Justin's Blog

Build Status badge License: MIT

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.

License

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.

How to run

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

Releases

No releases published

Packages

No packages published