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

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdevo <kdevo@users.noreply.github.com>2021-05-04 23:09:00 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-05-04 23:11:58 +0300
commita8bd5ee8c5c3a66512a2c619e5aac45965e0032c (patch)
tree92625973cdba652225adda29adbd6ea551eccd58
parent50c7361e4eeecd3fd103055d8141a502dee58c74 (diff)
:pencil: Improve gallery archetype defaults and docs
-rw-r--r--archetypes/gallery.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/archetypes/gallery.md b/archetypes/gallery.md
index e5037e7..62a02db 100644
--- a/archetypes/gallery.md
+++ b/archetypes/gallery.md
@@ -22,12 +22,12 @@ color: "#fff"
# [css] Optional gallery item hover color to set it individually.
#hoverColor: "#fff"
# [map] Configure github specific options here:
-github:
- # [str] Repo is a combination of "{user_or_org}/{repository_name}", e.g. "kdevo/osprey-delight.
- #repo: "YOUR-GITHUB-NAME/{{ .TranslationBaseName }}"
+# github:
+ # [str] Repo is a combination of "{user_or_org}/{repository_name}"
+ # repo: "kdevo/osprey-delight"
# [bool] Show repository information such project language below the buttons.
- showInfo: true
- showButtons: true
+ # showInfo: true
+ # showButtons: true
# [map] Configure optional terminal to be displayed when opening up the gallery item:
# Example (set "useTermynal" to true in config.yaml and comment out to test it):
terminal:
@@ -42,7 +42,7 @@ terminal:
# wait: 75
buttons:
- i18n: view # i18n key (see i18n directory, see https://gohugo.io/functions/i18n/)
- icon: angle-circled-right # optional: use an icon (in this case arrow right)
+ icon: view # optional: use an icon from icons.yaml
newTab: false # optional: controls if url should be opened in new tab
url: ""
- i18n: code