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

github.com/wileybaba/hugo-theme-robotico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwileybaba <wileymckayconte@gmail.com>2018-11-02 21:11:48 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-11-02 21:11:48 +0300
commit95c4ab58d67f808f30adfbab559ce844c2271cd5 (patch)
treed308cfcde1c6551831468ef3e64ec394bcaf96fb
parent4ea78634006cdb66cd9eb2b18dfc5bf8f2acf244 (diff)
fixed fork link
-rw-r--r--exampleSite/config.toml29
m---------exampleSite/themes/hugo-theme-robotico6
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml1
4 files changed, 16 insertions, 22 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
-Subproject 1ae60bdb6e3f346998add99bfc87832aa8cbf38
+Subproject 566d40e7d7bb2910051928e13fa376ae49958d1
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}}
- <a href="#">
+ <a href="{{ .Site.Params.fork }}">
<img class="icon" src="{{ .Site.BaseURL }}img/git.svg" alt="fork this page" title="fork this theme" />
</a>
{{ 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"]