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

Can’t change name and subtitle #178

Open
urstrulyvishtan opened this issue Dec 31, 2021 · 3 comments
Open

Can’t change name and subtitle #178

urstrulyvishtan opened this issue Dec 31, 2021 · 3 comments

Comments

@urstrulyvishtan
Copy link

urstrulyvishtan commented Dec 31, 2021

Can't change name and subtitle from content hero
It throws markdownfront error @bchiang7
and first time while npm start the building schema takes so much time

@sasdallas
Copy link

@urstrulyvishtan Can you send your hero.js? It's possible that you may have deleted something and now there's an incorrect reference. Also, for npm, that's just the way it works.

@nagar2817
Copy link

While editing the hero.js file, don't delete the variables named as one, two three ... etc. Cause these are the array elements for iterating for generating the Hero Component

@Adam-Al-Rahman
Copy link

@urstrulyvishtan
Just go this part of your code and change the name.

  const two = <h2 className="big-heading">urstrulyvishtan.</h2>;
  const three = <h3 className="big-heading">I build things for the web.</h3>;
  const four = (
    <>
      <p>
        I’m a software engineer specializing in building (and occasionally designing) exceptional
        digital experiences. Currently, I’m focused on building accessible, human-centered products
        at{' '}
        <a href="https://upstatement.com/" target="_blank" rel="noreferrer">
          Upstatement
        </a>
        .
      </p>
    </>

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

4 participants