From a71ad7b5c6a9a1f6b5beed7f9d5f4c2967598949 Mon Sep 17 00:00:00 2001 From: zztkm Date: Wed, 7 Sep 2022 15:31:13 +0900 Subject: [PATCH] update example --- example/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/config.toml b/example/config.toml index 19a2dcc..5362fee 100644 --- a/example/config.toml +++ b/example/config.toml @@ -1,3 +1,6 @@ title = "Open Sea" description = "Takumi Tsuruta's home page" baseUrl = 'https://zztkm.github.io/vss/' + +[build] +ignoreFiles = ["ignore.md", "README.md"]