Skip to content

Commit 5264683

Browse files
committed
上传文件
1 parent 8fcf864 commit 5264683

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.gitignore

Whitespace-only changes.

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
encoding: utf-8

_layouts/default.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5+
 <title>一步步在GitHub上创建博客主页(2)</title>
6+
</head>
7+
<body>
8+
 {{content }}
9+
</body>
10+
</html>

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
title: test title
4+
---
5+
<p>Hello world!</p>

0 commit comments

Comments
 (0)