-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes required for v0.123.0 #2385
Comments
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Jan 30, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Jan 30, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Jan 31, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Jan 31, 2024
Merged
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Jan 31, 2024
Two additions:
|
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 2, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 2, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 2, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 2, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 2, 2024
This is no longer relevant with hugo v0.123.0-DEV-28733248 and later.
Done. |
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 3, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 3, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 3, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 3, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 3, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 3, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 4, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 5, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 5, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 6, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 6, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 8, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 8, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 9, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 9, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 11, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 11, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 13, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 13, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 13, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 13, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 15, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 15, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 15, 2024
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 15, 2024
Closes gohugoio#2385 Closes gohugoio#2421
jmooring
added a commit
to jmooring/hugo-docs
that referenced
this issue
Feb 17, 2024
Closes gohugoio#2385 Closes gohugoio#2421
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1) ✔️ https://gohugo.io/methods/site/sites/
See gohugoio/hugo#11860. Change this:
to this:
2) ✔️ https://gohugo.io/content-management/page-bundles/
See gohugoio/hugo#11439. Change this:
to this:
3) ✔️ https://gohugo.io/methods/site/lastchange/
See gohugoio/hugo#11457. Mark as deprecated, add new page methods/site/lastmod.
4) ✔️ https://gohugo.io/methods/page/bundletype/
.Page.BundleType()
return type changed tostring
(the old internal string type is removed)5) ✔️ https://gohugo.io/functions/data/getcsv/
See gohugoio/hugo#11932. Deprecate in favor of using page or global resources with transform.Unmarshal.
6) ✔️ https://gohugo.io/functions/data/getjson/
See gohugoio/hugo#11932. Deprecate in favor of using page or global resources with transform.Unmarshal.
7) ✔️ New
fmt.Warnidf
functionSee gohugoio/hugo@098a0ce
8) ✔️ Rename config
ignoreErrors
=>ignoreLogs
See gohugoio/hugo@098a0ce
9) ✔️ https://gohugo.io/templates/output-formats/
See gohugoio/hugo#11551.
See gohugoio/hugo#8927.
10) ✔️ https://gohugo.io/troubleshooting/faq/
See gohugoio/hugo#11809.
11) ✔️ Remove
.Page.File.Lang
(deprecated)12) ✔️ Remove usage of
.Page.Lang
in examples13) ✔️ Add
.Page.File.Section
14) ✔️ Add
.Page.Path
15) ✔️ Params key in front matter
When updating the front matter fields list, do not document the
kind
,path
, orlang
front matter fields at this time; they are for future use.See:
16) ✔️ Add something, somewhere about default render hooks
17) ✔️ Remove/replace deprecated calls in github.com/gohugoio/gohugoioTheme
data.GetJSON
.Page.Lang
18) ✔️ Remove deprecated calls from Hugo's built-in templates
gohugoio/hugo#11971
19) ✔️ Update instagram usage docs per changes in gohugoio/hugo#11971
20) ✔️ https://gohugo.io/content-management/multilingual/#page-bundles
See gohugoio/hugo#11453. For multilingual sites, "shared" page resources are no longer accessible via markdown link/image elements without render hooks designed for portability.
Document:
The text was updated successfully, but these errors were encountered: