From 01149fa563379bd3a8b07e2cd8a972c8a645fe8f Mon Sep 17 00:00:00 2001 From: TienNM99 Date: Tue, 19 Sep 2023 19:39:00 +0700 Subject: [PATCH] [Add] init --- 404.html | 13 +++++++++++++ Gemfile | 15 +++++++++++++++ _config.yml | 3 +++ favicon.png | Bin 0 -> 271 bytes index.html | 10 ++++++++++ 5 files changed, 41 insertions(+) create mode 100644 404.html create mode 100644 Gemfile create mode 100644 _config.yml create mode 100644 favicon.png create mode 100644 index.html 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 0000000000000000000000000000000000000000..d13da895a981737db692b139576d63ef4aaa725d GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LKS4ruWF^4_{u6V9)zf(W- zkVEYiuW9$gx4%;`*kqh|VuMFo98l#NPZ!4!jq}L~3Va6bnp{hz6n^M*H906eVVKVT zxlxHXfU($7L!(VgpoN(^gte(jG=b5zr9t2Zm!k^9rVh?X2S$wqj--zEHnFCR#03rt zA;vc}0v9+aMKnk%DX?vJ>A2}2n8tg=E;+g5tpTG&LuMhj$V@}#Rje5+Ts9j{-pqVL z#IR$lQd*vm(qwh#wWcm+P7<>(8``u#tUbeUh{LJJ;aCq_PsgDiuRRP5(JV?c%>L!Q Q1G<~R)78&qol`;+0AoK{i2wiq literal 0 HcmV?d00001 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.

+ +