mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-05-22 08:25:06 +00:00
[Add] init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /404.html
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>404</title>
|
||||
<meta http-equiv="refresh" content="0;url=https://tiennm99.github.io">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>If you are not redirected, <a href="https://tiennm99.github.io">click here</a>.</p>
|
||||
</body>
|
||||
@@ -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]
|
||||
@@ -0,0 +1,3 @@
|
||||
title: TienNM
|
||||
github_username: tiennm99
|
||||
theme: minima
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 271 B |
+10
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>TienNM</title>
|
||||
<meta http-equiv="refresh" content="0;url=https://tiennm99.github.io">
|
||||
</head>
|
||||
<body>
|
||||
<p>If you are not redirected, <a href="https://tiennm99.github.io">click here</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user