update: example files

main
zztkm 2 years ago
parent 4fe9745817
commit 50da9bc8fd

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

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

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

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