diff options
author | dsrkafuu | 2022-02-25 00:41:52 +0800 |
---|---|---|
committer | dsrkafuu | 2022-02-25 00:41:52 +0800 |
commit | e9376d4315a61ef05397665b0434f1006f0c367c (patch) | |
tree | d6bf73d0aef4784c4283efde52ee2985745c4813 /exampleSite | |
parent | d2d572cdae9281d4d489bc74101450fde0ea8059 (diff) | |
download | hugo-theme-fuji-e9376d4315a61ef05397665b0434f1006f0c367c.tar.gz hugo-theme-fuji-e9376d4315a61ef05397665b0434f1006f0c367c.tar.bz2 hugo-theme-fuji-e9376d4315a61ef05397665b0434f1006f0c367c.zip |
feat: new pages demo
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 24dd7bb..f6ebc75 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com" +baseURL = "https://github.dsrkafuu.net/hugo-theme-fuji/" title = "Hugo Theme Fuji" theme = "fuji" |