2018-08-12 23:57:56 +02:00
|
|
|
+++
|
|
|
|
# Feature/Skill widget.
|
2018-09-01 19:22:35 +02:00
|
|
|
widget = "featurette" # Do not modify this line!
|
|
|
|
date = 2017-09-20T00:00:00
|
|
|
|
|
|
|
|
# Activate this widget? true/false
|
2018-08-12 23:57:56 +02:00
|
|
|
active = false
|
2018-09-01 19:22:35 +02:00
|
|
|
|
|
|
|
title = ""
|
|
|
|
subtitle = ""
|
2018-08-12 23:57:56 +02:00
|
|
|
|
|
|
|
# Order that this section will appear in.
|
|
|
|
weight = 20
|
|
|
|
|
|
|
|
# Add/remove as many `[[feature]]` blocks below as you like.
|
|
|
|
# See `config.toml` for more info on available icons.
|
|
|
|
|
|
|
|
[[feature]]
|
|
|
|
icon = "files-o"
|
|
|
|
icon_pack = "fa"
|
|
|
|
name = "Data Driven"
|
|
|
|
description = "..."
|
|
|
|
|
|
|
|
[[feature]]
|
|
|
|
icon = "pencil"
|
|
|
|
icon_pack = "fa"
|
|
|
|
name = "Math"
|
|
|
|
description = "..."
|
|
|
|
|
|
|
|
+++
|