From cc6ab509d1bc2733480303971a670e90f28b9ccb Mon Sep 17 00:00:00 2001 From: Anish-D Date: Sun, 25 Jul 2021 16:05:48 +0530 Subject: docs: update comments (#187) --- exampleSite/content/home/skills.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'exampleSite') 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% --- -- cgit v1.2.3