From 4c600c891bdf20abd195380a7f11f380d7b5f614 Mon Sep 17 00:00:00 2001 From: zztkm Date: Tue, 6 Sep 2022 02:30:26 +0900 Subject: [PATCH] update: example --- example/config.toml | 6 +++--- example/index.md | 6 +++++- example/layouts/index.html | 4 ++-- example/post/first.md | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 example/post/first.md diff --git a/example/config.toml b/example/config.toml index 19a2dcc..4830430 100644 --- a/example/config.toml +++ b/example/config.toml @@ -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/' diff --git a/example/index.md b/example/index.md index 97eb530..aff41c3 100644 --- a/example/index.md +++ b/example/index.md @@ -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) diff --git a/example/layouts/index.html b/example/layouts/index.html index 947ca80..98ebf7c 100644 --- a/example/layouts/index.html +++ b/example/layouts/index.html @@ -3,10 +3,10 @@ @title - + @contents - + \ No newline at end of file diff --git a/example/post/first.md b/example/post/first.md new file mode 100644 index 0000000..9a1722b --- /dev/null +++ b/example/post/first.md @@ -0,0 +1,3 @@ +# First post + +this is example first post