From 4012b4dc030299dcad8eada8dd4b25162d4e1ad3 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 12 Feb 2024 14:56:28 -0500 Subject: [PATCH] toml formatting --- config.toml | 29 ++++++++++++++--------------- themes/v2/theme.toml | 10 +++++----- 2 files changed, 19 insertions(+), 20 deletions(-) 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 = ""