diff --git a/hugo.toml b/hugo.toml index bd6ec24..d8774cb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,16 +8,16 @@ enableGitInfo = true disableKinds = ['taxonomy'] [params] - BookTheme = 'auto' - # enable in single pages if they get too long - BookToC = false - BookLogo = '/logo.png' - BookSection = 'docs' - BookRepo = 'https://gitlab.com/lvra/lvra.gitlab.io' - BookCommitPath = '-/commit' - BookEditPath = '-/edit/main' - BookDateFormat = 'Jan 2, 2006' - BookSearch = true - BookComments = false +BookTheme = 'auto' +# enable in single pages if they get too long +BookToC = false +BookLogo = '/logo.webp' +BookSection = 'docs' +BookRepo = 'https://gitlab.com/lvra/lvra.gitlab.io' +BookCommitPath = '-/commit' +BookEditPath = '-/edit/main' +BookDateFormat = 'Jan 2, 2006' +BookSearch = true +BookComments = false [markup.goldmark.renderer] - unsafe = true +unsafe = true diff --git a/static/logo.png b/static/logo.png deleted file mode 100644 index faeb357..0000000 Binary files a/static/logo.png and /dev/null differ diff --git a/static/logo.webp b/static/logo.webp new file mode 100644 index 0000000..7be64e9 Binary files /dev/null and b/static/logo.webp differ