Skip to content

Commit

Permalink
boai
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko-Lin committed Jul 14, 2024
1 parent d83eae5 commit c13363e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/css/style.scss">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/blog/">Blog</a>
</nav>
<h1>{{ page.title }}</h1>
<section>
{{ content }}
</section>
<footer>
&copy; to me
</footer>
</body>
</html>
6 changes: 6 additions & 0 deletions docs/boai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: "Rental"
---

** TEST **
4 changes: 4 additions & 0 deletions docs/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---


0 comments on commit c13363e

Please sign in to comment.