mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
feat: enabled blog (still need to write the release post for 11.0)
This commit is contained in:
parent
327ac45d57
commit
2c33b870dc
2 changed files with 24 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue