mirror of
https://github.com/bspeice/speice.io
synced 2025-06-05 19:31:33 -04:00
Exclude markdown documents generated by Rust
This commit is contained in:
parent
a976ddaf30
commit
9d7a042e7a
@ -37,6 +37,10 @@ const config: Config = {
|
|||||||
docs: false,
|
docs: false,
|
||||||
blog: {
|
blog: {
|
||||||
routeBasePath: '/',
|
routeBasePath: '/',
|
||||||
|
exclude: [
|
||||||
|
"**/_*.md",
|
||||||
|
"**/target/**"
|
||||||
|
],
|
||||||
blogSidebarTitle: 'All posts',
|
blogSidebarTitle: 'All posts',
|
||||||
blogSidebarCount: 'ALL',
|
blogSidebarCount: 'ALL',
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user