diff --git a/example/about.md b/example/about.md index bdcbb00..69c0d96 100644 --- a/example/about.md +++ b/example/about.md @@ -1,3 +1,3 @@ # About -Author: zztkm \ No newline at end of file +Author: zztkm diff --git a/example/config.toml b/example/config.toml index 051fcb8..19a2dcc 100644 --- a/example/config.toml +++ b/example/config.toml @@ -1,2 +1,3 @@ title = "Open Sea" -description = "Takumi Tsuruta's home page" \ No newline at end of file +description = "Takumi Tsuruta's home page" +baseUrl = 'https://zztkm.github.io/vss/' diff --git a/example/index.md b/example/index.md index 9f9482c..97eb530 100644 --- a/example/index.md +++ b/example/index.md @@ -4,4 +4,4 @@ A static site generator - [GitHub](https://github.com/zztkm) -[about page](./about.md) \ No newline at end of file +[about page](./about.md) diff --git a/example/layouts/_index.html b/example/layouts/index.html similarity index 82% rename from example/layouts/_index.html rename to example/layouts/index.html index 884965e..947ca80 100644 --- a/example/layouts/_index.html +++ b/example/layouts/index.html @@ -3,9 +3,10 @@ @title + @contents - \ No newline at end of file + diff --git a/example/static/css/main.css b/example/static/css/main.css new file mode 100644 index 0000000..e69de29 diff --git a/example/static/js/main.js b/example/static/js/main.js new file mode 100644 index 0000000..e69de29