diff --git a/config.toml b/config.toml index 4e888a0..ac774ba 100644 --- a/config.toml +++ b/config.toml @@ -6,22 +6,21 @@ enableGitInfo = true timeout = '120s' [params.author] - name = 'David Eisinger' - email = 'hello@davideisinger.com' +name = 'David Eisinger' +email = 'hello@davideisinger.com' [permalinks] - pages = '/:title' +pages = '/:title' -[markup] - [markup.goldmark] - [markup.goldmark.renderer] - unsafe = true - [markup.highlight] - style = 'nord' - [markup.goldmark.parser] - autoHeadingID = true - autoHeadingIDType = 'blackfriday' +[markup.highlight] +style = 'nord' -[security] - [security.funcs] - getenv = ['DITHER_SERVER'] +[markup.goldmark.renderer] +unsafe = true + +[markup.goldmark.parser] +autoHeadingID = true +autoHeadingIDType = 'blackfriday' + +[security.funcs] +getenv = ['DITHER_SERVER'] diff --git a/themes/v2/theme.toml b/themes/v2/theme.toml index 07fc471..2f3ae3a 100644 --- a/themes/v2/theme.toml +++ b/themes/v2/theme.toml @@ -11,11 +11,11 @@ features = [] min_version = "0.41.0" [author] - name = "" - homepage = "" +name = "" +homepage = "" # If porting an existing theme [original] - name = "" - homepage = "" - repo = "" +name = "" +homepage = "" +repo = ""