Skip to content

Commit

Permalink
plugins add
Browse files Browse the repository at this point in the history
  • Loading branch information
XTsat committed Nov 5, 2023
1 parent ed013b8 commit f2e6845
Showing 1 changed file with 19 additions and 69 deletions.
88 changes: 19 additions & 69 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,74 +65,24 @@ export default hopeTheme({
reaction: false,
},

// components: {
// components: ["Badge", "BiliBili"],
// },

// feed: {
// rss: true,
// },

// sitemap: {
// changefreq: "weekly",
// },

// mdEnhance: {
// gfm: true,
// imgLazyload: true,
// include: true,
// tabs: true,
// },

// pwa: {
// favicon: "/favicon.ico",
// cacheHTML: false,
// cachePic: true,
// appendBase: true,
// themeColor: "#f26d6d",
// update: "hint",
// apple: {
// icon: "/favicon.ico",
// statusBarColor: "black",
// },
// msTile: {
// image: "/favicon.ico",
// color: "#ffffff",
// },
// manifest: {
// icons: [
// {
// src: "/pwa-icon/chrome-512.png",
// sizes: "512x512",
// type: "image/png",
// },
// {
// src: "/pwa-icon/chrome-192.png",
// sizes: "192x192",
// type: "image/png",
// },
// {
// src: "/pwa-icon/chrome-144.png",
// sizes: "144x144",
// type: "image/png",
// },
// {
// src: "/pwa-icon/chrome-72.png",
// sizes: "72x72",
// type: "image/png",
// },
// {
// src: "/pwa-icon/chrome-96.png",
// sizes: "96x96",
// type: "image/png",
// },
// {
// src: "/pwa-icon/chrome-48.png",
// sizes: "48x48",
// type: "image/png",
// },
// ],
// },
// },
components: {
components: ["Badge", "BiliBili"],
},

feed: {
rss: true,
},

sitemap: {
changefreq: "weekly",
},

mdEnhance: {
gfm: true,
imgLazyload: true,
include: true,
tabs: true,
},

},
});

0 comments on commit f2e6845

Please sign in to comment.