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

[gatsby-theme-ocular] updating footer for OpenJS Foundation #397

Open
chrisgervang opened this issue Jun 19, 2022 · 3 comments
Open

[gatsby-theme-ocular] updating footer for OpenJS Foundation #397

chrisgervang opened this issue Jun 19, 2022 · 3 comments

Comments

@chrisgervang
Copy link
Collaborator

Related to openjs-foundation/project-status#65.
Where in the theme is the footer defined and how can it be updated to include this HTML snippet?

@chrisgervang
Copy link
Collaborator Author

chrisgervang commented Jun 19, 2022

Might be as simple as updating this template. I'd like to do a config such as OPENJS_PROJECT_NAME (set to vis.gl). The snippet requires the project name, which it'd get from the cnofig.

<Footer>
<Container>
{config.PROJECT_ORG_LOGO && (
<>
<FooterText>Made by</FooterText>
<FooterLogo src={`${config.PROJECT_ORG_LOGO}`} alt="logo" />
</>
)}
</Container>
</Footer>

@chrisgervang
Copy link
Collaborator Author

chrisgervang commented Jun 21, 2022

cc @ibgreen @Pessimistress

@ibgreen
Copy link
Collaborator

ibgreen commented Jun 21, 2022

I don't think anyone really remembers this old gatsby code base, so I am not sure anyone would have any objections if you made a change.

I did manually add references to UCF and LF in a couple of websites like loaders.gl, luma.gl, they will need to be updated.

FWIW, I know @ilyabo has been looking at moving vis.gl website to Next.js and @mletic has been experimenting with moving our other websites to docusaurus. Also CARTO (@alasarr) has been pushing for a higher level documentation refresh program.

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

2 participants