From 5aa4e98b112815db5cc4ef02942d3f1974801633 Mon Sep 17 00:00:00 2001 From: zzossig Date: Tue, 5 Nov 2019 15:04:59 +0900 Subject: [PATCH] static file added --- exampleSite/config.toml | 3 +-- .../gallery/cartoon/fish-33712_640.png | Bin .../gallery/cartoon/girl-3316342_640.jpg | Bin .../gallery/cartoon/zombie-521243_640.png | Bin .../gallery/photo/owl-4590569_640.jpg | Bin {exampleSite/static => static}/images/tree.jpg | Bin {exampleSite/static => static}/videos/1.mp4 | Bin {exampleSite/static => static}/videos/poster/1.jpg | Bin 8 files changed, 1 insertion(+), 2 deletions(-) rename {exampleSite/static => static}/gallery/cartoon/fish-33712_640.png (100%) rename {exampleSite/static => static}/gallery/cartoon/girl-3316342_640.jpg (100%) rename {exampleSite/static => static}/gallery/cartoon/zombie-521243_640.png (100%) rename {exampleSite/static => static}/gallery/photo/owl-4590569_640.jpg (100%) rename {exampleSite/static => static}/images/tree.jpg (100%) rename {exampleSite/static => static}/videos/1.mp4 (100%) rename {exampleSite/static => static}/videos/poster/1.jpg (100%) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 11ca2c7..fae48e5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,11 +1,10 @@ baseURL = "http://example.org" title = "Hugo Zzo Theme" theme = "zzo" -themesdir = "../.." defaultContentLanguage = "en" defaultContentLanguageInSubdir = true -hasCJKLanguage = false +hasCJKLanguage = true summaryLength = 70 diff --git a/exampleSite/static/gallery/cartoon/fish-33712_640.png b/static/gallery/cartoon/fish-33712_640.png similarity index 100% rename from exampleSite/static/gallery/cartoon/fish-33712_640.png rename to static/gallery/cartoon/fish-33712_640.png diff --git a/exampleSite/static/gallery/cartoon/girl-3316342_640.jpg b/static/gallery/cartoon/girl-3316342_640.jpg similarity index 100% rename from exampleSite/static/gallery/cartoon/girl-3316342_640.jpg rename to static/gallery/cartoon/girl-3316342_640.jpg diff --git a/exampleSite/static/gallery/cartoon/zombie-521243_640.png b/static/gallery/cartoon/zombie-521243_640.png similarity index 100% rename from exampleSite/static/gallery/cartoon/zombie-521243_640.png rename to static/gallery/cartoon/zombie-521243_640.png diff --git a/exampleSite/static/gallery/photo/owl-4590569_640.jpg b/static/gallery/photo/owl-4590569_640.jpg similarity index 100% rename from exampleSite/static/gallery/photo/owl-4590569_640.jpg rename to static/gallery/photo/owl-4590569_640.jpg diff --git a/exampleSite/static/images/tree.jpg b/static/images/tree.jpg similarity index 100% rename from exampleSite/static/images/tree.jpg rename to static/images/tree.jpg diff --git a/exampleSite/static/videos/1.mp4 b/static/videos/1.mp4 similarity index 100% rename from exampleSite/static/videos/1.mp4 rename to static/videos/1.mp4 diff --git a/exampleSite/static/videos/poster/1.jpg b/static/videos/poster/1.jpg similarity index 100% rename from exampleSite/static/videos/poster/1.jpg rename to static/videos/poster/1.jpg