diff --git a/404.html b/404.html new file mode 100644 index 0000000..22b4c7e --- /dev/null +++ b/404.html @@ -0,0 +1,13 @@ +--- +layout: default +permalink: /404.html +--- + + + 404 + + + + +

If you are not redirected, click here.

+ diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..8dd8b6c --- /dev/null +++ b/Gemfile @@ -0,0 +1,15 @@ +source "https://rubygems.org" +gem "jekyll", "~> 4.3.2" +gem "minima", "~> 2.5" +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.12" +end + +platforms :mingw, :x64_mingw, :mswin, :jruby do + gem "tzinfo", ">= 1", "< 3" + gem "tzinfo-data" +end + +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..d9936b4 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +title: TienNM +github_username: tiennm99 +theme: minima diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..d13da89 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f0f8481 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + TienNM + + + +

If you are not redirected, click here.

+ +