Refresh brand assets, fix footer copyright, and feature RunLore - #105
Merged
Conversation
Regenerate the navbar lockup, footer mark, and favicon family from the
new Ogenki iconset (brand color #004675). The square icons are derived
from the lockup SVG's mark glyph, since the iconset ships no standalone
mark asset.
- logos/logo-{light,dark}.webp: new lockup (blue / white)
- icons/footer-{light,dark}.webp: new mark (blue / white)
- apple-touch-icon, favicon-16/32, android-chrome-192/512: white mark
on a solid blue badge
- add favicon.ico and site.webmanifest (the latter was referenced by
the favicon partial but missing, causing a 404)
- override favicon.html to link the 16px icon, the .ico, and a
theme-color meta
The copyright config held a full, stale sentence
("Copyright (c) 2021-2023, Smana https://github.io/Smana") that the
theme injected into the holder slot, producing a doubled, malformed
line. Set it to the brand name so the footer renders
"Copyright <year> OGENKI. All Rights Reserved" with the year updated
client-side.
Swap the observability featured posts in both languages: RunLore joins the homepage featured sidebar and VictoriaLogs moves to recent posts.
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.
Summary
Three related branding/content updates, one commit each.
1. Refresh logo & favicon from the new iconset (
chore(branding))Regenerated all brand assets from the new Ogenki iconset (brand color
#004675). Since the iconset ships only a lockup + wordmark (no standalone square mark), the square icons are derived from the lockup SVG's mark glyph, keeping them pixel-consistent with the navbar logo.logos/logo-{light,dark}.webp: new lockup (blue / white)icons/footer-{light,dark}.webp: new mark (blue / white)apple-touch-icon,favicon-16/32,android-chrome-192/512: white mark on a solid blue badgefavicon.icoandsite.webmanifest(the manifest was already referenced by the favicon partial but missing → 404)favicon.htmloverride linking the 16px icon, the.ico, and atheme-colormeta2. Fix footer copyright (
fix(footer))The
copyrightconfig value was a full stale sentence that the theme dropped into the holder slot, producing:Set it to the brand name so it renders "Copyright 2026 OGENKI. All Rights Reserved" (year auto-updated client-side).
3. Feature RunLore, unfeature VictoriaLogs (
chore(content))Swapped the featured observability posts in both EN and FR: RunLore now appears in the homepage Featured sidebar; VictoriaLogs moves to Recent Posts.
Verification
hugo --minifybuilds clean (89 EN / 67 FR pages)