From 2d369e74cde53d4049b046305bd85a3434576b2d Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Wed, 18 Oct 2017 00:59:35 -0700 Subject: Updated configs to fix wrong image extension --- exampleSite/config-empty.toml | 5 +++-- exampleSite/config.toml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/exampleSite/config-empty.toml b/exampleSite/config-empty.toml index fb1214a..cdaa97d 100644 --- a/exampleSite/config-empty.toml +++ b/exampleSite/config-empty.toml @@ -2,6 +2,7 @@ baseURL = "localhost:1313" languageCode = "en-us" title = "My Portfolio Website" theme = "hugo-lodi-theme" +# googleAnalytics = "UA-XXXXXXXX-Y" [params] # head theme color @@ -16,11 +17,11 @@ theme = "hugo-lodi-theme" description_photo = "portfolio.jpg" # favicon image (512x512px), place this in the static/img folder - favicon = "favicon.jpg" + favicon = "favicon.png" # logo image (204x204px), place this in the static/img folder # this appears on the top left of the navigation - logo = "logo.jpg" + logo = "logo.png" # Email # email = "" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 96bae5c..12d5fb1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,13 +2,14 @@ baseURL = "localhost:1313" languageCode = "en-us" title = "My Portfolio Website" theme = "hugo-lodi-theme" +# googleAnalytics = "UA-XXXXXXXX-Y" [params] theme_color = "#574CDD" description = "Portfolio of Alexis Collado, UX Designer" description_photo = "portfolio.jpg" - favicon = "favicon.jpg" - logo = "logo.jpg" + favicon = "favicon.png" + logo = "logo.png" email = "myemail@gmail.com" facebook = "lex.collado" twitter = "lexiscollado" -- cgit v1.2.3