8296df5067
Also: - Project and Custom widgets renamed (upgraded) - Rearranges section positions and adds demo section to introduce the template and help the user get started
37 lines
716 B
Markdown
37 lines
716 B
Markdown
+++
|
|
# Feature/Skill widget.
|
|
widget = "featurette" # Do not modify this line!
|
|
active = true # Activate this widget? true/false
|
|
|
|
title = "Skills"
|
|
subtitle = ""
|
|
|
|
# Order that this section will appear in.
|
|
weight = 30
|
|
|
|
# Showcase personal skills or business features.
|
|
#
|
|
# Add/remove as many `[[feature]]` blocks below as you like.
|
|
#
|
|
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
|
|
|
[[feature]]
|
|
icon = "r-project"
|
|
icon_pack = "fab"
|
|
name = "R"
|
|
description = "90%"
|
|
|
|
[[feature]]
|
|
icon = "chart-line"
|
|
icon_pack = "fas"
|
|
name = "Statistics"
|
|
description = "100%"
|
|
|
|
[[feature]]
|
|
icon = "camera-retro"
|
|
icon_pack = "fas"
|
|
name = "Photography"
|
|
description = "10%"
|
|
|
|
+++
|