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
Bjørn Erik Pedersen
22ad3eee3d
theme: Add some more space on the right for copy buttons
...
Fixes #2919
2025-02-18 13:33:28 +01:00
Bjørn Erik Pedersen
f4a19083a8
netlify: Hugo 0.144.1
2025-02-18 13:32:53 +01:00
Christian Oliff
974cb87958
theme: Remove Internet Explorer configs ( #2929 )
2025-02-18 09:25:59 +01:00
Christian Oliff
4a23a1f41e
content: Fix typos
2025-02-18 00:06:28 -08:00
Bjørn Erik Pedersen
d49f15d032
theme: Get the scrollspy back working
2025-02-17 23:49:23 +01:00
Joe Mooring
720c7ff673
config: Evict getresource cache hourly
2025-02-17 13:40:08 -08:00
Bjørn Erik Pedersen
1f62ca97ea
theme: Hide the Turbo progress bar
2025-02-17 22:14:40 +01:00
Bjørn Erik Pedersen
f6449ace34
Move the dark class up to the html element
...
To get the correct `color-scheme`.
Fixes #2918
2025-02-17 20:27:44 +01:00
Joe Mooring
074cd1a074
content: Miscellaneous edits
2025-02-17 11:13:34 -08:00
Joe Mooring
e098a77164
content: Miscellaneous edits
2025-02-17 09:38:41 -08:00
Joe Mooring
8e1e104aac
content: Updates for v0.144.0
2025-02-17 18:14:19 +01:00
Bjørn Erik Pedersen
18e1aa916d
theme: Add anchor links via JS
2025-02-17 18:11:46 +01:00
Bjørn Erik Pedersen
ac3b5505c8
Close new-in
2025-02-17 18:05:08 +01:00
Bjørn Erik Pedersen
bfa4db6b8a
netlify: Hugo 0.144.0
2025-02-17 18:01:32 +01:00
Bjørn Erik Pedersen
fd6e7feee8
Regen CLI docs
2025-02-17 18:01:10 +01:00
Bjørn Erik Pedersen
da9d1218a1
Regen docs helper
2025-02-17 17:59:43 +01:00
Bjørn Erik Pedersen
5de494dedc
Merge branch 'tempv0.144.0'
2025-02-17 17:58:22 +01:00
Joe Mooring
f683e64698
theme: Minor improvements to base template
2025-02-17 02:22:37 -08: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 Dias
901adb07b7
resources/page: Add :contentbasename and :contentbasenameorslug permalink tokens
...
See #11722
2025-02-17 09:41:49 +01:00
Joe Mooring
0fca8ef251
all: Change shortcode usage and design to prevent invalid HTML
2025-02-17 00:38:33 -08:00
harry
c41d766137
Update RegularPagesRecursive.md
...
fixing a small typo in the info page
2025-02-15 23:09:33 +01:00
Joe Mooring
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 c08c8e15e733088d760fbc4e9e80546b6399659a.
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
Bjørn Erik Pedersen
5a3b470a2f
theme: "move" the id from content to article
...
This is the id used for Algolia records without id on the element itself.
2025-02-15 14:36:22 +01:00
Bjørn Erik Pedersen
b878613aad
theme: Add page kind as a CSS class to body
2025-02-15 11:58:53 +01:00
Joe Mooring
269657e8f1
content: Fix formatting error
2025-02-14 05:39:21 -08:00
Joe Mooring
664f6c92f3
config: Change image cache location
2025-02-14 10:10:11 +01:00
Bjørn Erik Pedersen
fa6b719b1b
theme: Reduce ToC to level 2-4
...
Fixes #2902
2025-02-14 10:09:21 +01:00
Joe Mooring
bc16341ca1
theme: Render mathematical markup with transform.ToMath
...
Closes #2897
2025-02-14 09:54:02 +01:00
Joe Mooring
14bf9dc700
theme: Add aria-label attribute to search fields
...
Closes #2899
2025-02-14 09:29:09 +01:00