From 4ebe70adbff75e824834a3d548e2b3bb1a2fc7d3 Mon Sep 17 00:00:00 2001 From: koirand Date: Mon, 24 Sep 2018 16:48:35 +0900 Subject: [PATCH] Fix 404 error --- exampleSite/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8b189b9..b395b9f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,6 +8,7 @@ pygmentsUseClasses = true [params] author = "Kazuki Koide" avatar = "avatar.jpg" + favicon = "favicon.ico" discription = """ I’m a Web Engeneer working in Tokyo. I’d like to make products that take people to the future. @@ -16,8 +17,8 @@ pygmentsUseClasses = true follow on Twitter or contact by Email. """ publicationYear = "2018" - custom_css = ["css/custom.css"] - custom_js = ["js/custom.js"] + # custom_css = ["css/custom.css"] + # custom_js = ["js/custom.js"] [[params.nav]] name = "Blog"