Migrate content and static assets - #964
Merged
Merged
Conversation
This was referenced Aug 6, 2026
MakisH
self-requested a review
August 6, 2026 11:26
Member
|
This will take a bit more time to review. However, it would be great to have the CI already ported, to automatically check that the changes don't break the build. |
MakisH
reviewed
Aug 6, 2026
MakisH
reviewed
Aug 9, 2026
Co-authored-by: Gerasimos Chourdakis <gerasimos.chourdakis@ipvs.uni-stuttgart.de>
Co-authored-by: Gerasimos Chourdakis <gerasimos.chourdakis@ipvs.uni-stuttgart.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates website content and static assets to Hugo. It adds Hugo aliases, updates image paths, add minimal content to section _index.md files for Hugo content organization, and moves 382 assets (CSS, JavaScript, images, and fonts) to Hugo’s static/ directory. It also migrates publications and testimonials into Hugo content sections and removes the Jekyll homepage source; its Hugo template is included in #963 .
Hugo copies static/ files directly into the generated public/ site, preserving their URL paths: Hugo directory structure documentation (https://gohugo.io/getting-started/directory-structure/#static).
Also move about and privacy to content directory(root)