diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 76f74e3..c65b622 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,8 +2,6 @@ baseURL = "http://example.org" title = "Hugo Zzo Theme" theme = "zzo" themesdir = "../.." -assetDir = "../assets" -layoutDir = "../layouts" defaultContentLanguage = "en" defaultContentLanguageInSubdir = true diff --git a/exampleSite/static/gallery/cartoon/fish-33712_640.png b/exampleSite/static/gallery/cartoon/fish-33712_640.png deleted file mode 100644 index a4fe284..0000000 Binary files a/exampleSite/static/gallery/cartoon/fish-33712_640.png and /dev/null differ diff --git a/exampleSite/static/gallery/cartoon/girl-3316342_640.jpg b/exampleSite/static/gallery/cartoon/girl-3316342_640.jpg deleted file mode 100644 index cda47e7..0000000 Binary files a/exampleSite/static/gallery/cartoon/girl-3316342_640.jpg and /dev/null differ diff --git a/exampleSite/static/gallery/cartoon/zombie-521243_640.png b/exampleSite/static/gallery/cartoon/zombie-521243_640.png deleted file mode 100644 index 008805d..0000000 Binary files a/exampleSite/static/gallery/cartoon/zombie-521243_640.png and /dev/null differ diff --git a/exampleSite/static/gallery/photo/owl-4590569_640.jpg b/exampleSite/static/gallery/photo/owl-4590569_640.jpg deleted file mode 100644 index 560162e..0000000 Binary files a/exampleSite/static/gallery/photo/owl-4590569_640.jpg and /dev/null differ 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