update: example

This commit is contained in:
zztkm 2022-09-06 02:30:26 +09:00
parent 9612ccfb2d
commit 4c600c891b
4 changed files with 13 additions and 6 deletions

View file

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

View file

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

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>@title</title> <title>@title</title>
<base href="@baseUrl"> <!-- <base href="@baseUrl"> -->
<meta name="description" content="@description" /> <meta name="description" content="@description" />
</head> </head>

3
example/post/first.md Normal file
View file

@ -0,0 +1,3 @@
# First post
this is example first post