Releases: tomfran/typo
v1.15.0
What's Changed
- Support relative paths in markdown images by @runofthemillgeek in #43
- Add width and height attrs for local images by @runofthemillgeek in #48
- Add article heading anchors by @runofthemillgeek in #49
- Adding support for translating dates by @jpvg10 in #50
- Fix: overwriting footer.html breaks math by @jpvg10 in #52
- Add support for installing theme as Hugo module by @crnh in #57
- Adding parameter
disableComment
to disable Giscus comment on specific post. by @Senophyx in #59
Full Changelog: 1.14.0...1.15.0
Wiki Website
The Wiki has now been moved to a dedicated website: https://tomfran.github.io/typo-wiki/
The source is contained in the theme itself, I understand someone might not like this choice, as the wiki content is pulled when one clones the theme in their repo, but the ability to update the functionality and the wiki in a single PR outweighs this con.
Everyone is now encouraged to update the wiki when modifying or introducing features, also, feel free to improve it if you feel like it.
New Contributors
v1.14.0
Changelog
- @simon-siggaard added support for mermaid diagrams;
- @Frankkkkk added missing markdownify of post summaries;
- @runofthemillgeek:
- Improved font loading;
- Optimized large images in README;
- Added a home link to the header;
- Added support for Open Graph tags;
- Updated the gitignore.
Broken History
I removed large files from the git history, the repo size is now down to 2MB. If you want to update your local clone use git pull --rebase
or re-clone the repo. I am sorry if this causes problems.
If you're using Typo for your website, feel free to add your website to the list alongside what you do! 😊
v1.13.0
Changelog
@vxnick implemented the following:
- Umami is now included only in production
- Date format of single pages can now be tweaked: wiki
@arunmathaisk implemented footer customization, allowing users to hide or customize it: wiki.
Commits: 1.12.0...1.13.0
If you're using Typo for your website, feel free to add your website to the list alongside what you do! 😊
v1.12.0
v1.11.0
Changelog
- @francoposa improved menu behavior using .Name instead of .Path;
- @jkfujr added support for Umami and an additional
newTab
parameter to menu entries; - RSS Feed is now supported thanks to @jder
Commits: 1.10.0...1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.0
Changelog
Added color palettes support, with a catpuccin one alongside the default: appearance wiki.
Commits: 1.6.0...1.7.0
v1.6.0
Changelog
- Added meta descriptions to single posts and homepage;
- Fixed tag displaying url encoded text pointed out in this issue.
Commits: 1.5.0...1.6.0