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
|
@ -1,6 +0,0 @@
|
|||
baseURL = "https://example.com/"
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
min = "0.116.0"
|
11
hugo.yaml
Normal file
11
hugo.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
markup:
|
||||
goldmark:
|
||||
parser:
|
||||
wrapStandAloneImageWithinParagraph: false
|
||||
highlight:
|
||||
noClasses: false
|
||||
|
||||
module:
|
||||
hugoVersion:
|
||||
extended: false
|
||||
min: "0.116.0"
|
|
@ -1,9 +0,0 @@
|
|||
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'
|
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