14384 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
3fdd5819b5
Update Build.md
Make the shims example React 18 compatible.
2024-06-27 11:26:17 +02:00
Joe Mooring
7764005c31
Improve example of render hook directory structure 2024-06-26 09:34:02 -07:00
Salim B
5e3941d82b
Fix typos 2024-06-25 16:39:54 -07:00
Joe Mooring
748bf065f9
Restructure templates section 2024-06-25 12:01:08 -07:00
Bjørn Erik Pedersen
fafbf65669
Update Defer.md 2024-06-25 20:11:41 +02:00
Joe Mooring
012162e0d2
Document changes to template functions in v0.128.0
- New: css.TailwindCSS
- Deprecate/rename: resources.Babel => js.Babel
- Deprecate/rename: resources.PostCSS => css.PostCSS
- Deprecate/rename: resources.ToCSS => css.Sass
- Document disableWatch mount parameter
2024-06-25 19:10:02 +02:00
Joe Mooring
0990ce35b5 quick-reference: Update emojis
This updates this emojis quick reference to:
https://github.com/yuin/goldmark-emoji/releases/tag/v1.0.3
2024-06-25 19:07:51 +02:00
Joe Mooring
6677a30ef2 Update Goldmark configuration documentation 2024-06-25 19:07:19 +02:00
Joe Mooring
4449d530d4 Document new pagination config 2024-06-25 19:06:53 +02:00
Bjørn Erik Pedersen
0af8be439f
Update Defer.md 2024-06-25 19:04:52 +02:00
Bjørn Erik Pedersen
56348196da
netlify: Hugo 0.128.0 2024-06-25 19:00:00 +02:00
Bjørn Erik Pedersen
d67b6d82e4 Update content/en/functions/templates/Defer.md
Co-authored-by: Joe Mooring <joe@mooring.com>
2024-06-25 18:55:35 +02:00
Bjørn Erik Pedersen
23d996b3da Update content/en/functions/templates/Defer.md
Co-authored-by: Joe Mooring <joe@mooring.com>
2024-06-25 18:55:35 +02:00
Bjørn Erik Pedersen
7f7fb2f272 Document templates.Defer 2024-06-25 18:55:35 +02:00
Bjørn Erik Pedersen
5ada1e9d59
Fix docs merge (remove shortcode) 2024-06-25 18:53:09 +02:00
Bjørn Erik Pedersen
d27ee6156c
Merge branch 'tempv0.128.0' 2024-06-25 18:48:12 +02:00
Joe Mooring
5d7317c84d
Fix typo 2024-06-24 07:20:20 -07:00
Joe Mooring
7c18ee5462
Update theme 2024-06-23 08:04:32 -07:00
Bjørn Erik Pedersen
83bfea63bf
Update theme 2024-06-22 16:39:36 +02:00
Bjørn Erik Pedersen
b274b3238a Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722' 2024-06-21 09:41:24 +02:00
Dietrich Epp
ff34a035a9 deploy: Add stripIndexHtml target option
This new configuration parameter causes paths matching
"<dir>/index.html" to be stored as "<dir>/" remotely. This simplifies
the cloud configuration needed for some use cases, such as CloudFront
distributions with S3 bucket origins. Before this change, users must
configure their S3 buckets as public websites (which is incompatible
with certain authentication / authorization schemes), or users must add
a CloudFormation function to add index.html to the end of incoming
requests. After this change, users can simply use an ordinary CloudFront
distribution (no additional code) with an ordinary S3 bucket origin (and
not an S3 website).

This adds tests to ensure that functionality like matchers is unaffected
by this change. I have also tested that the functionality works as
expected when deploying to a real S3 / CloudFront website.

Closes #12607
2024-06-20 19:37:22 +02:00
Bjørn Erik Pedersen
9b06f951e6
Update theme 2024-06-19 11:36:48 +02:00
Franklin
aa24b5319d
Improve quick start example
Co-authored-by: Joe Mooring <joe@mooring.com>
2024-06-18 12:58:07 -07:00
Joe Mooring
d9e964bdb6 markup/goldmark: Add the Hugo Goldmark Extras "delete" extension
With Goldmark v1.7.1 and earlier, the Goldmark "strikethrough" extension was
triggered by wrapping text within a pair of double-tilde characters. With
Goldmark v1.7.2 and later, to provide full GFM compatibility, the Goldmark
"strikethrough" extension is triggered by wrapping text within a pair of
single- or double-tilde characters.

This change created a conflict with the Hugo Goldmark Extras "subscript"
extension.

When enabling the Hugo Goldmark Extras "subscript" extension, if you
want to render subscript and strikethrough text concurrently, you must:

1. Disable the Goldmark "strikethrough" extension
2. Enable the Hugo Goldmark Extras "delete" extension

Closes #12597
2024-06-18 18:56:20 +02:00
stigmatah
08e4e626de
Update index.md 2024-06-17 14:13:06 -07:00
Joe Mooring
f4c1a8ce1e
Update Disqus comments implementation notes (#2631) 2024-06-17 03:51:42 -07:00
Joe Mooring
aac3c02799
Update data sources 2024-06-16 05:11:08 -07:00
Joe Mooring
6ac3d7617b
Fix typo 2024-06-15 16:09:10 -07:00
Joe Mooring
017da70a0b
Ensure consistent use of method instead of variable 2024-06-15 16:05:30 -07:00
Joe Mooring
820881dcff
Fix typo 2024-06-15 11:46:50 -07:00
Joe Mooring
dc6fa5ac6a Document LiveReload debugging
Closes #2625
2024-06-15 11:43:49 -07:00
Joe Mooring
18b8c79f33 Improve url function examples 2024-06-15 11:43:49 -07:00
Joe Mooring
89e6997f14
Improve url function examples 2024-06-14 16:19:20 -07:00
Joe Mooring
53134e05cc
Remove static files page 2024-06-14 05:45:09 -07:00
Joe Mooring
27645a90f1
Improve data file/source documentation 2024-06-12 13:56:07 -07:00
Joel Aufrecht
f86b95bd41
Correct manual summary divider example 2024-06-11 13:51:21 -07:00
Joe Mooring
f0e95c8d18
Add examples to comparison operators 2024-06-09 20:12:30 -07:00
Joe Mooring
c5c6aa7980
Document Pager methods 2024-06-08 21:59:14 -07:00
Joe Mooring
015049af9e
Fix typos 2024-06-08 20:22:23 -07:00
Joe Mooring
ac5bd16d28 deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0
Closes #12580
2024-06-08 20:25:42 +02:00
Joe Mooring
ea6a9fa3f5 Remove new-in label 2024-06-08 08:06:10 -07:00
Joe Mooring
0359c4a1ec Fix links 2024-06-08 08:06:10 -07:00
yaardie
3ab8bb4e39
Update performance.md 2024-06-06 09:20:45 -07:00
Bjørn Erik Pedersen
b5393c65db
Update configuration.md 2024-06-05 20:52:40 +02:00
Joe Mooring
ca96976305
Update Sections.md
Closes #2610
2024-06-05 08:42:09 -07:00
Bjørn Erik Pedersen
927c905625 Document HTTP cache config 2024-06-05 12:47:30 +02:00
Bjørn Erik Pedersen
6da2196437
netlify: Hugo 0.127.0 2024-06-05 12:46:20 +02:00
Joe Mooring
de236b58b5
Deprecate .Sites.First in favor of .Sites.Default 2024-06-02 06:42:27 -07:00
Bjørn Erik Pedersen
076067b47c
netlify: Hugo 0.126.3 2024-06-02 15:22:13 +02:00
Joe Mooring
c37dd680e2
Change GetPage examples to single argument 2024-06-01 05:54:36 -07:00