Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-16 | fix: set rel=alternate for individual pagesHEADmaster | Martin Fischer | |
2025-08-16 | feat: add vscode syntax highlighting | Martin Fischer | |
2025-08-16 | change: replace default footer with generator meta tags | Martin Fischer | |
2025-08-16 | fix: remove default favicon | Martin Fischer | |
2025-08-16 | fork: Typo as Tastefejl | Martin Fischer | |
2025-07-05 | Add options to hide list dates (#115) | crnh | |
Add showListDate parameter, show readTime dot if date is present | |||
2025-05-18 | Update katex, add rawhtml shortcode | Francesco | |
2025-05-17 | Fix issue where urls have single slash after protocol | Linh Nguyen | |
2025-05-04 | Word break in header menu, reduced excessive margins while wrapped | Francesco | |
2025-04-29 | Merge pull request #130 from linh-n/main | Francesco Tomaselli | |
fixes #129 double slash for favicons | |||
2025-04-26 | Fix double slash for favicons | Linh Nguyen | |
2025-04-26 | Include og-image.html in all pages | Sangeeth Sudheer | |
Not sure why I added those checks earlier, but it's good to have og-image.html in all pages, like sections for tags/content categories. | |||
2025-04-25 | Make opengraph.html a normal partial | Sangeeth Sudheer | |
Moves `opengraph.html` under `layout/partials` and updates `head.html` to include from the updated path. This change is needed to make things work with Hugo >=v0.144.0 as they moved templates like `opengraph.html` from `_internals` breaking existing usage. The doc also recommends doing this: https://gohugo.io/templates/embedded/#open-graph This change shouldn't affect existing users of Typo unless they override `head.html`. | |||
2025-04-01 | Fix get_hook function | Corné Haasjes | |
2025-04-01 | Add support for hooks in layouts/partials/hooks | Corné Haasjes | |
Supported hooks: - head_start - head_end - body_end - footer_start | |||
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-19 | Nowrap on pagination control | Francesco | |
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-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-02-20 | Cleanup breadcrumbs | Francesco | |
2025-02-19 | Update breadcrumbs style | Francesco | |
2025-01-20 | fix: change property for name | Eduardo Flores | |
2025-01-20 | add: fediverse meta tag | Eduardo Flores | |
2024-11-23 | move math block to baseof.html | Juan Pablo Valencia | |
2024-11-18 | adding support for translating dates | Juan Pablo Valencia | |
2024-10-29 | Merge pull request #38 from runofthemillgeek/feat/link-main-title-to-home-page | Francesco Tomaselli | |
2024-10-28 | Make header title a link to base URL (home page) | Sangeeth Sudheer | |
This is a common pattern found in many sites. I've also added styling to remove the underline. | |||
2024-10-28 | Add support for Open Graph tags | Sangeeth Sudheer | |
This change will allow us to use the `images` property in frontmatter to display a cover image when sharing links to content in social media. Open Graph support is provided out of the box with Hugo and is a one-line change. See docs: https://gohugo.io/templates/embedded/#open-graph | |||
2024-09-15 | fix: set deaflt value of showFooter as true | Arun | |
2024-09-15 | feat: show generic footer | Arun | |
2024-09-14 | feat: Content License and Copyright holder as Footer | Arun | |
2024-09-02 | Enable Umami analytics in Production only | Nick Savage | |
This will prevent analytics collection when testing locally. | |||
2024-08-21 | Removed duplicated favicon.ico entry | Francesco | |
2024-08-21 | feat(partials): allow setting of favicon path | Maahir Ur Rahman | |
chore(partials): add explicit links for all favicon types | |||
2024-08-13 | Uniform umami and comments inclusion | Francesco | |
2024-08-13 | Merge branch 'main' into main | Francesco Tomaselli | |
2024-08-12 | Add RSS feed link | Jesse Rusak | |
2024-08-11 | Update header.html and add support for Umami | P家单推人 | |
- Updated header.html with necessary changes. - Added support for Umami along with relevant configurable options. - Included a new umami.html file for tracking. | |||
2024-07-27 | header partial: replace deprecated .Path access with lower .Name | francoposa | |
2024-07-19 | Implement Canonical URL | Arpit Gupta | |
This change adds canonical URL to all pages. Reference: https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-link-method | |||
2024-06-29 | Color pallettes and hide header mode | Francesco | |
2024-06-24 | Updated single pagination | Francesco | |
2024-06-24 | Pagination on single posts | Francesco | |
2024-06-09 | Added color palettes | Francesco | |
2024-05-26 | Added meta descriptions | Francesco | |
2024-05-11 | Breadcrumbs and tags | Francesco | |
2024-05-11 | Merge branch 'main' into tmp | Francesco | |
2024-05-11 | Format | Francesco | |
2024-05-06 | Breadcrumbs tmp | Francesco | |
2024-05-06 | feat: add giscus support | nyms7 | |