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:
-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"