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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish-D <anishd2912@gmail.com>2021-07-25 13:35:48 +0300
committerGitHub <noreply@github.com>2021-07-25 13:35:48 +0300
commitcc6ab509d1bc2733480303971a670e90f28b9ccb (patch)
tree7ad5cfc40930f517b40a0026d36580e246262b95 /exampleSite
parent8fd86a9ed5c0307da3474dbf40f7fbac494b5335 (diff)
docs: update comments (#187)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/home/skills.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/exampleSite/content/home/skills.md b/exampleSite/content/home/skills.md
index 2cd59691..6691207a 100644
--- a/exampleSite/content/home/skills.md
+++ b/exampleSite/content/home/skills.md
@@ -30,16 +30,17 @@ feature:
name: Photography
# Uncomment to use emoji icons.
-#- icon = ":smile:"
-# icon_pack = "emoji"
-# name = "Emojiness"
-# description = "100%"
+#- icon: ':smile:'
+# icon_pack: emoji
+# name: Emojiness
+# description: 100%
# Uncomment to use custom SVG icons.
-# Place custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
+# Place your custom SVG icon in `assets/media/icons/`.
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
-#- icon = "your-custom-icon-name"
-# icon_pack = "custom"
-# name = "Surfing"
-# description = "90%"
+# For example, reference `assets/media/icons/xyz.svg` as `icon: 'xyz'`
+#- icon: your-custom-icon-name
+# icon_pack: custom
+# name: Surfing
+# description: 90%
---