davideisinger.com

My personal website
Log | Files | Refs | README

commit 4012b4dc030299dcad8eada8dd4b25162d4e1ad3
parent 881451e5f308afedb91232db6c59deaac6a70c49
Author: David Eisinger <[email protected]>
Date:   Mon, 12 Feb 2024 14:56:28 -0500

toml formatting

Diffstat:
Mconfig.toml | 29++++++++++++++---------------
Mthemes/v2/theme.toml | 10+++++-----
2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/config.toml b/config.toml @@ -6,22 +6,21 @@ enableGitInfo = true timeout = '120s' [params.author] - name = 'David Eisinger' - email = '[email protected]' +name = 'David Eisinger' +email = '[email protected]' [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 @@ -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 = ""