Skip to content

Commit 3f8371b

Browse files
committed
work in progress
1 parent 9fd35fe commit 3f8371b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

_layouts/barebone.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
4+
<title>{{ page.title }}</title>
5+
<link rel="stylesheet" href="/css/basic.css" type="text/css" />
6+
</head>
7+
<body>
8+
{{ content }}
9+
</body>
10+
</html>

css/text.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
body {
2+
background-color: white;
3+
font: 12px Verdana, helvetica, arial, clean, sans-serif;
4+
*font-size: small;
5+
background: #222;
6+
}
7+

0 commit comments

Comments
 (0)