OpenDataforWeb3 / Resources

Resources including the Landscape, FAQs, and other information
44 stars 18 forks source link

Take live a reactive front page to our web site #170

Closed epowell101 closed 1 year ago

epowell101 commented 1 year ago

As mentioned in Discord, we have developed a more interactive front page: https://opendatacommunity.org/web_test/

We now need this content to replace the content as specifically opendatacommunity.org

The sub domains such as forum, opendatacommunity.org would not change.

Similarly we would also not change URLs such as: https://opendatacommunity.org/about-us/

sarob commented 1 year ago

@SpaceTristan so should we simply replace the Hugo site index.html content with <meta http-equiv="refresh" content="0"; URL="https://opendatacommunity.org/home/" /> until we can convert over to react based site or or is there a way to merge the two?

SpaceTristan commented 1 year ago

@SpaceTristan so should we simply replace the Hugo site index.html content with <meta http-equiv="refresh" content="0"; URL="https://opendatacommunity.org/home/" /> until we can convert over to react based site or or is there a way to merge the two?

Yeah I think that will work. I will able to be more engaged this week with things so we can maybe do a call on this but it should be that simple. Is opendatacommunit.org being hosted from pages right now?

sarob commented 1 year ago

yup, both opendatacommunity.org and opendatacommunity.org/home are GitHub.io pages hosted

sarob commented 1 year ago

@SpaceTristan evan was have problems with a https redirect I think. I’ll look into creating a PR for moving the hugo site content into the new site and managing going forward with vsc react extension.

SpaceTristan commented 1 year ago

@SpaceTristan evan was have problems with a https redirect I think. I’ll look into creating a PR for moving the hugo site content into the new site and managing going forward with vsc react extension.

Sounds good. Lets talk more about this in tomorrow's engineering meeting. I didn't realize the new site was pointing back to the hugo site for things

sarob commented 1 year ago

@hebb00 somewhere between yesterday and today's updates, your test deployment at https://hebb00.github.io/odc/ looks to be have the layout broken.

The most recent render here https://github.com/hebb00/odc/actions/runs/4797829989

PR at https://github.com/OpenDataforWeb3/opendataforweb3.github.io/pull/37

sarob commented 1 year ago

PR merged and site is live. great work @hebb00 !