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