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

Add site-wide favicon from the JoinTTS site #128

Merged
merged 9 commits into from
Jul 30, 2024
Merged

Conversation

wesley-dean-gsa
Copy link
Contributor

Add a passThroughCopy to take stuff from _img/favicon folder and put them in the root of the built site.

Changes proposed in this pull request:

  1. add 11ty config
  2. add favicon image
  3. add HTML meta stuff

security considerations

n/a

Add a passThroughCopy to take stuff from `_img/favicon` folder and put them in the root of the built site.
Add the HTML to make the favicon thingee work. 🤞
@wesley-dean-gsa wesley-dean-gsa changed the title Update .eleventy.js Add site-wide favicon from the JoinTTS site Jul 30, 2024
@wesley-dean-gsa
Copy link
Contributor Author

Here's how we did it:

  1. put the file in _img/favicon/favicon.ico
  2. in the 11ty config, add a passthrough to copy the image from _img/favicon/favicon.ico to assets/favicon.ico
  3. in the meta.html file, add the usual tag, but with | url to.. urlify it

@wesley-dean-gsa wesley-dean-gsa marked this pull request as ready for review July 30, 2024 17:52
@wesley-dean-gsa
Copy link
Contributor Author

Screenshot_20240730_135231

See the flag icon in the tab menu and the path in the inspect sidebar

Copy link
Contributor

@debjudy debjudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@wesley-dean-gsa wesley-dean-gsa merged commit 16efedd into main Jul 30, 2024
5 checks passed
@wesley-dean-gsa wesley-dean-gsa deleted the 079-favicon branch July 30, 2024 17:53
@wesley-dean-gsa wesley-dean-gsa linked an issue Jul 30, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Update site-wide Favicon
2 participants