Commit Graph

14582 Commits

Author SHA1 Message Date
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
Joe Mooring fd628be6ed content: Replace calls to the code shortcode with fenced code blocks 2025-03-06 02:49:11 -08:00
Joe Mooring b23c9a583a content: Fix position of new-in badges 2025-03-05 19:32:34 -08:00
Joe Mooring ec056f251e content: Fix typo 2025-03-05 19:03:28 -08:00
Joe Mooring 245351c846 theme: Adjust spacing in highlighting theme examples 2025-03-05 17:03:42 -08:00
Joe Mooring 2fcd21ee5c content: Remove "related" array from function and method pages
Closes #2967
2025-03-05 17:03:42 -08:00
Joe Mooring 71d8426ee6 theme: Create code block render hook 2025-03-05 17:03:42 -08:00
Joe Mooring 4cdde66496 theme: Adjust number of news items to display 2025-03-05 17:03:42 -08:00
Joe Mooring 34ab45261f content: Miscellaneous edits 2025-03-05 17:03:42 -08:00
Joe Mooring b6cae5cbc6 content: Consolidate configuration documentation 2025-03-05 04:50:06 -08:00
Joe Mooring 727ef6f665 theme: Fix overflow issue for wide tables 2025-03-03 17:29:44 -08:00
Bangel c4f759e016 Add es2024
this looks like it was added here: https://github.com/gohugoio/hugo/pull/12641/files#diff-7cdb1b21088d3cf238702166ae0ebc064f18894c9cc7b065de47b954946e4044
2025-03-03 15:34:47 +01:00
Bangel 93cce62c81 Update support list of more recent targets with js.Build / esbuild
This commit added support for up to es2023 but the docs need to be updated https://github.com/gohugoio/hugo/commit/1cdd3d0a9e4a988fb505a1bcbb3e7692b64bef55#diff-5223fc9312c6fe5c4ef688ea1007031d660142fb76b601e2c75bbff9dbb814e7
2025-03-03 15:34:47 +01:00
Bjørn Erik Pedersen 974d0655f7 Update hosting-on-codeberg.md 2025-03-01 19:17:35 +01:00
cujohub b3f0ed9cef content: Add hosting instructions for Codeberg Pages 2025-02-28 17:13:49 -08:00
cujohub 8217c0900f content: Correct the SourceHut repository URL 2025-02-28 14:37:39 -08:00
cujohub a8cf3d28fe content: Add hosting instructions for SourceHut Pages 2025-02-28 14:25:43 -08:00
Joe Mooring 8c059cbe14 theme: Use content adapter for news section 2025-02-28 14:15:31 -08:00
Bjørn Erik Pedersen 03938c600c Remove some old new-in 2025-02-27 20:43:26 +01:00
meltingscales 5c50a75e8d content: Fix typo 2025-02-27 10:14:52 -08:00
Bjørn Erik Pedersen 5cf89f2f6d theme: Re-enable banner gtag outbound link tracking
Closes #2946
2025-02-27 09:22:18 +01:00
Bjørn Erik Pedersen 3c555d5f8a One more copy button 2025-02-26 20:21:57 +01:00
Bjørn Erik Pedersen 94bce999a2 Add some copy buttons 2025-02-26 20:19:47 +01:00
Bjørn Erik Pedersen 9e1cc0c2b1 Update PortableText.md 2025-02-26 18:03:50 +01:00
Bjørn Erik Pedersen dd26ac49f5 Document transform.PortableText 2025-02-26 17:41:06 +01:00
Bjørn Erik Pedersen 5f632ab32c netlify: Hugo 0.145.0 2025-02-26 17:00:51 +01:00
Muhammed Musaddique K 59e057bb43 Update index.md
fix the code snippet in creation of the hugo.yaml file. The code block when copied as a whole and run creates a file in the root folder not .github/workflows/ .
2025-02-25 21:03:10 +01:00
Bjørn Erik Pedersen d07e07d6c9 Remove some unused home page front matter 2025-02-24 16:53:42 +01:00
Patrice Chalin d482657b76 Add footnote about alias to the build front matter key 2025-02-23 19:49:11 -08:00
Joe Mooring f0629b77c7 content: Fix typo 2025-02-22 08:34:36 -08:00
Joe Mooring d91c4cccf3 theme: Fix news items URLs 2025-02-20 19:54:07 -08:00
Joe Mooring ca931cd1f6 theme: Restore RSS feed for news section 2025-02-20 09:45:28 -08:00
Joe Mooring e6b870bc9e theme: Adjust copy-to-clipboard button 2025-02-19 11:16:40 -08:00
Bjørn Erik Pedersen 0718514310 Update netlify.toml 2025-02-19 13:57:49 +01:00
Bjørn Erik Pedersen e68431034e theme: Format layouts
```
npx prettier --write layouts
```
2025-02-18 18:04:34 +01:00
Bjørn Erik Pedersen aa3cd839a2 theme: Format assets
```
npx prettier --write assets
```
2025-02-18 18:04:34 +01:00