refactor: convert skills.md to YAML
This commit is contained in:
parent
278c0cc183
commit
9a785945f6
2 changed files with 66 additions and 78 deletions
|
@ -1,51 +1,45 @@
|
||||||
+++
|
---
|
||||||
# A Skills section created with the Featurette widget.
|
# An instance of the Featurette widget.
|
||||||
widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/
|
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||||
headless = true # This file represents a page section.
|
widget: featurette
|
||||||
active = true # Activate this widget? true/false
|
|
||||||
weight = 30 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Skills"
|
# This file represents a page section.
|
||||||
subtitle = ""
|
headless: true
|
||||||
|
|
||||||
|
# Order that this section appears on the page.
|
||||||
|
weight: 30
|
||||||
|
|
||||||
|
title: Skills
|
||||||
|
subtitle:
|
||||||
|
|
||||||
# Showcase personal skills or business features.
|
# Showcase personal skills or business features.
|
||||||
#
|
# - Add/remove as many `feature` blocks below as you like.
|
||||||
# Add/remove as many `[[feature]]` blocks below as you like.
|
# - For available icons, see: https://wowchemy.com/docs/page-builder/#icons
|
||||||
#
|
feature:
|
||||||
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
|
- description: 90%
|
||||||
|
icon: r-project
|
||||||
[[feature]]
|
icon_pack: fab
|
||||||
icon = "r-project"
|
name: R
|
||||||
icon_pack = "fab"
|
- description: 100%
|
||||||
name = "R"
|
icon: chart-line
|
||||||
description = "90%"
|
icon_pack: fas
|
||||||
|
name: Statistics
|
||||||
[[feature]]
|
- description: 10%
|
||||||
icon = "chart-line"
|
icon: camera-retro
|
||||||
icon_pack = "fas"
|
icon_pack: fas
|
||||||
name = "Statistics"
|
name: Photography
|
||||||
description = "100%"
|
|
||||||
|
|
||||||
[[feature]]
|
|
||||||
icon = "camera-retro"
|
|
||||||
icon_pack = "fas"
|
|
||||||
name = "Photography"
|
|
||||||
description = "10%"
|
|
||||||
|
|
||||||
# Uncomment to use emoji icons.
|
# Uncomment to use emoji icons.
|
||||||
# [[feature]]
|
#- 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 custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
|
||||||
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
|
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
|
||||||
# [[feature]]
|
#- icon: "your-custom-icon-name"
|
||||||
# icon = "your-custom-icon-name"
|
# icon_pack: "custom"
|
||||||
# icon_pack = "custom"
|
# name: "Surfing"
|
||||||
# name = "Surfing"
|
# description: "90%"
|
||||||
# description = "90%"
|
---
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
|
@ -1,40 +1,36 @@
|
||||||
+++
|
---
|
||||||
# A Skills section created with the Featurette widget.
|
# An instance of the Featurette widget.
|
||||||
widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/
|
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||||
headless = true # This file represents a page section.
|
widget: featurette
|
||||||
active = true # Activate this widget? true/false
|
|
||||||
weight = 30 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Skills"
|
# This file represents a page section.
|
||||||
subtitle = ""
|
headless: true
|
||||||
|
|
||||||
|
# Order that this section appears on the page.
|
||||||
|
weight: 30
|
||||||
|
|
||||||
|
title: Skills
|
||||||
|
subtitle:
|
||||||
|
|
||||||
# Showcase personal skills or business features.
|
# Showcase personal skills or business features.
|
||||||
#
|
# - Add/remove as many `feature` blocks below as you like.
|
||||||
# Add/remove as many `[[feature]]` blocks below as you like.
|
# - For available icons, see: https://wowchemy.com/docs/page-builder/#icons
|
||||||
#
|
feature:
|
||||||
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
|
- description: 90%
|
||||||
|
icon: r-project
|
||||||
[[feature]]
|
icon_pack: fab
|
||||||
icon = "r-project"
|
name: R
|
||||||
icon_pack = "fab"
|
- description: 100%
|
||||||
name = "R"
|
icon: chart-line
|
||||||
description = "90%"
|
icon_pack: fas
|
||||||
|
name: Statistics
|
||||||
[[feature]]
|
- description: 10%
|
||||||
icon = "chart-line"
|
icon: camera-retro
|
||||||
icon_pack = "fas"
|
icon_pack: fas
|
||||||
name = "Statistics"
|
name: Photography
|
||||||
description = "100%"
|
|
||||||
|
|
||||||
[[feature]]
|
|
||||||
icon = "camera-retro"
|
|
||||||
icon_pack = "fas"
|
|
||||||
name = "Photography"
|
|
||||||
description = "10%"
|
|
||||||
|
|
||||||
# Uncomment to use emoji icons.
|
# Uncomment to use emoji icons.
|
||||||
# [[feature]]
|
#- icon = ":smile:"
|
||||||
# icon = ":smile:"
|
|
||||||
# icon_pack = "emoji"
|
# icon_pack = "emoji"
|
||||||
# name = "Emojiness"
|
# name = "Emojiness"
|
||||||
# description = "100%"
|
# description = "100%"
|
||||||
|
@ -42,10 +38,8 @@ subtitle = ""
|
||||||
# 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 custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
|
||||||
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
|
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
|
||||||
# [[feature]]
|
#- icon = "your-custom-icon-name"
|
||||||
# icon = "your-custom-icon-name"
|
|
||||||
# icon_pack = "custom"
|
# icon_pack = "custom"
|
||||||
# name = "Surfing"
|
# name = "Surfing"
|
||||||
# description = "90%"
|
# description = "90%"
|
||||||
|
---
|
||||||
+++
|
|
||||||
|
|
Loading…
Reference in a new issue