website: post-split cleanup (#8729)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-02-28 15:05:17 +01:00
committed by GitHub
parent ed4154e62d
commit feef105acf
8 changed files with 42 additions and 183 deletions

View File

@ -20,6 +20,8 @@ module.exports = async function (): Promise<Config> {
logo: {
alt: "authentik logo",
src: "img/icon_left_brand.svg",
href: "https://goauthentik.io/",
target: "_self",
},
items: [
{
@ -110,11 +112,6 @@ module.exports = async function (): Promise<Config> {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
blog: {
showReadingTime: true,
blogSidebarTitle: "All our posts",
blogSidebarCount: "ALL",
},
} satisfies Preset.Options,
],
[