summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-01Merge pull request #102 from runofthemillgeek/fix/aspect-ratio-layout-shiftFrancesco Tomaselli
Fix layout shifts by preserving aspect-ratio at responsive sizes
2025-04-01Merge pull request #100 from runofthemillgeek/feat/og-image-partialFrancesco Tomaselli
Add partial to customize og:image meta property
2025-03-26Fix layout shifts by preserving aspect-ratio at responsive sizesSangeeth Sudheer
Uses `aspect-ratio` property to constrain height and width of render image's container to allow responsive resizing while maintaining the original aspect ratio and avoiding layout shifts. Previously, even though `width` and `height` attributes were passed to the `img` element, Chrome (and probably others) weren't reserving space for the image as expected because CSS `width`/`height` were both `auto`. At least one of them needed to be a fixed value in order to maintain aspect ratio. Even with this change, it doesn't seem possible to constrain both width and height on the same element at the same time — only one or the other works. The change introduced makes the `img` element constrain width using `max-width` while the parent element constrain height using `max-height` and `aspect-ratio`. This way, we can get responsive sizing on both axes while obeying the constraints.
2025-03-25fix: copy button positionBorber
2025-03-24Merge pull request #109 from Borber/patch-1Francesco Tomaselli
2025-03-24Update USERS.md𝘽𝙤𝙧𝙗𝙚𝙧
2025-03-19Nowrap on pagination controlFrancesco
2025-03-19Merge pull request #105 from Nykenik24/patch-1Francesco Tomaselli
Add myself to USERS.md
2025-03-19Merge branch 'main' into patch-1Francesco Tomaselli
2025-03-19Merge pull request #106 from rahulpat1l/patch-1Francesco Tomaselli
Update USERS.md
2025-03-19Merge pull request #101 from runofthemillgeek/fix/use-unitless-img-width-heightFrancesco Tomaselli
Remove `px` from width/height img attributes in render-image hook
2025-03-19Update USERS.mdRahul Patil
added my website
2025-03-18Update USERS.mdNykenik
2025-03-15Remove `px` from width/height img attributes in render-image hookSangeeth Sudheer
As per the spec, width/height attrs should be non-negative integers but currently, they are being rendered with a `px` suffix. This change removes the suffix which hopefully fixes any outstanding layout shifts. References: - https://html.spec.whatwg.org/multipage/embedded-content-other.html#dimension-attributes
2025-03-15Add partial to customize og:image meta propertySangeeth Sudheer
Adds a new partial — `head/og-image.html` — that will render the value to be used for `og:image` meta tags. The changes preserve the existing Hugo OpenGraph template's behavior of checking and using the frontmatter or specific format of image names as the `og:image` but if that doesn't work, it will delegate to the default partial which uses `assets/images/og-image.{ext}` as the image. This partial can be overriden to allow dynamic `og:image` URLs via a third-party service. `_internal/opengraph.html` source is copied from Hugo to customize and support this feature. Docs are updated to mention its usage.
2025-03-14Update wikiFrancesco
2025-03-14Merge pull request #95 from runofthemillgeek/feat/breadcrumbs-customizationFrancesco Tomaselli
Add breadcrumbs config to hide current page and change home text
2025-03-14Merge pull request #99 from markop404/mainFrancesco Tomaselli
2025-03-14Fix error sentence in 404 pageMarko Pejić
2025-03-14Fix home anchor tag spacing in 404 pageMarko Pejić
2025-03-09Add breadcrumbs config to hide current page and change home textSangeeth Sudheer
Changes `breadcrumbs` config into an object to add customizations such as hiding current page and changing the text of the home crumb. By default, Typo will now show breadcrumbs. If breadcrumbs are enabled, the current default of showing the current page crumb is preserved. BREAKING CHANGE: `breadcrumbs` is now an object so existing `breadcrumbs = <true/false>` line in config needs to be changed.
2025-03-07Merge pull request #94 from kompoth/mainFrancesco Tomaselli
2025-03-07Added the old Twitter logo; added myself to the list of usersVasily Negrebetskiy
2025-03-06Merge pull request #92 from runofthemillgeek/fix/list-alignment-input-dark-modeFrancesco Tomaselli
List alignment fixes and input dark mode support
2025-03-06List alignment fixes and input dark mode supportSangeeth Sudheer
Fixes margin and alignment issues in ul, ol and checkbox lists including when they are nested within each other. input elements in dark mode are forced to be in browser's dark color scheme.
2025-03-05UpdateFrancesco
2025-03-05Merge pull request #91 from runofthemillgeek/docs/add-self-to-usersFrancesco Tomaselli
Add Sangeeth to USERS.md
2025-03-05Add Sangeeth to USERS.mdSangeeth Sudheer
2025-03-02Merge pull request #90 from aadityathapa/patch-1Francesco Tomaselli
Added myself to USERS.md
2025-03-02Added myself to USERS.mdAaditya Thapa
2025-02-24Update wikiFrancesco
2025-02-22Merge pull request #88 from kpechenenko/mainFrancesco Tomaselli
2025-02-22update path to custom css fileKonstantin Pechenenko
2025-02-21Merge pull request #86 from OleMussmann/configure-mermaid-themeFrancesco Tomaselli
Configure mermaid theme
2025-02-21make mermaid themes configurableOle Mussmann
2025-02-20Merge pull request #84 from OleMussmann/fix-header-reflowFrancesco Tomaselli
prevent linebreaks in header words for small window sizes
2025-02-20move inline JS to its own fileOle Mussmann
2025-02-20prevent linebreaks in header wordsOle Mussmann
2025-02-20Cleanup breadcrumbsFrancesco
2025-02-19Update breadcrumbs styleFrancesco
2025-02-18Dynamic contributors pageFrancesco
2025-02-02Merge pull request #75 from OleMussmann/mainFrancesco Tomaselli
2025-02-02Merge pull request #78 from OleMussmann/fix-header-linksFrancesco Tomaselli
2025-02-02fix disappearing header linksOle Mussmann
2025-02-02fix whitespace around #small imagesOle Mussmann
2025-01-30Merge pull request #73 from jpvg10/wiki-fixFrancesco Tomaselli
Small wiki fixes
2025-01-30small wiki fixesJuan Pablo Valencia
2025-01-28Merge pull request #72 from JimmyRespawn/mainFrancesco Tomaselli
2025-01-28fix google analytic while generating the config fileJimmyRespawn
2025-01-26Merge pull request #70 from OleMussmann/mainFrancesco Tomaselli
Fix mermaid diagrams