Commit Graph

241 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen 2e71b6d0ad Adjust sponsor 2025-09-01 17:03:35 +02:00
Joe Mooring 3b9c3e2a1f content: Miscellaneous updates related to v0.149.0
- Refresh docs.yaml
- Add new-in labels to new permalink tokens
- Remove outdated new-in labels
2025-08-27 10:37:39 -07:00
Joe Mooring a6a9715961 content: Document the collections.D function 2025-08-27 09:15:55 -07:00
Joe Mooring 91fc34c58f content: Miscellaneous edits 2025-08-17 13:38:07 -07:00
Bjørn Erik Pedersen 36e3d7b7b5 Adjust sponsors 2025-08-16 10:49:59 +02:00
Joe Mooring a5a4fa9075 content: More updates for v0.148.0 2025-07-08 11:03:21 -07:00
Joe Mooring 0015e7a9be content: Update to align with v0.146.0 template system (phase 1) 2025-06-15 20:42:35 -07:00
Bjørn Erik Pedersen d210e3476b theme: Adjust sponsor 2025-05-12 12:02:36 +02:00
Joe Mooring 195b368e86 content: Miscellaneous updates related to v0.146.0 2025-04-10 17:24:18 +02:00
Joe Mooring 8ebaa53f93 theme: Adjust shortcodes 2025-03-09 12:01:23 -07:00
Joe Mooring 5f32c92ed9 theme: Restore deduplication logic for related items 2025-03-06 09:07:27 -08:00
Joe Mooring a943a4bb83 theme: Implement related content tooling 2025-03-06 02:55:29 -08:00
Bjørn Erik Pedersen da9d1218a1 Regen docs helper 2025-02-17 17:59:43 +01:00
Bjørn Erik Pedersen ddcd993698 Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a' 2025-02-13 10:40:34 +01:00
Bjørn Erik Pedersen 5accec5f16 Misc adjustments 2025-02-11 16:30:05 +01:00
Joe Mooring 7337312533 helpers: Add Chroma styles to docs.yaml
Closes #13360
2025-02-08 00:30:05 +01:00
Joe Mooring 73a01565c5 Remove comment shortcode documentation 2025-01-22 08:46:02 -08:00
Joe Mooring 365ab345f2 Remove services key from instagram shortcode page 2025-01-18 08:25:00 -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
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
Joe Mooring ef00649db4 Document wrapperClass highlighting option 2024-12-31 06:54:43 -08: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 12bfb9933a Update docs.yaml 2024-11-18 11:22:02 -08:00
Joe Mooring 109efe3ebb Document the comment shortcode 2024-11-05 05:23:03 -08:00
Joe Mooring 2dde06576a output: Fix docshelper template lookup order for AMP pages
Fixes #12797
2024-08-28 13:05:28 +02:00
Bjørn Erik Pedersen 877e1bfcd6 Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder
See #12776
2024-08-17 16:47:50 +02:00
Bjørn Erik Pedersen 31727be2e5 docs: Regen docshelper 2024-08-09 19:34:13 +02:00
raoulb e2458074dc math: Add trigonometric functions and some angle helper functions
This commit adds these new template functions in the `math` namespace:

math.Acos
math.Asin
math.Atan
math.Atan2
math.Cos
math.Pi
math.Sin
math.Tan
math.ToDegrees
math.ToRadians

Co-authored-by: Joe Mooring <joe@mooring.com>
2024-07-29 11:05:36 +02:00
Bjørn Erik Pedersen 927c905625 Document HTTP cache config 2024-06-05 12:47:30 +02:00
Joe Mooring ea2fd0384b Update docs.yaml (#2592) 2024-05-21 04:17:40 -07:00
Christian Oliff d218b9c44d Change twitter.com to x.com 2024-05-20 08:44:05 -07:00
Joe Mooring 6140802d80 Update docs.yaml 2024-05-14 06:43:45 -07:00
Joe Mooring 653069a0d0 Document the Goldmark extras extension 2024-05-14 06:40:01 -07:00
Bjørn Erik Pedersen 34362b62f8 Merge branch 'tempv0.125.0' 2024-04-16 17:40:44 +02:00
Joe Mooring 961639dfa4 Document additional changes in v0.125.0 2024-04-16 08:31:10 -07:00
Bjørn Erik Pedersen 7f26f69e89 docs: Regen docshelper 2024-04-16 12:08:28 +02:00
Eitan Adler ae663793b9 all: Fix duplicate words in comments 2024-04-11 09:31:33 +02:00
irkode 62df9bd733 Add missing links to warnidf function 2024-04-07 06:55:35 -07:00
Joe Mooring 9d18e239f4 tpl/tplimpl: Optionally exclude content from sitemap
Define global inclusion/exclusion in site configuration, and override
via front matter. For example, to exclude a page from the sitemap:

    [sitemap]
    disable = true # default is false

Closes #653
Closes #12282

Co-authored-by: kolappannathan <kolappannathan@users.noreply.github.com>
Co-authored-by: felicianotech <FelicianoTech@gmail.com>
2024-04-02 11:21:03 +02:00
Joe Mooring 8fb8af286e tpl/tplimpl: Update Google Analytics template and config
Google Analytics 4 (GA4) replaced Google Universal Analytics (UA)
effective 1 July 2023.

See https://support.google.com/analytics/answer/11583528.

Changes:

- Update tpl/tplimpl/embedded/templates/google_analytics.html
- Remove tpl/tplimpl/embedded/templates/google_analytics_async.html
- Remove extraneous config settings

Closes #11802
Closes #10093
2024-03-26 15:40:51 +01:00
Bjørn Erik Pedersen 9fcd40fb5e Merge branch 'tempv0.124.0' 2024-03-16 17:17:24 +01:00
Bjørn Erik Pedersen 5162805d7f docs: Regen docshelper 2024-03-16 15:54:02 +01:00
Joe Mooring f9fc2d5d63 Update page collection quick reference 2024-03-10 08:23:40 -07:00
Joe Mooring f9b5938dde Create links to referenced embedded templates
Closes #2370
2024-02-19 19:07:38 +01:00
Bjørn Erik Pedersen da2d6ba11c docs: Regen docshelper 2024-02-18 13:20:15 +01:00
Bjørn Erik Pedersen 7c4b773176 docs: Regenerate docshelper 2024-02-07 20:48:25 +01:00
Bjørn Erik Pedersen b3346da539 docs: Make null booleans falsy in the docs helper 2024-01-31 12:34:28 +01:00
Bjørn Erik Pedersen 88286d1eae docs: Regen docs helper 2024-01-31 09:45:35 +01:00