docs: update comments (#187)

This commit is contained in:
Anish-D
2021-07-25 16:05:48 +05:30
committed by GitHub
parent 8fd86a9ed5
commit cc6ab509d1

View File

@@ -30,16 +30,17 @@ feature:
name: Photography name: Photography
# Uncomment to use emoji icons. # Uncomment to use emoji icons.
#- icon = ":smile:" #- icon: ':smile:'
# icon_pack = "emoji" # icon_pack: emoji
# name = "Emojiness" # name: Emojiness
# description = "100%" # description: 100%
# Uncomment to use custom SVG icons. # 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. # Reference the SVG icon name (without `.svg` extension) in the `icon` field.
#- icon = "your-custom-icon-name" # For example, reference `assets/media/icons/xyz.svg` as `icon: 'xyz'`
# icon_pack = "custom" #- icon: your-custom-icon-name
# name = "Surfing" # icon_pack: custom
# description = "90%" # name: Surfing
# description: 90%
--- ---