Commit Graph

14389 Commits

Author SHA1 Message Date
Joe Mooring a5c41a053e Fix typo 2025-01-16 08:24:18 -08:00
Joe Mooring abcfed7a5b Fix typo 2025-01-16 08:22:53 -08:00
Joe Mooring 8c1debf3a5 Remove outdated new-in badges 2025-01-16 07:47:24 -08:00
Joe Mooring 809ddf9efb Update theme 2025-01-16 07:42:04 -08:00
Joe Mooring 63867d56fe Use warnf instead of errorf in try-catch example 2025-01-16 07:16:06 -08:00
Joe Mooring dee3e5f092 Update theme 2025-01-16 07:08:23 -08:00
Joe Mooring 9791f70570 Remove TODO from comment shortcode examples 2025-01-16 06:59:57 -08:00
Joe Mooring a346ca1fda Elevate embedded shortcode documentation to its own section 2025-01-16 06:56:34 -08:00
Bjørn Erik Pedersen 8fa19b50fa hugoreleaser.toml => hugoreleaser.yaml 2025-01-16 15:31:39 +01:00
Joe Mooring 575d603450 Update docs for v0.141.0
Closes #2808
2025-01-16 14:51:03 +01:00
Bjørn Erik Pedersen a0a442d621 netlify: Hugo 0.141.0 2025-01-16 14:49:43 +01:00
Bjørn Erik Pedersen 6667cbcd88 Merge commit '81a7b6390036138356773c87a886679c81c524e1' 2025-01-16 10:35:07 +01:00
Bjørn Erik Pedersen f36fc013e6 docs: Regen CLI docs 2025-01-16 10:34:52 +01:00
Joe Mooring 365a47dedf tpl/images: Change signature of images.QR to images.QR TEXT OPTIONS
Closes #13230
2025-01-08 19:59:39 +01:00
Julius Künzel ae8f8af0af images.Text: Add "alignx" option for horizontal alignment
Add an "alignx" option to the images.Text to control whether the value of the "x" option is the left border of the text (current behaviour), the center of each line or the right border.

Fixes #10849
2025-01-08 17:23:46 +01:00
Joe Mooring 4429eeeea8 Update image render hooks examples to conform with Commonmark 2025-01-07 18:10:30 -08:00
Joe Mooring 5391dddeac Add class attribute to heading render hook examples 2025-01-07 08:56:25 -08:00
Bjørn Erik Pedersen 8f45ccca67 docs: Regen CLI docs 2025-01-06 18:12:20 +01:00
Bjørn Erik Pedersen f0e6304f4f Merge commit 'e9fbadacc3f09191e2e19f112a49777eeb8df06c' 2025-01-06 18:11:07 +01:00
Joe Mooring cb9bec2b26 tpl/images: Add images.QR function
Closes #13205
2025-01-06 12:05:59 +01:00
Bjørn Erik Pedersen f0f4bcb243 Update Batch.md 2025-01-06 10:13:58 +01:00
Bjørn Erik Pedersen 15a8b1de61 Update Batch.md 2025-01-06 10:03:04 +01:00
Joe Mooring eb841ce66a Update theme 2025-01-05 20:46:22 -08:00
Joe Mooring 751097f242 Use CI_PAGES_URL in GitLab Pages workflow 2025-01-04 08:43:46 -08:00
Andreas Deininger 8584a05818 Fix typos 2025-01-03 12:44:00 -08:00
Joe Mooring b030a71492 Update configuration.md 2025-01-02 18:17:01 -08:00
Bjørn Erik Pedersen f7ec2ee9c2 Revert "Update shortcode.md"
This reverts commit f8188f1c8c.

Revert "Update shortcode.md"

This reverts commit 083fc39c68.
2025-01-02 22:07:39 +01:00
Bjørn Erik Pedersen f8188f1c8c Update shortcode.md 2025-01-02 22:04:23 +01:00
Bjørn Erik Pedersen 083fc39c68 Update shortcode.md 2025-01-02 21:50:50 +01:00
Joe Mooring d4bdfb96bd Update Filter.md 2025-01-02 10:52:41 -08:00
Joe Mooring ef00649db4 Document wrapperClass highlighting option 2024-12-31 06:54:43 -08:00
Bjørn Erik Pedersen e227dc422d Hugo 0.140.2 2024-12-30 16:36:55 +01:00
Joe Mooring b95d284447 Fix description of the the hugo server command
Closes #2802
2024-12-27 09:24:56 -08:00
Timoses 41ca381b0e Fix documentation of Fragments 2024-12-24 07:19:48 -08:00
Bjørn Erik Pedersen 73a6cd966b Update theme 2024-12-23 18:49:30 +01:00
Bjørn Erik Pedersen 2573fd1202 netlify: Hugo 0.140.1 2024-12-23 18:08:18 +01:00
Bjørn Erik Pedersen 90b19ec0d2 Merge branch 'tempv0.140.1' 2024-12-23 18:08:02 +01:00
Chris Moultrie ad2e9aeecc Update gocloud and docs for S3-Compatible Endpoints 2024-12-22 22:58:36 +01:00
Joe Mooring 34b30bad25 Remove indentation from include shortcode examples 2024-12-20 08:56:38 -08:00
Joe Mooring 97b4ef5442 Update related.md 2024-12-19 16:46:43 -08:00
Joe Mooring 7234e0189c Update related.md 2024-12-19 15:29:13 -08:00
Joe Mooring 32cc191f66 Clarify Name and Title menu entry methods 2024-12-18 13:33:06 -08:00
Joe Mooring bce733c63b Update theme 2024-12-18 12:36:01 -08:00
Joe Mooring 2f1843d10a Use .Page.GetPage in examples of an include shortcode 2024-12-17 12:04:41 -08:00
Bjørn Erik Pedersen 9e1c85bbdd Revert "Document PAGE.String"
This reverts commit bb30e7c08f.

We don't want to document this, at least not this way.

The PAGE.String method is currently meant to be used to give contextual information about a page (path, filename).

It's meant for error messages, so you can do

```
{{ warnf "foo not found in %q" .Page }}
```

But when documented as "Returns the absolute path to the file backing the given page", that is

1. Not entirely correct.
2. Makes it a formal API that people will use as a filename/path, and we can never change it (e.g. to add more contextual information)
2024-12-17 20:24:12 +01:00
Joe Mooring bb30e7c08f Document PAGE.String 2024-12-17 10:30:48 -08:00
Joe Mooring 2d151d77f7 Fix link 2024-12-17 09:34:53 -08:00
Joe Mooring fbe2d442f2 Miscellaneous updates for v0.140.0
- Add configuration option: disableDefaultLanguageRedirect
- Allow collections.Querify to accept a map argument
2024-12-17 16:00:06 +01:00
Bjørn Erik Pedersen 4d3195223a Update JS docs vs Hugo v0.140 2024-12-17 15:59:40 +01:00
Bjørn Erik Pedersen 8c190aabc6 netlify: Hugo 0.140.0 2024-12-17 15:58:48 +01:00