14364 Commits

Author SHA1 Message Date
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 f8188f1c8c0dfb56fb634d799d3c417c08a780ad.

Revert "Update shortcode.md"

This reverts commit 083fc39c6820957633df3424c7ccd20a28577514.
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 bb30e7c08f471d2d65f7a81ebedc791b185e39ff.

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
Bjørn Erik Pedersen
826005ffee
Merge branch 'tempv0.140.0' 2024-12-17 15:58:27 +01:00
Bjørn Erik Pedersen
107289a2c0
Update theme (again) 2024-12-17 13:14:45 +01:00
Bjørn Erik Pedersen
9884425f98
Update theme 2024-12-17 13:09:57 +01:00
Bjørn Erik Pedersen
ff0a358d3b
Update Go tool version in hugo.work 2024-12-17 13:09:10 +01:00
Joe Mooring
c9b23cf6dc tpl/tplimpl: Update details shortcode
- Remove localization of default summary value
- Add title attribute
- Reformat to be consistent with other embedded templates
- Simplify and improve integration test
- Update documentation
2024-12-13 14:21:13 +01:00
racehd
f29f19afff tpl/tplimpl: Add details shortcode
- Add new shortcode to render details HTML element.
- Implement integration tests to check: default state, custom summary, open state,  attribute sanitization, allowed attributes, and localization of default summary text.
- Update docs to include details shortcode.

Closes # 13090
2024-12-13 09:24:20 +01:00
cujohub
8390a4a3ac
Add Void Linux installation instructions 2024-12-10 16:19:31 -08:00
Joe Mooring
d6099aae8b
Update link to PostCSS plugins 2024-12-10 12:56:11 -08:00
Bjørn Erik Pedersen
25dad4693f
netlify: Hugo 0.139.4 2024-12-09 19:10:33 +01:00
Philip Durbin
2b1fa118ce
Fix typo 2024-12-06 13:49:27 -08:00
Joe Mooring
3ef1eb5056
Update hosting-on-aws-amplify 2024-12-03 07:40:56 -08:00
Joe Mooring
c0f6d35d6f
Fix typo 2024-12-02 19:58:18 -08:00
Joe Mooring
aa54d4301e
Correct directory name 2024-12-02 16:40:22 -08:00
Joe Mooring
98aa26bdbf
Improve instructions for hosting with AWS Amplify 2024-12-02 16:33:30 -08:00
Joe Mooring
a07638a808
Add new-in badges 2024-12-01 06:50:47 -08:00
Bjørn Erik Pedersen
6ad018055b
netlify: Hugo 0.139.3 2024-11-29 16:54:46 +01:00
Joe Mooring
1050835d6f
Update title of hugo.Store page 2024-11-23 11:44:54 -08:00
Joe Mooring
ebbd2e851f
Clarify the shortcode Ordinal method 2024-11-23 11:18:50 -08:00
Joe Mooring
b7716ed95c
Revise code block render hook for Mermaid diagrams 2024-11-23 10:31:00 -08:00
Bjørn Erik Pedersen
f1da9b6ea2
netlify: Hugo 0.139.2 2024-11-23 16:54:33 +01:00
Bjørn Erik Pedersen
d8ac9f4285
Downgrade the Go toolchain in go.mod to a slightly older Go version 2024-11-23 16:28:57 +01:00
Bjørn Erik Pedersen
254b3c4f23
netlify: Hugo 0.139.1 2024-11-23 15:35:01 +01:00
Bjørn Erik Pedersen
03e666038c
Add hugo.Store, site.Store and Shortcode.Store 2024-11-22 16:22:18 -08:00
Joe Mooring
157e8983b6
Update Anchorize.md 2024-11-22 07:52:14 -08:00
Joe Mooring
59fa9f214c
Document the PageRef menu entry method 2024-11-21 13:51:26 -08:00