Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Ablaza <xlablaza@gmail.com>2017-10-18 10:59:35 +0300
committerXavi Ablaza <xlablaza@gmail.com>2017-10-18 10:59:35 +0300
commit2d369e74cde53d4049b046305bd85a3434576b2d (patch)
treef28b9ca47de9a8469740f4546879438dcb3cff0b
parente3a365f45a32a3f6ed7391badb2c51b91585f5af (diff)
Updated configs to fix wrong image extension
-rw-r--r--exampleSite/config-empty.toml5
-rw-r--r--exampleSite/config.toml5
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"