From 4ea78634006cdb66cd9eb2b18dfc5bf8f2acf244 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Fri, 2 Nov 2018 11:50:22 -0600 Subject: exampleSite update --- exampleSite/config.toml | 32 +++++++++++++++++--------------- exampleSite/themes/hugo-theme-robotico | 2 +- layouts/_default/baseof.html | 4 ++-- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e204a6b..eda12e4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,22 +14,9 @@ twitter = "wiley_baba" instagram = "wileybaba" fork = "github.com/wileybaba/Robotico_hugo_theme" progressively = true - defaultContentLanguage = 'en' -[[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" - +# Menus [languages] [languages.en] @@ -57,7 +44,7 @@ link = "https://picsum.photos/1200/768.jpg?image=256" [[languages.en.menu.secondary]] identifier = "patreon" - name = "Learn More" + name = "Patreon" url = "https://www.patreon.com/bePatron?u=10637849" weight = 110 @@ -95,3 +82,18 @@ link = "https://picsum.photos/1200/768.jpg?image=256" name = "Comprame Un Cafe" url = "https://www.buymeacoffee.com/gokmen" weight = 120 + +# 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" diff --git a/exampleSite/themes/hugo-theme-robotico b/exampleSite/themes/hugo-theme-robotico index 63469b8..1ae60bd 160000 --- a/exampleSite/themes/hugo-theme-robotico +++ b/exampleSite/themes/hugo-theme-robotico @@ -1 +1 @@ -Subproject commit 63469b8532a4fa46da14dc8a4d07c248f69d3971 +Subproject commit 1ae60bdb6e3f346998add99bfc87832aa8cbf387 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1f7ecb0..547c29f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -63,7 +63,7 @@ } }); -{{ block "lightbox" . }}{{ end }} + {{ block "lightbox" . }}{{ end }} {{ if .Site.Params.highlightjs }} @@ -76,7 +76,7 @@ hljs.initHighlighting(); }, true); - {{ end }} + {{ end }} {{ if .Site.Params.progressively }} -- cgit v1.2.3