How to change upside down tab titles or remove menu items on blog page? #112
-
Hi, thanks for create this project bundle exec jekyll serve --watch --host 0.0.0.0 --safe |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, first of all, _site folder is output folder. You can't change anything in there. My advice is to use a good editor like VS Code, so you can use the search function. if you want to change the tab names, please check this file. upside_down_tabs:
tab:
all: All
categories: Categories #Change here
tags: Tags
years: Years
clear: Clear
close: Close if that's what you're trying to achieve? |
Beta Was this translation helpful? Give feedback.
Hi, first of all, _site folder is output folder. You can't change anything in there.
My advice is to use a good editor like VS Code, so you can use the search function.
If you search "Categories" you can find this file. If you want to remove category tab of upside down menu, this is where you need to make changes.
if you want to change the tab names, please check this file.
if that's what you're trying to achieve?