diff --git a/blog.config.js b/blog.config.js index 330a8aed..132f810d 100644 --- a/blog.config.js +++ b/blog.config.js @@ -13,7 +13,7 @@ const BLOG = { darkBackground: '#111827', // use hex value, don't forget '#' path: '', // leave this empty unless you want to deploy in a folder since: 2020, // if leave this empty, current year will be used. - postsPerPage: 6, // post counts per page + postsPerPage: 8, // post counts per page sortByDate: false, showAbout: true, // WIP showArchive: true, // WIP diff --git a/components/SideBar.js b/components/SideBar.js index 67dae1ff..fd641d46 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -5,19 +5,23 @@ import TagList from '@/components/TagList' const SideBar = ({ tags, currentTag, post }) => { return