Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-16 | fix: set rel=alternate for individual pagesHEADmaster | Martin Fischer | |
2025-08-16 | fix: remove copy buttons | Martin Fischer | |
2025-08-16 | feat: add vscode syntax highlighting | Martin Fischer | |
2025-08-16 | fix: blockquote styling | Martin Fischer | |
A heading in a blockquote had no padding between the border and the heading. | |||
2025-08-16 | fix: remove render image hook breaking Markdown attrs for images | 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 | change: make home template embed content/home.md | Martin Fischer | |
2025-08-16 | fix: enable dark theme via CSS | 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 wiki | Francesco | |
2025-05-18 | Update katex, add rawhtml shortcode | Francesco | |
2025-05-18 | Update contributors page | Francesco | |
2025-05-17 | Merge pull request #139 from linh-n/linh-n-patch-1 | Francesco Tomaselli | |
Fix issue where urls have single slash after protocol | |||
2025-05-17 | Fix issue where urls have single slash after protocol | Linh Nguyen | |
2025-05-16 | Skip subsummary rendering if not needed | Francesco | |
2025-05-16 | Add author rendering | Francesco | |
2025-05-16 | Update other params doc | Francesco | |
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-29 | Merge pull request #131 from ↵ | Francesco Tomaselli | |
runofthemillgeek/refactor/content-inside-article-header-tags Move primary content inside an <article> tag | |||
2025-04-29 | Move primary content inside an <article> tag | Sangeeth Sudheer | |
Main article will now belong in an <article> tag and the title/header info will be inside a <header> tag within the <article>. Shouldn't introduce any style/functional changes besides improve the semantics. Comments section is moved outside the <article> as it doesn't directly relate to the article's contents. Other changes: - Used `{{-` to remove some of the whitespace while keeping source HTML structure looking correct | |||
2025-04-26 | Merge pull request #128 from ↵ | Francesco Tomaselli | |
runofthemillgeek/refactor/make-opengraph-normal-partial Make opengraph.html a normal partial | |||
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-24 | Merge pull request #123 from linh-n/patch-1 | Francesco Tomaselli | |
2025-04-23 | Add an entry to USERS.md | Linh Nguyen | |
2025-04-23 | Merge pull request #122 from evenlangas/patch-1 | Francesco Tomaselli | |
Update USERS.md | |||
2025-04-23 | Update USERS.md | Even Falkenberg Langås | |
2025-04-18 | Merge pull request #120 from tomfran/feature/tables_render | Francesco Tomaselli | |
Add proper table rendering | |||
2025-04-18 | Add proper table rendering | Francesco | |
2025-04-17 | Update table style | Francesco | |
2025-04-17 | Add missing style to code on lists | Francesco | |
2025-04-17 | Updated readme | Francesco | |
2025-04-13 | Merge pull request #118 from kompoth/main | Francesco Tomaselli | |
2025-04-13 | Fixes code blocks with highlights | Vasily Negrebetskiy | |
2025-04-05 | Update | Francesco | |
2025-04-05 | Merge pull request #114 from crnh/crnh/module_path | Francesco Tomaselli | |
Add major version suffix to go module path | |||
2025-04-05 | Add major version suffix to go module path | crnh | |
2025-04-03 | Update wiki | Francesco | |
2025-04-03 | Update wiki | Francesco | |
2025-04-02 | Merge pull request #112 from crnh/crnh/feature/hooks | Francesco Tomaselli | |
2025-04-01 | Document hooks in wiki | Corné Haasjes | |
2025-04-01 | Put body_end above footer | Corné Haasjes | |
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 #111 from tomfran/revert-110-main | Francesco Tomaselli | |
Revert "fix: copy button position" | |||
2025-04-01 | Revert "fix: copy button position" | Francesco Tomaselli | |