Skip to content

Commit aa36f0c

Browse files
committed
Try again
1 parent 2ed772e commit aa36f0c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
title: MiniMock
1+
# _config.yml
2+
title: MiniMock
23
logo: Troll.jpg
34
description: Minimalistic approach to mocking in .NET
45
remote_theme: pages-themes/hacker@v0.2.0

docs/_layouts/default.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- _layouts/default.html -->
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>{{ page.title }}</title>
8+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
9+
<link rel="stylesheet" href="{{ '/assets/css/custom.css' | relative_url }}">
10+
</head>
11+
<body>
12+
{{ content }}
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)