From 27d21485f974839c77f555f6445655c989c1717a Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sun, 1 Dec 2019 21:54:00 +0900 Subject: [PATCH] Delete staticDir setting from config.toml --- exampleSite/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8c9f68e..b8ebd18 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,8 +19,6 @@ pygmentsCodefences = true pygmentsUseClasses = true pygmentsCodefencesGuessSyntax = true -staticDir = ["static", "../assets/others"] # static directories - [author] #### Author Info name = "XXXX"