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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
-rw-r--r--exampleSite/data/contact.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 599d6d9..f882650 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -111,8 +111,8 @@ theme = "hugo-myportfolio-theme"
date_format = "Jan-2006"
# Number of columns in projects grid (OPTIONAL)
- #nb_columns = "3"
- #nb_columns_small = "2"
+ nb_columns = "3"
+ nb_columns_small = "2"
# ----------
diff --git a/exampleSite/data/contact.yaml b/exampleSite/data/contact.yaml
index 24c6de8..b085071 100644
--- a/exampleSite/data/contact.yaml
+++ b/exampleSite/data/contact.yaml
@@ -5,7 +5,7 @@ photo: "user-tie.png"
description: "Very short text with a call to action."
email:
- address: "you.email@somewhere.com"
+ address: "your.email@somewhere.com"
link: false
icon: "fa-envelope"
icon-pack: "fas"