Changing the name folder to an icon

folder: "📁 ", //Changed from "Folder" to "📁 " in line 74 at quartz/i18n/locales/en-US.ts

Got rid of counter in the folder page

showFolderCount: false, // >> Changed from true to false in line 23 at quartz/components/pages/FolderContent.tsx

Hide the tags on the folders page

Added the code below in quartz/styles/custom.scss

/* Hide the tag list that appears next to each
  note on the Tag Page list.
*/
.page-listing .tags {
  display: none;
}