Skip to content

Commit

Permalink
remove things from nav
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Feb 21, 2025
1 parent 9b6bc30 commit 4a5b229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,13 @@ export default defineConfig({
linkify: true,
config: (md) => {
md.use(markdownFootnote);
md.use(markdownItAttrs);
md.use(groupIconMdPlugin);
md.use(MarkdownItLabel, {
cssClassLabel: "mdi-label",
cssClassTextLight: "mdi-label-text-light",
cssClassTextDark: "mdi-label-text-dark",
});
md.use(markdownItAttrs);
md.renderer.rules.footnote_block_open = () => (
/* eslint-disable stylistic/quotes */
'<hr>\n' +
Expand All @@ -141,7 +142,6 @@ export default defineConfig({
'<ol class="footnotes-list">\n'
/* eslint-enable stylistic/quotes */
);
md.use(groupIconMdPlugin);
},
},
sitemap: {
Expand All @@ -161,8 +161,8 @@ export default defineConfig({
{ text: "Projects", link: "/projects" },
{ text: "Thought Fossils", link: "/thought-fossils" },
{ text: "Unsorted Fragments", link: "/unsorted-fragments" },
{ text: "Other People", link: "/other-people" },
{ text: "Vitepress Resources", link: "/vitepress-default" },
// { text: "Other People", link: "/other-people" },
// { text: "Vitepress Resources", link: "/vitepress-default" },
],
search: {
provider: "local",
Expand Down

0 comments on commit 4a5b229

Please sign in to comment.