Working with Emilia - Easy Question. How do I change the main header on home page? #759
Unanswered
clarkedarkmatter
asked this question in
Questions
Replies: 3 comments 1 reply
-
I believe you can update that in Source: https://github.com/ch4nd4n/chandankumar.com/blob/master/gatsby-config.js siteMetadata: {
author: "@ch4nd4n",
siteTitle: `Chandan Kumar`,
siteHeadline: `Chandan Kumar`,
siteUrl: `https://www.chandankumar.com`,
siteDescription:
"blah blah",
siteTitleAlt: `Chandan Kumar`,
}, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried that but it didn't work. Thank you for trying though.
…On Tue, Jan 11, 2022, 3:40 AM Chandan Kumar ***@***.***> wrote:
I believe you can update that in gatsby-config.js
For example my site it's something like
Source:
https://github.com/ch4nd4n/chandankumar.com/blob/master/gatsby-config.js
siteMetadata: {
author: ***@***.***",
siteTitle: `Chandan Kumar`,
siteHeadline: `Chandan Kumar`,
siteUrl: `https://www.chandankumar.com`,
siteDescription:
"blah blah",
siteTitleAlt: `Chandan Kumar`,
},
—
Reply to this email directly, view it on GitHub
<#759 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVJWDRFWWEJMC3TA2WAWB4TUVP3INANCNFSM5JVPBIOQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
If you're talking about changing the text in the header, you have to change values under options for the starter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still trying to learn shadowing. Seems like a lot of others are having similar issues with what should be easy tasks.
Can someone break down a play-by-play/ELI5 to making some easy edits to title/meta/etc.? I feel hopeless right now on this theme.
Beta Was this translation helpful? Give feedback.
All reactions