chore: add exampleSite
And associated files for Hugo Themes Site
This commit is contained in:
51
exampleSite/content/home/skills.md
Normal file
51
exampleSite/content/home/skills.md
Normal file
@@ -0,0 +1,51 @@
|
||||
+++
|
||||
# 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.
|
||||
|
||||
title = "Skills"
|
||||
subtitle = ""
|
||||
|
||||
# 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
|
||||
|
||||
[[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%"
|
||||
|
||||
# Uncomment to use emoji icons.
|
||||
# [[feature]]
|
||||
# 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%"
|
||||
|
||||
+++
|
||||
Reference in New Issue
Block a user