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,
|
||||
blog: {
|
||||
routeBasePath: '/',
|
||||
exclude: [
|
||||
"**/_*.md",
|
||||
"**/target/**"
|
||||
],
|
||||
blogSidebarTitle: 'All posts',
|
||||
blogSidebarCount: 'ALL',
|
||||
showReadingTime: true,
|
||||
|
Loading…
Reference in New Issue
Block a user