From 95c4ab58d67f808f30adfbab559ce844c2271cd5 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Fri, 2 Nov 2018 12:11:48 -0600 Subject: fixed fork link --- exampleSite/config.toml | 29 ++++++++++++++--------------- exampleSite/themes/hugo-theme-robotico | 2 +- layouts/partials/footer.html | 2 +- theme.toml | 1 + 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index eda12e4..315f30e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,9 +14,8 @@ twitter = "wiley_baba" instagram = "wileybaba" fork = "github.com/wileybaba/Robotico_hugo_theme" progressively = true -defaultContentLanguage = 'en' -# Menus +defaultContentLanguage = 'en' [languages] [languages.en] @@ -83,17 +82,17 @@ defaultContentLanguage = 'en' url = "https://www.buymeacoffee.com/gokmen" weight = 120 -# Gallery +# Gallery - [[params.portfolio]] - link = "https://picsum.photos/1200/768.jpg?image=251" - [[params.portfolio]] - link = "https://picsum.photos/1200/768.jpg?image=252" - [[params.portfolio]] - link = "https://picsum.photos/1200/768.jpg?image=253" - [[params.portfolio]] - link = "https://picsum.photos/1200/768.jpg?image=254" - [[params.portfolio]] - link = "https://picsum.photos/1200/768.jpg?image=255" - [[params.portfolio]] - link = "https://picsum.photos/1200/768.jpg?image=256" + [[params.portfolio]] + link = "https://picsum.photos/1200/768.jpg?image=251" + [[params.portfolio]] + link = "https://picsum.photos/1200/768.jpg?image=252" + [[params.portfolio]] + link = "https://picsum.photos/1200/768.jpg?image=253" + [[params.portfolio]] + link = "https://picsum.photos/1200/768.jpg?image=254" + [[params.portfolio]] + link = "https://picsum.photos/1200/768.jpg?image=255" + [[params.portfolio]] + link = "https://picsum.photos/1200/768.jpg?image=256" diff --git a/exampleSite/themes/hugo-theme-robotico b/exampleSite/themes/hugo-theme-robotico index 1ae60bd..566d40e 160000 --- a/exampleSite/themes/hugo-theme-robotico +++ b/exampleSite/themes/hugo-theme-robotico @@ -1 +1 @@ -Subproject commit 1ae60bdb6e3f346998add99bfc87832aa8cbf387 +Subproject commit 566d40e7d7bb2910051928e13fa376ae49958d12 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7dd4239..4751017 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -51,7 +51,7 @@ {{ end }} {{ if .Site.Params.fork}} - + fork this page {{ end }} diff --git a/theme.toml b/theme.toml index d9c1ca8..48453a3 100644 --- a/theme.toml +++ b/theme.toml @@ -1,5 +1,6 @@ name = "Robotico" license = "MIT" +licenselink = "https://github.com/wileybaba/hugo-theme-robotico/blob/master/LICENSE.md" description = "A lightweight and blazing fast personal website theme" homepage = "https://github.com/wileybaba/hugo-theme-robotico" features = ["responsive", "gallery", "multilingual"] -- cgit v1.2.3