mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-09-05 12:17:19 +00:00
[Change[ make it simple
This commit is contained in:
+1
-7
@@ -1,7 +1 @@
|
||||
_site/
|
||||
.sass-cache/
|
||||
.jekyll-cache/
|
||||
.jekyll-metadata
|
||||
# Ignore folders generated by Bundler
|
||||
.bundle/
|
||||
vendor/
|
||||
.idea
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
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>
|
||||
@@ -1,15 +0,0 @@
|
||||
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]
|
||||
@@ -1,3 +0,0 @@
|
||||
title: TienNM
|
||||
github_username: tiennm99
|
||||
theme: minima
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 271 B |
-10
@@ -1,10 +0,0 @@
|
||||
<!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>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="vi">
|
||||
<head>
|
||||
<title>miti99</title>
|
||||
<script>
|
||||
window.location.replace("https://tiennm99.github.io");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user