Update README.md

This commit is contained in:
prototypa
2022-09-11 13:25:42 -04:00
committed by GitHub
parent 3d6c4930ff
commit a000b65cd8

View File

@ -142,28 +142,28 @@ export const SITE = {
}; };
export const BLOG = { export const BLOG = {
disabled: false, disabled: false,
postsPerPage: 4, postsPerPage: 4,
blog: { blog: {
disabled: false, disabled: false,
pathname: 'blog', // blog main path, you can change this to "articles" (/articles) pathname: 'blog', // blog main path, you can change this to "articles" (/articles)
}, },
post: { post: {
disabled: false, disabled: false,
pathname: '', // empty for /some-post, value for /pathname/some-post pathname: '', // empty for /some-post, value for /pathname/some-post
}, },
category: { category: {
disabled: false, disabled: false,
pathname: 'category', // set empty to change from /category/some-category to /some-category pathname: 'category', // set empty to change from /category/some-category to /some-category
}, },
tag: { tag: {
disabled: false, disabled: false,
pathname: 'tag', // set empty to change from /tag/some-tag to /some-tag pathname: 'tag', // set empty to change from /tag/some-tag to /some-tag
}, },
}; };