update: example
This commit is contained in:
parent
9612ccfb2d
commit
4c600c891b
4 changed files with 13 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
title = "Open Sea"
|
||||
description = "Takumi Tsuruta's home page"
|
||||
baseUrl = 'https://zztkm.github.io/vss/'
|
||||
title = "vss example"
|
||||
description = "vss example page"
|
||||
# baseUrl = 'https://vssio.github.io/vss/'
|
||||
|
|
|
@ -4,4 +4,8 @@ A static site generator
|
|||
|
||||
- [GitHub](https://github.com/zztkm)
|
||||
|
||||
[about page](./about.md)
|
||||
## Pages
|
||||
|
||||
- [about page](./about.md)
|
||||
- post
|
||||
- [first](./post/first.md)
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>@title</title>
|
||||
<base href="@baseUrl">
|
||||
<!-- <base href="@baseUrl"> -->
|
||||
<meta name="description" content="@description" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@contents
|
||||
</body>
|
||||
</body>
|
3
example/post/first.md
Normal file
3
example/post/first.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# First post
|
||||
|
||||
this is example first post
|
Loading…
Add table
Reference in a new issue