Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-12-13 02:57:34 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-13 02:57:34 +0300
commit9a785945f6e074a59b69d35fffc01d9bb81b70c4 (patch)
tree088a05aa285063be5e76412e6bf70b2492a2eae0 /content
parent278c0cc1837cae146ff10178e36d53e749da0fea (diff)
refactor: convert skills.md to YAML
Diffstat (limited to 'content')
-rw-r--r--content/home/skills.md78
1 files changed, 36 insertions, 42 deletions
diff --git a/content/home/skills.md b/content/home/skills.md
index d5c7c1a8..c6cdfb0f 100644
--- a/content/home/skills.md
+++ b/content/home/skills.md
@@ -1,51 +1,45 @@
-+++
-# A Skills section created with the Featurette widget.
-widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 30 # Order that this section will appear.
+---
+# An instance of the Featurette widget.
+# Documentation: https://wowchemy.com/docs/page-builder/
+widget: featurette
-title = "Skills"
-subtitle = ""
+# This file represents a page section.
+headless: true
-# 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/page-builder/#icons
+# Order that this section appears on the page.
+weight: 30
+
+title: Skills
+subtitle:
-[[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%"
+# Showcase personal skills or business features.
+# - Add/remove as many `feature` blocks below as you like.
+# - For available icons, see: https://wowchemy.com/docs/page-builder/#icons
+feature:
+- description: 90%
+ icon: r-project
+ icon_pack: fab
+ name: R
+- description: 100%
+ icon: chart-line
+ icon_pack: fas
+ name: Statistics
+- description: 10%
+ icon: camera-retro
+ icon_pack: fas
+ name: Photography
# Uncomment to use emoji icons.
-# [[feature]]
-# 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.
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
-# [[feature]]
-# icon = "your-custom-icon-name"
-# icon_pack = "custom"
-# name = "Surfing"
-# description = "90%"
-
-+++
+#- icon: "your-custom-icon-name"
+# icon_pack: "custom"
+# name: "Surfing"
+# description: "90%"
+---