Commit Graph

14144 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen 5a9771affc Merge branch 'tempv0.129.0' 2024-07-17 15:59:50 +02:00
Joe Mooring f9146575b6 Fix typo 2024-07-16 16:17:06 -07:00
John e6e1fea499 Fix typo in Hugo docs | functions | partial 2024-07-16 09:53:16 -07:00
PeskyPotato 732d10ec46 source: Expose GitInfo Body
Updated bep/gitmap to v1.4.0, to get commit message's Body.
Added Body to GitInfo struct. Docs upated with commit body example.

Fixes #10905
2024-07-06 16:28:11 +02:00
Bjørn Erik Pedersen 34c97e639c netlify: Hugo 0.128.2 2024-07-04 10:29:58 +02:00
Felix Li 3270587e93 Fix typo 2024-07-02 04:22:36 -07:00
Bjørn Erik Pedersen 727c5396e7 netlify: Hugo 0.128.1 2024-07-02 10:12:21 +02:00
Joe Mooring 80b6ae99c4 Update GitHub Pages workflow file example 2024-06-28 13:44:09 -07:00
Joe Mooring 0271341023 Update GitHub Pages workflow file example 2024-06-28 13:28:31 -07:00
Joe Mooring 2600a8a2e2 Miscellaneous edits 2024-06-27 10:46:00 -07:00
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