Commit Graph
5148 Commits
Author SHA1 Message Date
Joe MooringandGitHub 074cd1a074 content: Miscellaneous edits 2025-02-17 11:13:34 -08:00
Joe MooringandGitHub e098a77164 content: Miscellaneous edits 2025-02-17 09:38:41 -08:00
Joe MooringandBjørn Erik Pedersen 8e1e104aac content: Updates for v0.144.0 2025-02-17 18:14:19 +01:00
Bjørn Erik Pedersen ac3b5505c8 Close new-in 2025-02-17 18:05:08 +01:00
Bjørn Erik Pedersen fd6e7feee8 Regen CLI docs 2025-02-17 18:01:10 +01:00
Bjørn Erik Pedersen 5de494dedc Merge branch 'tempv0.144.0' 2025-02-17 17:58:22 +01:00
Bjørn Erik Pedersen ef8bf89d8b resources/page: Revise the new contentbasename permalinks tokens
* Make it work for all pages, including those created from content adapters and not backed by a file.
* Allow the `slug` to win, so the new tokens are:

`:contentbasename`:

1. ContentBaseName

`:slugorcontentbasename`:

1. Slug
2. ContentBaseName

Note that a page will always have a `ContentBaseName`, so no need to fall back to e.g. the title.

Closes #11722
2025-02-17 09:41:49 +01:00
Henrique DiasandBjørn Erik Pedersen 901adb07b7 resources/page: Add :contentbasename and :contentbasenameorslug permalink tokens
See #11722
2025-02-17 09:41:49 +01:00
Joe MooringandGitHub 0fca8ef251 all: Change shortcode usage and design to prevent invalid HTML 2025-02-17 00:38:33 -08:00
harryandBjørn Erik Pedersen c41d766137 Update RegularPagesRecursive.md
fixing a small typo in the info page
2025-02-15 23:09:33 +01:00
Joe MooringandGitHub e935747483 content: Correct return type for strings.Split 2025-02-15 10:30:21 -08:00
Bjørn Erik Pedersen 3d504abbad Revert "content: Add ids to the Netlify steps"
This reverts commit c08c8e15e7.

This will eventually fix itself with https://github.com/gohugoio/hugo/issues/13403
2025-02-15 18:01:01 +01:00
Bjørn Erik Pedersen c08c8e15e7 content: Add ids to the Netlify steps
But it's probably easier to just use e.g. h6.
2025-02-15 14:46:38 +01:00
Joe MooringandGitHub 269657e8f1 content: Fix formatting error 2025-02-14 05:39:21 -08:00
Joe MooringandBjørn Erik Pedersen bc16341ca1 theme: Render mathematical markup with transform.ToMath
Closes #2897
2025-02-14 09:54:02 +01:00
Joe MooringandGitHub f6ec83533e content: Fix inline shortcode example 2025-02-13 20:57:15 -08:00
Joe MooringandGitHub 0a74210e2b theme: Remove readfile shortcode 2025-02-13 19:55:54 -08:00
Joe MooringandGitHub 43ab224280 content: Bump minimum required Go version to 1.23.0 2025-02-13 07:00:56 -08:00
Bjørn Erik Pedersen 03e54683f5 modules: Add GOAUTH to module config
Closes #13385
2025-02-13 15:01:28 +01:00
Bjørn Erik Pedersen 9f06a3b9cb js/esbuild: Add drop option
Fixes #13362
2025-02-13 13:26:46 +01:00
Joe MooringandBjørn Erik Pedersen 7f81dd9972 content: Regen commands markup 2025-02-13 08:54:31 +01:00
Joe MooringandGitHub a84008e994 content: Cleanup primary list page 2025-02-12 11:39:02 -08:00
Joe MooringandGitHub 0874b03e94 content: Publish QR code examples to the images/qr directory 2025-02-12 09:43:02 -08:00
Joe MooringandGitHub 489a68458a content: Restore KeyCDN screen captures 2025-02-12 08:39:13 -08:00
Joe MooringandGitHub c7265041f1 content: Reformat css.TailwindCSS setup steps 2025-02-11 19:08:34 -08:00
Joe MooringandGitHub 1f6614ee8e content: Update css.TailwindCSS example 2025-02-11 12:10:11 -08:00
Bjørn Erik Pedersen 5accec5f16 Misc adjustments 2025-02-11 16:30:05 +01:00
Bjørn Erik Pedersen eb5842566f Some content adjustments
* Remove linkTitle: In this section
* documentation.md => list layout
* hide_in_this_section: true => glossary.
2025-02-11 16:30:05 +01:00
Bjørn Erik Pedersen bdf97b7b45 Add new theme 2025-02-11 16:30:05 +01:00
Joe MooringandGitHub a04e96e559 Rewrite the css.TailwindCSS page 2025-02-10 11:35:02 -08:00
Joe MooringandGitHub 1c46f18644 Update deprecation notes 2025-02-10 11:28:51 -08:00
Nicholas ChristoffersenandGitHub aedcb444c3 Fix typo 2025-02-07 13:03:56 -08:00
Joe MooringandGitHub c3290b8765 Changes related to release of v0.144.0 2025-02-04 07:13:22 -08:00
Joe MooringandGitHub 9e4d73e871 Include sections in quick-reference page collection 2025-02-02 19:38:42 -08:00
4591058f57 Miscellaneous edits
Co-authored-by: Salim B <git@salim.space>
2025-02-02 16:03:53 -08:00
Joe MooringandGitHub 612b8528f9 glossary: More edits 2025-02-02 14:09:19 -08:00
Carlos AbadeandGitHub 1f0c54e608 Fit typo 2025-02-02 13:05:28 -08:00
Joe MooringandGitHub 6f14084c13 Move glossary to quick reference section 2025-02-02 11:15:51 -08:00
Carlos AbadeandGitHub 2d94905bef Improve branch bundle admonition 2025-02-02 08:53:29 -08:00
2ea56bef3e Fix typos found with codespell
Co-authored-by: Joe Mooring <joe@mooring.com>
2025-02-02 06:20:17 -08:00
Bjørn Erik Pedersen 71c5fe9519 Close shortcode 2025-02-01 17:16:30 +01:00
Joe MooringandBjørn Erik Pedersen e95d06592e Document the responseHeaders option for resources.GetRemote 2025-02-01 17:14:20 +01:00
Joe MooringandBjørn Erik Pedersen da7c12aaa5 Deprecate gist shortcode 2025-02-01 17:13:54 +01:00
Joe MooringandGitHub 367d3a7ab8 Improve new-in shortcode 2025-01-31 20:05:57 -08:00
Joe MooringandGitHub 1a7413a166 Clean up shortcode documentation 2025-01-30 18:12:19 -08:00
Joe MooringandGitHub d847892aa5 Improve glossary 2025-01-30 02:39:45 -08:00
Joe MooringandGitHub 6a7fd42ff7 Update pages describing Store methods and functions 2025-01-30 02:26:10 -08:00
Joe MooringandGitHub fe4c86ec42 Reformat MathJax example 2025-01-29 20:55:43 -08:00
Joe MooringandGitHub cea44922a5 Update MathJax example to use safe mode 2025-01-29 20:47:06 -08:00
Joe MooringandGitHub 0b6d0292c7 Update KaTeX example to use latest version 2025-01-29 19:55:29 -08:00