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

Upgrade Hugo and Docsy #3346

Closed
markmandel opened this issue Aug 24, 2023 · 0 comments · Fixed by #3417
Closed

Upgrade Hugo and Docsy #3346

markmandel opened this issue Aug 24, 2023 · 0 comments · Fixed by #3417
Assignees
Labels
area/site The website itself - including redirects, styling, search, etc kind/cleanup Refactoring code, fixing up documentation, etc

Comments

@markmandel
Copy link
Member

Before we tackle #2706, let's do an update of Hugo and Docsy to the latest versions (and make sure we don't break anything along the way 😃).

Putting these together because they likely will need to be updated at the same time.

Things that are useful:

This is my thoughts on how to upgrade everything:

  • Update the install instructions in the Dockerfile linked above to the latest Hugo version.
  • Can try running make site-server to see if anything breaks, but if it does, the solution may be to update Docsy.
  • Make a copy of a release of Docsy and put it in the linked folder above (we just copy past it - we don't use git submodules)
  • Run make site-server, see if it shows any errors.
  • Check pages, see if any rendering has broken.

The only thing to also keep an eye on, I had to make this change to our docsy template to update Google Analytics, so we'll want to make sure that that change is kept (it might be that updating Docsy will update this file).

@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc area/site The website itself - including redirects, styling, search, etc labels Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/site The website itself - including redirects, styling, search, etc kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants