Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I remove tabs? #576

Closed
4 tasks done
vendra opened this issue May 19, 2022 · 1 comment
Closed
4 tasks done

How can I remove tabs? #576

vendra opened this issue May 19, 2022 · 1 comment

Comments

@vendra
Copy link

vendra commented May 19, 2022

Checklist

  • I have read the newlest tutorials and know the correct effect of the functional design.
  • There is no similar question on existing issues (including closed ones).
  • I have tried to find the answer on Jekyll Forum and StackOverflow.
  • My question is based on the latest code of the master branch.

Description

I'd like to remove the Tag and Archives tabs from the left menu, I tried deleting the .md files and locally, it works. But when I upload it to github I get

Ran on 9 files!
- _site/404.html

  *  internally linking to /archives, which does not exist (line 1)

     <a href="/archives">Archives page</a>

HTML-Proofer found 1 failure!

How can i fix this? It looks like 404.html is linking to it, should I change that?

Moreover, is there a way to run the same pipeline as github pages, locally, so that I catch these kind of errors beforehand?

Thanks

@cotes2020
Copy link
Owner

It looks like 404.html is linking to it, should I change that?

Yes, remove the link to Archives in file 404.html

is there a way to run the same pipeline as github pages, locally ...

Run bash ./tools/deploy.sh --dry-run

dkbnz pushed a commit to dkbnz/jekyll-theme-chirpy that referenced this issue Jul 12, 2022
shihtiy-tw pushed a commit to shihtiy-tw/shihtiy-tw.github.io that referenced this issue Nov 26, 2022
sanjidnet pushed a commit to sanjidnet/sanjidnet.github.io that referenced this issue Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants