diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:35:16 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:35:16 +0300 |
commit | b0a379f559b2864134301b3831af678333cf7670 (patch) | |
tree | 59367cbdce47db8db5ec98dcb6b3189a4d4d14b0 /archetypes | |
parent | 48b9b6ce8a7d61c3aa94d10941601a57bdd73217 (diff) |
Add skills content
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/skills.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/skills.md b/archetypes/skills.md new file mode 100644 index 0000000..683b355 --- /dev/null +++ b/archetypes/skills.md @@ -0,0 +1,5 @@ +--- +title: '{{ replace .File.ContentBaseName `-` ` ` | title }}' +weight: 1 +tags: ["Hugo", "HTML/CSS"] +---
\ No newline at end of file |