Time for the annual static site build of the 2020.drupalcampcolorado.org event web site.
Tasks:
1. Generate a static version of the 2020.drupalcampcolorado.org web site.
2. Post the static site to github pages for free hosting.
3. Make sure to assigned the Github.com project to DrupalCampColorado organization.
4. Notify switzern when it is time to change DNS.
Comments
Comment #2
larsdesigns commentedComment #3
larsdesigns commented@switzern, I have completed the first three tasks. The site can be reviewed at https://drupalcampcolorado.github.io/2020.drupalcampcolorado.org/. I noticed that the logos on the sponsorship page are not loading. I will have a look at the code and debug.
I think it is okay to go ahead and make the DNS changes: https://docs.github.com/en/github/working-with-github-pages/managing-a-c...
Comment #4
larsdesigns commentedLet me know when the DNS is ready and I will update the Github Pages settings.
Comment #5
switzernHey @larsdesigns - Thanks so much for the help here. I just took a look at the static site using the preview link in comment #3. I see two issues that need to be resolved before we switch the DNS:
1. The fonts are not loading correctly due to the Google Fonts stylesheets being loaded over http. Could you please update those paths in the markup to use https so they load correctly?
2. All of the images are 404ing. Could you take a look and add any missing files?
Comment #6
larsdesigns commentedAh okay, I did not notice the fonts and I will fix the images also.
Comment #7
switzernHey @larsdesigns - I went ahead and addressed the font and image issues and launched the static archive as the live site since there was a core security update this week. Thanks for the help getting this moving.
Comment #8
larsdesigns commented@switzern, Awesome, thank you so much.