Exclude markdown documents generated by Rust

This commit is contained in:
Bradlee Speice 2025-04-26 13:06:58 -04:00
parent a976ddaf30
commit 9d7a042e7a

View File

@ -37,6 +37,10 @@ const config: Config = {
docs: false,
blog: {
routeBasePath: '/',
exclude: [
"**/_*.md",
"**/target/**"
],
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
showReadingTime: true,