82 Commits

Author SHA1 Message Date
Joe Mooring
8ebaa53f93
theme: Adjust shortcodes 2025-03-09 12:01:23 -07:00
Joe Mooring
c540e6d295
content: Replace note shortcode calls with blockquote alerts 2025-03-08 06:00:23 -08:00
Joe Mooring
fd628be6ed
content: Replace calls to the code shortcode with fenced code blocks 2025-03-06 02:49:11 -08:00
Joe Mooring
ec056f251e
content: Fix typo 2025-03-05 19:03:28 -08:00
Joe Mooring
b6cae5cbc6
content: Consolidate configuration documentation 2025-03-05 04:50:06 -08:00
Joe Mooring
0fca8ef251
all: Change shortcode usage and design to prevent invalid HTML 2025-02-17 00:38:33 -08:00
Joe Mooring
f6ec83533e
content: Fix inline shortcode example 2025-02-13 20:57:15 -08:00
Oleksandr Redko
2ea56bef3e
Fix typos found with codespell
Co-authored-by: Joe Mooring <joe@mooring.com>
2025-02-02 06:20:17 -08:00
Joe Mooring
1a7413a166
Clean up shortcode documentation 2025-01-30 18:12:19 -08:00
Joe Mooring
a346ca1fda
Elevate embedded shortcode documentation to its own section 2025-01-16 06:56:34 -08:00
Joe Mooring
575d603450 Update docs for v0.141.0
Closes #2808
2025-01-16 14:51:03 +01:00
Joe Mooring
cb9bec2b26 tpl/images: Add images.QR function
Closes #13205
2025-01-06 12:05:59 +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
Joe Mooring
109efe3ebb
Document the comment shortcode 2024-11-05 05:23:03 -08:00
Joe Mooring
748bf065f9
Restructure templates section 2024-06-25 12:01:08 -07:00
Joe Mooring
017da70a0b
Ensure consistent use of method instead of variable 2024-06-15 16:05:30 -07:00
Christian Oliff
d218b9c44d
Change twitter.com to x.com 2024-05-20 08:44:05 -07:00
Joe Mooring
0442f82649
Document images.Color.Luminance and images.Color.ColorHex 2024-04-25 15:00:22 -07:00
Joe Mooring
842b20d2cc
Update YouTube shortcode argument description 2024-04-22 07:13:19 -07:00
Joe Mooring
66237fe12d
Update youtube shortcode args 2024-04-16 08:31:56 -07:00
Joe Mooring
ea74d798a5
Update shortcodes.md 2024-04-02 20:31:44 -07:00
Joe Mooring
6d60920583
Rework the about section 2024-03-17 10:57:47 -07:00
Joe Mooring
e04291a990
Miscellaneous edits towards the goal of consistent language 2024-03-10 08:37:06 -07:00
Joe Mooring
c60cd20a87 Capitalize the word Markdown throughout the documentation
Closes #2435
2024-02-19 19:07:38 +01:00
Joe Mooring
f9b5938dde Create links to referenced embedded templates
Closes #2370
2024-02-19 19:07:38 +01:00
Joe Mooring
b8d5383f71 Replace links to variable pages with links to method pages
See #2196
2024-02-19 19:07:38 +01:00
Joe Mooring
ad4a124c0c Updates for v0.123.0
See #2385
2024-02-19 19:07:38 +01:00
Joe Mooring
24236f57d9
Miscellaneous edits and corrections 2023-11-22 18:10:13 -08:00
Joe Mooring
5bccf8b193
Use LinkTitle consistently in examples 2023-11-19 17:10:15 -08:00
Joe Mooring
1de5a52dda
Miscellaneous corrections 2023-11-12 15:42:31 -08:00
PeskyPotato
8c6a9bf020
Clairfy figure shortcode output 2023-11-12 08:52:01 -08:00
Joe Mooring
903b42ebc9 Cleanup shortcode calls 2023-11-08 17:05:23 -08:00
Joe Mooring
80b2241f9e
Miscellaneous updates 2023-11-04 23:41:53 -07:00
Joe Mooring
723a827fdc
Namespace functions and methods 2023-11-04 21:01:42 -07:00
Joe Mooring
a3a40ff999
Add return type to functions 2023-09-30 21:03:52 -07:00
Bjørn Erik Pedersen
74d5082c72
Add some .RenderShortcodes docs 2023-08-07 15:43:45 +02:00
Joe Mooring
bc53ea5ce5
Use sentence-style capitalization for headings 2023-07-13 09:55:39 -07:00
Peter Anderson
707cec754a
Fix typo in figure example in shortcodes.md 2023-07-06 17:00:56 -07:00
Joe Mooring
73197046fb
Change config.xxx to hugo.xxx throughout the documentation (#2090)
- Updates copy
- Updates code-toggle shortcode
2023-05-23 20:53:44 -07:00
Bjørn Erik Pedersen
8e7b8e987a Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb' 2023-05-22 16:47:07 +02:00
InLaw
a942ceef40 tpl/tplimpl: Add img loading attribute to figure shortcode (#10927) 2023-05-21 12:28:45 -07:00
Joe Mooring
98226fe61e
Remove orphaned param fron admonition calls (#2042) 2023-04-03 16:29:03 -07:00
Joe Mooring
03fd1d4043
Fix typo 2023-04-03 11:59:08 -07:00
Joe Mooring
944e274304 Replace output shortcode calls 2023-04-03 11:50:31 -07:00
Joe Mooring
f25a79c69e Replace tip and warning shortcode calls 2023-04-03 11:50:31 -07:00
Joe Mooring
7bee3e4c14 Cleanup action delimiters 2023-04-03 11:50:31 -07:00
Joe Mooring
bc3ec033c8
Front matter cleanup (#2039) 2023-04-01 08:29:16 -07:00
Andreas Deininger
4aceb68551
Fingerprinting, asset management: minor improvements (#2003)
* Fingerprinting, asset management: minor improvements

* Fixing anchor links
2023-03-17 08:18:11 -07:00
Joe Mooring
ce207e1416
Remove redundant markdown and fix a few typos (#1936) 2022-12-18 16:54:18 -08:00