Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-01 | Merge pull request #110 from Borber/main | Francesco Tomaselli | |
fix: copy button position | |||
2025-04-01 | Merge pull request #102 from runofthemillgeek/fix/aspect-ratio-layout-shift | Francesco Tomaselli | |
Fix layout shifts by preserving aspect-ratio at responsive sizes | |||
2025-04-01 | Merge pull request #100 from runofthemillgeek/feat/og-image-partial | Francesco Tomaselli | |
Add partial to customize og:image meta property | |||
2025-03-26 | Fix layout shifts by preserving aspect-ratio at responsive sizes | Sangeeth 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-25 | fix: copy button position | Borber | |
2025-03-24 | Merge pull request #109 from Borber/patch-1 | Francesco Tomaselli | |
2025-03-24 | Update USERS.md | 𝘽𝙤𝙧𝙗𝙚𝙧 | |
2025-03-19 | Nowrap on pagination control | Francesco | |
2025-03-19 | Merge pull request #105 from Nykenik24/patch-1 | Francesco Tomaselli | |
Add myself to USERS.md | |||
2025-03-19 | Merge branch 'main' into patch-1 | Francesco Tomaselli | |
2025-03-19 | Merge pull request #106 from rahulpat1l/patch-1 | Francesco Tomaselli | |
Update USERS.md | |||
2025-03-19 | Merge pull request #101 from runofthemillgeek/fix/use-unitless-img-width-height | Francesco Tomaselli | |
Remove `px` from width/height img attributes in render-image hook | |||
2025-03-19 | Update USERS.md | Rahul Patil | |
added my website | |||
2025-03-18 | Update USERS.md | Nykenik | |
2025-03-15 | Remove `px` from width/height img attributes in render-image hook | Sangeeth 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-15 | Add partial to customize og:image meta property | Sangeeth 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-14 | Update wiki | Francesco | |
2025-03-14 | Merge pull request #95 from runofthemillgeek/feat/breadcrumbs-customization | Francesco Tomaselli | |
Add breadcrumbs config to hide current page and change home text | |||
2025-03-14 | Merge pull request #99 from markop404/main | Francesco Tomaselli | |
2025-03-14 | Fix error sentence in 404 page | Marko Pejić | |
2025-03-14 | Fix home anchor tag spacing in 404 page | Marko Pejić | |
2025-03-09 | Add breadcrumbs config to hide current page and change home text | Sangeeth 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-07 | Merge pull request #94 from kompoth/main | Francesco Tomaselli | |
2025-03-07 | Added the old Twitter logo; added myself to the list of users | Vasily Negrebetskiy | |
2025-03-06 | Merge pull request #92 from runofthemillgeek/fix/list-alignment-input-dark-mode | Francesco Tomaselli | |
List alignment fixes and input dark mode support | |||
2025-03-06 | List alignment fixes and input dark mode support | Sangeeth 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-05 | Update | Francesco | |
2025-03-05 | Merge pull request #91 from runofthemillgeek/docs/add-self-to-users | Francesco Tomaselli | |
Add Sangeeth to USERS.md | |||
2025-03-05 | Add Sangeeth to USERS.md | Sangeeth Sudheer | |
2025-03-02 | Merge pull request #90 from aadityathapa/patch-1 | Francesco Tomaselli | |
Added myself to USERS.md | |||
2025-03-02 | Added myself to USERS.md | Aaditya Thapa | |
2025-02-24 | Update wiki | Francesco | |
2025-02-22 | Merge pull request #88 from kpechenenko/main | Francesco Tomaselli | |
2025-02-22 | update path to custom css file | Konstantin Pechenenko | |
2025-02-21 | Merge pull request #86 from OleMussmann/configure-mermaid-theme | Francesco Tomaselli | |
Configure mermaid theme | |||
2025-02-21 | make mermaid themes configurable | Ole Mussmann | |
2025-02-20 | Merge pull request #84 from OleMussmann/fix-header-reflow | Francesco Tomaselli | |
prevent linebreaks in header words for small window sizes | |||
2025-02-20 | move inline JS to its own file | Ole Mussmann | |
2025-02-20 | prevent linebreaks in header words | Ole Mussmann | |
2025-02-20 | Cleanup breadcrumbs | Francesco | |
2025-02-19 | Update breadcrumbs style | Francesco | |
2025-02-18 | Dynamic contributors page | Francesco | |
2025-02-02 | Merge pull request #75 from OleMussmann/main | Francesco Tomaselli | |
2025-02-02 | Merge pull request #78 from OleMussmann/fix-header-links | Francesco Tomaselli | |
2025-02-02 | fix disappearing header links | Ole Mussmann | |
2025-02-02 | fix whitespace around #small images | Ole Mussmann | |
2025-01-30 | Merge pull request #73 from jpvg10/wiki-fix | Francesco Tomaselli | |
Small wiki fixes | |||
2025-01-30 | small wiki fixes | Juan Pablo Valencia | |
2025-01-28 | Merge pull request #72 from JimmyRespawn/main | Francesco Tomaselli | |
2025-01-28 | fix google analytic while generating the config file | JimmyRespawn | |