Eric Gusmao
7c127074f9
fix: migrate deprecated Hugo v0.158.0 language API
...
Replace deprecated config keys and template methods per Hugo v0.158.0:
Config (10 files):
- languageCode → locale
- languageName → label
Templates:
- site.LanguageCode → site.Language.Locale (baseof.html, head.html, schema.html x2)
- site.Language.Lang → site.Language.Name (single.html)
- .Lang → .Language.Name (likes.html, views.html)
Ref: https://discourse.gohugo.io/t/deprecations-in-v0-158-0/56869
2026-03-25 11:15:20 -03:00
ZhenShuo Leo
f3e91168d9
fix(schema): remove abstract field
...
- Search engines do not consume the abstract property
- Platforms (Docusaurus, Vitepress, WordPress, Medium) do not use it
- .Summary method does not match the definition of abstract in schema.org
redo 0d21750932 due to incorrect merge manipulate
2025-12-23 01:42:44 +08:00
ZhenShuo Leo
81f2423d71
Merge branch 'dev' into feature/callout-tailwind
2025-12-23 01:21:40 +08:00
ZhenShuo Leo
0d21750932
fix(schema): remove abstract field
...
- Search engines do not consume the abstract property
- Platforms (Docusaurus, Vitepress, WordPress, Medium) do not use it
- .Summary method does not match the definition of abstract in schema.org
2025-12-23 01:16:01 +08:00
ZhenShuo Leo
8b362f58d3
perf(schema): loop fusion
2025-12-23 01:13:56 +08:00
rxchi1d
775d5b1bbf
feat: add admonitions
2025-12-22 09:53:58 +08:00
ZhenShuo Leo
652462e326
fix: add JSON-LD to section page
2025-11-21 02:16:48 +08:00
ZhenShuo Leo
8ab2d8b68a
feat: add BreadcrumbList (enableStructuredBreadcrumbs option)
...
also fix escape character in url of schema
2025-11-21 02:16:43 +08:00
unacro
d6873cf1b1
chore: Move .Site.Author to .Site.Params.Author
2024-08-11 20:45:05 +08:00
Nuno Coração
8fbdecb6e7
initial commit
2022-09-10 20:05:37 +01:00