Content Debug
Content Structure
Loading content structure...
All Content
Loading all content...
Articles Content
Loading articles content...
Test Direct Queries
File System Check
Content Module Configuration
{
documentDriven: false,
highlight: {
theme: 'github-dark',
preload: ['javascript', 'typescript', 'vue', 'html', 'css', 'json', 'md']
},
navigation: {
fields: ['title', 'description', 'date', 'category', 'readTime', 'image', 'author']
},
sources: {
content: { driver: 'fs', base: './content' },
articles: { driver: 'fs', base: './content/articles' }
},
ignores: ['drafts'],
experimental: {
clientDB: true,
stripQueryParameters: true
}
}