summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-16fix: set rel=alternate for individual pagesHEADmasterMartin Fischer
2025-08-16fix: remove copy buttonsMartin Fischer
2025-08-16feat: add vscode syntax highlightingMartin Fischer
2025-08-16fix: blockquote stylingMartin Fischer
A heading in a blockquote had no padding between the border and the heading.
2025-08-16fix: remove render image hook breaking Markdown attrs for imagesMartin Fischer
2025-08-16change: replace default footer with generator meta tagsMartin Fischer
2025-08-16fix: remove default faviconMartin Fischer
2025-08-16change: make home template embed content/home.mdMartin Fischer
2025-08-16fix: enable dark theme via CSSMartin Fischer
2025-08-16fork: Typo as TastefejlMartin Fischer
2025-07-05Add options to hide list dates (#115)crnh
Add showListDate parameter, show readTime dot if date is present
2025-05-18Update wikiFrancesco
2025-05-18Update katex, add rawhtml shortcodeFrancesco
2025-05-18Update contributors pageFrancesco
2025-05-17Merge pull request #139 from linh-n/linh-n-patch-1Francesco Tomaselli
Fix issue where urls have single slash after protocol
2025-05-17Fix issue where urls have single slash after protocolLinh Nguyen
2025-05-16Skip subsummary rendering if not neededFrancesco
2025-05-16Add author renderingFrancesco
2025-05-16Update other params docFrancesco
2025-05-04Word break in header menu, reduced excessive margins while wrappedFrancesco
2025-04-29Merge pull request #130 from linh-n/mainFrancesco Tomaselli
fixes #129 double slash for favicons
2025-04-29Merge pull request #131 from ↵Francesco Tomaselli
runofthemillgeek/refactor/content-inside-article-header-tags Move primary content inside an <article> tag
2025-04-29Move primary content inside an <article> tagSangeeth 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-26Merge pull request #128 from ↵Francesco Tomaselli
runofthemillgeek/refactor/make-opengraph-normal-partial Make opengraph.html a normal partial
2025-04-26Fix double slash for faviconsLinh Nguyen
2025-04-26Include og-image.html in all pagesSangeeth 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-25Make opengraph.html a normal partialSangeeth 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-24Merge pull request #123 from linh-n/patch-1Francesco Tomaselli
2025-04-23Add an entry to USERS.mdLinh Nguyen
2025-04-23Merge pull request #122 from evenlangas/patch-1Francesco Tomaselli
Update USERS.md
2025-04-23Update USERS.mdEven Falkenberg Langås
2025-04-18Merge pull request #120 from tomfran/feature/tables_renderFrancesco Tomaselli
Add proper table rendering
2025-04-18Add proper table renderingFrancesco
2025-04-17Update table styleFrancesco
2025-04-17Add missing style to code on listsFrancesco
2025-04-17Updated readmeFrancesco
2025-04-13Merge pull request #118 from kompoth/mainFrancesco Tomaselli
2025-04-13Fixes code blocks with highlightsVasily Negrebetskiy
2025-04-05UpdateFrancesco
2025-04-05Merge pull request #114 from crnh/crnh/module_pathFrancesco Tomaselli
Add major version suffix to go module path
2025-04-05Add major version suffix to go module pathcrnh
2025-04-03Update wikiFrancesco
2025-04-03Update wikiFrancesco
2025-04-02Merge pull request #112 from crnh/crnh/feature/hooksFrancesco Tomaselli
2025-04-01Document hooks in wikiCorné Haasjes
2025-04-01Put body_end above footerCorné Haasjes
2025-04-01Fix get_hook functionCorné Haasjes
2025-04-01Add support for hooks in layouts/partials/hooksCorné Haasjes
Supported hooks: - head_start - head_end - body_end - footer_start
2025-04-01Merge pull request #111 from tomfran/revert-110-mainFrancesco Tomaselli
Revert "fix: copy button position"
2025-04-01Revert "fix: copy button position"Francesco Tomaselli