update: example files

This commit is contained in:
zztkm 2022-08-12 22:17:57 +09:00
parent 4fe9745817
commit 50da9bc8fd
6 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,3 @@
# About
Author: zztkm
Author: zztkm

View file

@ -1,2 +1,3 @@
title = "Open Sea"
description = "Takumi Tsuruta's home page"
description = "Takumi Tsuruta's home page"
baseUrl = 'https://zztkm.github.io/vss/'

View file

@ -4,4 +4,4 @@ A static site generator
- [GitHub](https://github.com/zztkm)
[about page](./about.md)
[about page](./about.md)

View file

@ -3,9 +3,10 @@
<head>
<meta charset="utf-8">
<title>@title</title>
<base href="@baseUrl">
<meta name="description" content="@description" />
</head>
<body>
@contents
</body>
</body>

View file

View file