Skip to content

Commit

Permalink
layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
alxdhuang committed Mar 27, 2019
1 parent 4c8c44b commit 010a6f9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
10 changes: 10 additions & 0 deletions _layouts/default.html
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>
8 changes: 8 additions & 0 deletions about.md
@@ -0,0 +1,8 @@
---
layout: default
title: About
---

# About

I am a game programmer who is working on Cocos Creator now.
15 changes: 5 additions & 10 deletions index.html
@@ -1,10 +1,5 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
---
layout: default
title: Home
---
<h1>{{ "Hello World!" | downcase }}</h1>

0 comments on commit 010a6f9

Please sign in to comment.