From 50da9bc8fda5b0375bc59b29d587d5c76edac14c Mon Sep 17 00:00:00 2001 From: zztkm Date: Fri, 12 Aug 2022 22:17:57 +0900 Subject: [PATCH] update: example files --- example/about.md | 2 +- example/config.toml | 3 ++- example/index.md | 2 +- example/layouts/{_index.html => index.html} | 3 ++- example/static/css/main.css | 0 example/static/js/main.js | 0 6 files changed, 6 insertions(+), 4 deletions(-) rename example/layouts/{_index.html => index.html} (82%) create mode 100644 example/static/css/main.css create mode 100644 example/static/js/main.js 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