feat: enabled blog (still need to write the release post for 11.0)

This commit is contained in:
Folke Lemaitre 2024-06-23 18:44:23 +02:00
parent 327ac45d57
commit 2c33b870dc
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 24 additions and 2 deletions

View file

@ -34,7 +34,7 @@ const config: Config = {
sidebarPath: "./sidebars.ts",
editUrl: "https://github.com/folke/lazy.nvim/tree/docs/",
},
blog: false,
// blog: false,
theme: {
customCss: "./src/css/custom.css",
},
@ -65,7 +65,11 @@ const config: Config = {
alt: "lazy.nvim Logo",
src: "img/icon.svg",
},
items: [...require("./socials.ts")],
items: [
{ to: "/", label: "Docs", position: "left" },
{ to: "blog", label: "Blog", position: "left" },
...require("./socials.ts"),
],
},
footer: {
style: "dark",