Update README.md
This commit is contained in:
36
README.md
36
README.md
@ -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
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user