From 0b44e79fd2333bebbe23952656bbd40decafe3bf Mon Sep 17 00:00:00 2001 From: Derek Severin Date: Sat, 14 Mar 2020 15:12:08 +0700 Subject: Example site grids fix +minor text corrections --- README.md | 6 +++--- exampleSite/config.toml | 4 ++-- exampleSite/data/contact.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99d95b6..b4367b3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Noteworthy features of this Hugo theme are: - Possibility to have arbitrary number of content/projects sections - Responsive portfolio grids with hover effect - Can be used as a professional showcase, a personal one, or both -- Image gallery with easy and intuitive navigation controls* +- Image gallery with easy and intuitive navigation controls (*) - Dynamic generation of pages based on data content - Easy site navigation via header navigation bar - Possibility to display siblings, children posts and children lists independently for each page, with associated orders @@ -22,7 +22,7 @@ Noteworthy features of this Hugo theme are: - Easy copyright image labelling per image or per project - 404 page -* Thanks to [liwenyip](//github.com/liwenyip) for the [PhotoSwipe](https://photoswipe.com) gallery integration in Hugo: [hugo-easy-gallery](//github.com/liwenyip/hugo-easy-gallery) +(*) Thanks to [liwenyip](//github.com/liwenyip) for the [PhotoSwipe](https://photoswipe.com) gallery integration in Hugo: [hugo-easy-gallery](//github.com/liwenyip/hugo-easy-gallery) ![Hugo MyPortfolio Theme Screenshot](https://github.com/2-REC/hugo-myportfolio-theme/blob/master/images/screenshot.png) @@ -237,7 +237,7 @@ All the parameters are optional - if not defined, it will not be added to the pa ### Run the website -In order to see your site in action, run Hugo's built-in local server. +In order to see your site in action, run Hugo's built-in local server. $ hugo server 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" -- cgit v1.2.3