Convert toml hugo and theme files to yaml
This commit is contained in:
parent
00718a4fe2
commit
189a83a696
4 changed files with 27 additions and 15 deletions
16
theme.yaml
Normal file
16
theme.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: "Erynwells.me Design System"
|
||||
description: "Theme description"
|
||||
homepage: "https://nutmeg.erynwells.me"
|
||||
tags: ["Design System"]
|
||||
features: ["Spacing", "Typography"]
|
||||
|
||||
author:
|
||||
name: 'Eryn Wells'
|
||||
homepage: 'https://erynwells.me'
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
parser:
|
||||
wrapStandAloneImageWithinParagraph: false
|
||||
highlight:
|
||||
noClasses: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue