jekyll-theme-chirpy icon indicating copy to clipboard operation
jekyll-theme-chirpy copied to clipboard

Changing HOME to PORTFOLIO

Open raul-bermejo opened this issue 3 years ago • 0 comments

Checklist

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

Description

I would like to change the name of HOME to something like PORTFOLIO Screen Shot 2022-08-03 at 10 21 05 PM

I've tried to change that on _site/index.html:

<li class="nav-item">
  <a href="/" class="nav-link">
    <i class="fa-fw fas fa-home ml-xl-3 mr-xl-3 unloaded"></i>
    <span>PORTFOLIO</span>
  </a>
</li>
<!-- the real tabs -->

but everytime I run the website locally _site/index.html seems to be overwritten with HOME again.

I'm also having the same issue when trying to change Trending Tags to tags. Any thoughts?

raul-bermejo avatar Aug 03 '22 12:08 raul-bermejo