14717 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
0a906ad491
netlify: Hugo 0.146.0 2025-04-10 17:17:00 +02:00
Adiel Cristo
dc7a9ae127
content: Update JS options 2025-04-08 10:00:26 -07:00
Bjørn Erik Pedersen
07d3d88035
npm: Use tilde ranges for versions 2025-04-08 09:26:55 -07:00
Adiel Cristo
e06362a13c Minor grammar fixes 2025-04-04 20:04:45 +02:00
James Gray
c42db08384
content: Algolia DocSearch clarification 2025-04-01 13:29:34 -07:00
Bjørn Erik Pedersen
d67412b820
deps: Upgrade to TailwindCSS 4.1.0 2025-04-01 13:26:09 -07:00
Joe Mooring
da1fb12d34
theme: Update Lato font path for images.Text example 2025-04-01 13:17:45 -07:00
Bjørn Erik Pedersen
140fa3bb94
Update introduction.md 2025-03-27 12:28:41 +01:00
Joe Mooring
7b1fcca27e
content: Fix links to embedded template source 2025-03-25 08:18:27 -07:00
Joe Mooring
908a555326
theme: Improve dark mode syntax highlighting background 2025-03-21 11:05:48 -07:00
Bjørn Erik Pedersen
d830e5962d
Update XxHash.md 2025-03-20 20:15:39 +01:00
Bjørn Erik Pedersen
807be5dbf3
Update Defer.md 2025-03-19 09:28:27 +01:00
Joe Mooring
4b56693f68
content: Update GitHub Pages sample workflow 2025-03-17 17:59:02 -07:00
Bjørn Erik Pedersen
57b766fba0
Update TailwindCSS.md 2025-03-17 17:32:24 +01:00
Bjørn Erik Pedersen
64982ab6ac
Update TailwindCSS.md 2025-03-17 17:30:43 +01:00
Bjørn Erik Pedersen
1b6e879c68
Update TailwindCSS.md 2025-03-17 17:30:10 +01:00
Joe Mooring
e67cbcdd2d
content: Add caching to the GitHub Pages workflow example
Co-authored-by: tiennm99 <tiennm99@outlook.com>
2025-03-16 18:37:14 -07:00
Bjørn Erik Pedersen
b7ca3b07cd
Update index.md 2025-03-15 21:17:57 +01:00
Bjørn Erik Pedersen
14e1a3977b
Update XxHash.md 2025-03-15 20:17:00 +01:00
Bjørn Erik Pedersen
980f344ae4
Update XxHash.md 2025-03-15 20:14:44 +01:00
Joe Mooring
6b815f03e8
theme: Remove aria-label attribute from links 2025-03-14 21:05:28 -07:00
Bjørn Erik Pedersen
1c00bbc455 theme: Update npm dependencies
```
ncu --upgrade
```
2025-03-14 19:26:50 +01:00
Joe Mooring
533149bf95 theme: Include section pages in related content 2025-03-14 09:59:56 +01:00
Joe Mooring
2b6bda6bd6
content: Fix typos 2025-03-12 12:38:25 -07:00
Joe Mooring
92ce95cbb8
content: Miscellaneous edits 2025-03-12 12:23:49 -07:00
Bjørn Erik Pedersen
f129366810 theme: Add a simple LRU cache for search 2025-03-11 16:57:59 +01:00
Bjørn Erik Pedersen
339ca33883
Fix the previous broken commit 2025-03-11 15:11:12 +01:00
Bjørn Erik Pedersen
8537e59e02
Make it into a non-link
Ref. https://docsearch.algolia.com/docs/docsearch-program/

"DocSearch free for everyone. All we ask in exchange is that you keep the "Search by Algolia" logo displayed next to the search results."

It doesn't say anything about it being a link, so this should cover it.
2025-03-11 15:06:49 +01:00
Bjørn Erik Pedersen
e13f17d293 Add Algolia logo/link to the search listing dialog
A requirement to use the Docsearch for free.
2025-03-11 11:20:15 +01:00
Matt Dodson
d3e09e8866
content: Fix typo 2025-03-10 13:47:19 -07:00
Joe Mooring
7217f64b67
content: Miscellaneous edits 2025-03-09 23:29:40 -07:00
Joe Mooring
51aa1ae73a
content: Improve some examples 2025-03-09 17:07:38 -07:00
Joe Mooring
8ebaa53f93
theme: Adjust shortcodes 2025-03-09 12:01:23 -07:00
Bjørn Erik Pedersen
8988704383 theme: Hide anchor until mouse-over
Fixes #2982
2025-03-09 18:05:52 +01:00
Joe Mooring
c933ea237e
content: More front matter cleanup 2025-03-08 17:49:48 -08:00
Joe Mooring
f26ca047a5
content: Miscellaneous edits 2025-03-08 15:25:11 -08:00
Bjørn Erik Pedersen
e272b2039c theme: Fix inline partial refs
I had a head scratching moment as to why this failed in my re-implementation of template handling in Hugo, but this isn't how we can have it behave going forward.
2025-03-08 17:06:31 +01:00
Joe Mooring
c540e6d295
content: Replace note shortcode calls with blockquote alerts 2025-03-08 06:00:23 -08:00
Joe Mooring
aef899bc54 theme: Add title and QR code when printing 2025-03-07 18:50:03 -08:00
Joe Mooring
bd46ef6265 theme: Implement blockquote render hook
Supports basic alert syntax:

> [!NOTE]
> Useful information that users should know, even when skimming content.

> [!TIP]
> Helpful advice for doing things better or more easily.

> [!IMPORTANT]
> Key information users need to know to achieve their goal.

> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.

> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
2025-03-07 18:50:03 -08:00
Joe Mooring
ddefbefaaf content: Improve contributing page 2025-03-07 18:50:03 -08:00
Joe Mooring
f41d28ee12 content: Adjust usage of whitespace removal with action delimiters 2025-03-07 18:50:03 -08:00
Joe Mooring
03315336df theme: Use full title in related content sidebar
If defined, params.altTitle will be used instead. This gives us some
flexibility.

Closes #2965
2025-03-06 17:47:57 -08:00
Joe Mooring
4f4076364f misc: Document the front matter fields used on this site 2025-03-06 17:47:57 -08:00
Joe Mooring
2f78d76328 misc: Fix gitignore file
It was ignoring reesource functions
2025-03-06 17:47:57 -08:00
Joe Mooring
7de6dbab39 content: Fix front matter for several function pages 2025-03-06 17:47:57 -08:00
Joe Mooring
5d3542ea69 config: Disable tags taxonomy 2025-03-06 17:47:57 -08:00
Joe Mooring
68bc28d674 content: Add linkTitle to shortcode pages 2025-03-06 17:47:57 -08: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