11040 Commits

Author SHA1 Message Date
Joe Mooring
7ef2dbce4a
Cleanup RSS templates page 2023-09-23 20:37:38 -07:00
Bjørn Erik Pedersen
a1151b0fde Add images.Opacity filter
Fixes #11471
2023-09-22 15:03:16 +02:00
Joe Mooring
0e23d5e1ad
Fix multilingual permalinks example 2023-09-20 09:31:30 -07:00
dryscord
b3c342b074
Update faq.md 2023-09-20 09:18:30 -07:00
Bjørn Erik Pedersen
f73109ae24
Regen CLI docs 2023-09-20 18:06:01 +02:00
Salim B
ac6ee2027b
Fix minor nitpicks (#2233)
Co-authored-by: Joe Mooring <joe@mooring.com>
2023-09-18 10:24:25 -07:00
Razon Yang
f24fcffe1c
Mention the Giscus comments system (#2234) 2023-09-18 09:58:33 -07:00
Joe Mooring
418fa981e5
Remove reference to Ghost migration tool
Closes #2229
2023-09-07 07:27:49 -07:00
Joe Mooring
94a76df291
Adjust table layout 2023-09-05 22:47:18 -07:00
Oleksandr Redko
e263ad6b9d
content: Fix typos 2023-09-05 21:27:40 -07:00
Joe Mooring
fd1eb26b55
Update featured image in digital.gov showcase 2023-09-05 18:36:10 -07:00
Joe Mooring
d3d946555e
Correct directory description 2023-09-01 20:10:11 -07:00
Joe Mooring
bbe1dff56a
Use sentence case for heading 2023-09-01 09:23:02 -07:00
Bryce Wray
acfa0be544
Add hosting provider fetch depth to GitInfo variables page 2023-09-01 09:19:07 -07:00
Joe Mooring
d78c427e68
Fix typo 2023-09-01 09:00:27 -07:00
Sid
751517fea8
Fix spelling mistake 2023-08-31 23:16:28 -07:00
Joe Mooring
cdd77aa9a0
Update content for v0.118.0 2023-08-31 14:28:57 -07:00
Bjørn Erik Pedersen
c77d09b1c1
Format netlify.toml 2023-08-31 13:39:49 +02:00
Bjørn Erik Pedersen
d5a6c4f512
netlify: Hugo 0.118.1 2023-08-31 12:03:00 +02:00
Bjørn Erik Pedersen
8c717301af
Revert "netlify: Hugo 0.118.0"
This reverts commit a9b2ef5c2b622b7cab3b53d2c3ebe8b9328cc765.
2023-08-31 10:31:56 +02:00
Bjørn Erik Pedersen
a9b2ef5c2b
netlify: Hugo 0.118.0 2023-08-31 10:16:14 +02:00
Bjørn Erik Pedersen
61959591c1 Merge commit '77b976dd92b4f66657d83d875aef0c617df492d9' 2023-08-30 19:24:34 +02:00
Bjørn Erik Pedersen
95f2029a1b docs: Regen docs helper 2023-08-30 19:23:34 +02:00
Sid
686c7b6eb1 ci(Netlify): specify HUGO_VERSION environment variable once
If an environment variable (`HUGO_VERSION` in this case) is going to be same for all contexts (production, deploy-preview & branch-deploy), then there is no need to specify it for each context.

Specifying it once under [build.environment] should be enough.

From https://docs.netlify.com/configure-builds/file-based-configuration/#deploy-contexts :

"any property of a context-aware key, such as [build] or [[plugins]], will be applied to all contexts unless the same property key is present in a more specific context."
2023-08-30 14:32:42 +03:00
OMOTO Tsukasa
fd57ba960b markup/goldmark: Add CJK extension
Fixes #10472
2023-08-30 13:08:45 +02:00
Sid
da99a356f1
fix: change heading level 2023-08-29 09:38:13 -07:00
Joe Mooring
e57da3f00d
Update taxonomy methods 2023-08-28 12:47:35 -07:00
Joe Mooring
7461724902
Update description of rendered breadcrumb navigation 2023-08-27 11:58:51 -07:00
Joe Mooring
6bc52fd40a
Clarify term 2023-08-26 20:04:19 -07:00
Joe Mooring
dab07dcb0e
Fix typo 2023-08-26 06:58:01 -07:00
Joe Mooring
e50fa452a1
Fix typo 2023-08-25 13:51:31 -07:00
Joe Mooring
6c1ea83c2d
Update template overview page 2023-08-25 13:21:51 -07:00
Joe Mooring
a5dc978454
Clarify the append function 2023-08-25 12:43:32 -07:00
Joe Mooring
a135e52a02
Update GitHub hosting instructions 2023-08-25 11:07:36 -07:00
Joe Mooring
a51bf9f4f6
Update sections page 2023-08-24 22:50:31 -07:00
Joe Mooring
ed35fc6c47
Update archetypes and glossary 2023-08-24 16:23:58 -07:00
Joe Mooring
1a4522b3ed
Format examples 2023-08-18 20:33:55 -07:00
Joe Mooring
a70f200944
Use "hugo new content" to create content 2023-08-18 09:36:44 -07:00
Joe Mooring
673846ff95
Remove comment 2023-08-17 17:03:08 -07:00
Joe Mooring
b7febf0c51
Fix link 2023-08-17 11:47:28 -07:00
Joe Mooring
6f6fe2133d
Miscellaneous edits 2023-08-15 19:37:17 -07:00
Joe Mooring
99227dd187
Remove lookup order table from output formats page 2023-08-15 12:59:34 -07:00
Joe Mooring
bc88706573
tools/editors: Add Prettier Plugin for Go Templates 2023-08-15 07:47:42 -07:00
Joe Mooring
157b169eb6
Update docs.yaml 2023-08-15 07:04:25 -07:00
Joe Mooring
2bfb3bf4c8 docshelper: Improve template lookup order descriptions
- Always include example for "with layout/type set"
- Use lowercase for "set to" examples (lookup is case sensitive)
- Consistent use of taxonomy and term

Fixes gohugoio/hugoDocs#1734
2023-08-15 12:53:18 +02:00
Joe Mooring
1c8f514e05
Update cond function
Co-authored-by: James McMurry <jmcmurry@semanticnoise.com>
2023-08-14 19:08:40 -07:00
Joe Mooring
e5f1f81134
Add assumptions to taxonomy and term template lookup order examples 2023-08-14 11:00:28 -07:00
Joe Mooring
475b406e28
Update postprocess
- Fix description list markdown
- Remove reference to HUGO_ENV per #2154
2023-08-14 08:38:08 -07:00
Joe Mooring
2d6cb8dfc0
glossary: Update content type 2023-08-14 08:24:41 -07:00
Joe Mooring
03b514bac5
Add descriptions to template lookup order example sections 2023-08-14 07:45:52 -07:00