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

restore default meta tags and update website #474

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Feb 13, 2021

Related Issue

resolves #446

Summary of Changes

  1. Restore missing <meta> tags to default app template
  2. Update default specs
  3. Update website app.html

Thoughts / Questions

I guess one thing this does present, is how would it look like for an application to edit more custom tags on a per page basis (like for a blog post's unique title, description, author, og:*, etc)?

I know in React / Gatsby land they use React Helmet so from any component you can dynamically update the <head> after pulling data out of GraphQL. I suppose this would justify #304 and something we can introduce as a standalone library?

Otherwise, it's just as easy to recommend / suggest using basic document methods, but either way we should probably have a combination of one or more (or all) of these - example, doc, package. I can update #304 with some comments and put it into our next project board.

@thescientist13 thescientist13 added bug Something isn't working question Further information is requested website Tasks related to the projects website / documentation P0 Critical issue that should get addressed ASAP CLI labels Feb 13, 2021
@thescientist13 thescientist13 changed the title restore default meta tags and update www restore default meta tags and update website Feb 13, 2021
@thescientist13 thescientist13 linked an issue Feb 13, 2021 that may be closed by this pull request
5 tasks
@thescientist13
Copy link
Member Author

thescientist13 commented Feb 24, 2021

So one good idea coming out of the discussion on this for us would be to make a Favicons plugin, that can take a path to a favicon.png or something like that, and spit out a bunch of favicon image formats, as well as adding all the needed <meta> tags for that. This seems like a pretty useful feature to have for 1.0.0 so added it to #418 and would pair really nicely with some boilerplate / stater kit repos like a blog or portfolio.

@thescientist13 thescientist13 mentioned this pull request Feb 24, 2021
53 tasks
@thescientist13 thescientist13 removed the question Further information is requested label Feb 24, 2021
@thescientist13 thescientist13 merged commit 08c56a3 into release/0.10.0 Feb 27, 2021
@thescientist13 thescientist13 deleted the bug/issue-446-missing-default-app-template-meta-tags branch February 27, 2021 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP website Tasks related to the projects website / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

default <meta> tags are missing from default app template in 0.10.0-alpha.0
1 participant