add sitemap plugin

pull/246/head
rootsongjc 2018-07-02 15:16:24 +08:00
parent 9e594d95af
commit 7d76e6ebe2
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,8 @@
"tbfed-pagefooter@^0.0.1", "tbfed-pagefooter@^0.0.1",
"3-ba", "3-ba",
"theme-default", "theme-default",
"-highlight", "prism", "prism-themes" "-highlight", "prism", "prism-themes",
"sitemap-general"
], ],
"pluginsConfig": { "pluginsConfig": {
"theme-default": { "theme-default": {
@ -59,6 +60,9 @@
"css": [ "css": [
"prism-themes/themes/prism-ghcolors.css" "prism-themes/themes/prism-ghcolors.css"
] ]
},
"sitemap-general": {
"prefix": "https://jimmysong.io/kubernetes-handbook/"
} }
} }
} }