Joe Mooring
b8d5383f71
Replace links to variable pages with links to method pages
...
See #2196
2024-02-19 19:07:38 +01:00
Joe Mooring
ad4a124c0c
Updates for v0.123.0
...
See #2385
2024-02-19 19:07:38 +01:00
Bjørn Erik Pedersen
c847709097
Merge commit '7125ad401ad043e46262afc7eca8dceb6d54bb9e'
2024-01-26 08:22:42 +01:00
Joe Mooring
ff3e67e3f0
Correct spelling
2024-01-09 06:23:04 -08:00
David Karlsson
dfbebeec7d
Change writeStats to buildStats
...
The example code for cachebusters config showed buildStats, but the
prose below the example still referred to writeStats.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-21 15:47:22 +01:00
Anurag Roy
7fc15a6ccd
Fix default value of pluralizeListTitles
2023-12-18 10:23:53 -08:00
Joe Mooring
e00c4eea2c
Reformat site config descriptions
2023-12-12 08:53:32 -08:00
Joe Mooring
6f50c0755d
Enumerate root configuration keys
...
Closes #2359
2023-12-12 08:53:32 -08:00
Joe Mooring
e4eb484575
Miscellaneous edits
2023-12-05 09:05:07 -08:00
Bjørn Erik Pedersen
1bb5a377f4
Merge branch 'tempv0.121.0'
2023-12-05 16:48:20 +01:00
Joe Mooring
52d2db4ffe
Fix typo
2023-12-04 22:12:56 -08:00
Bjørn Erik Pedersen
2e9c3532f5
Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'
2023-12-04 15:24:01 +01:00
Joe Mooring
77acdcdb62
Remove rssLimit from root config documentation
...
See https://gohugo.io/templates/rss/#configuration
2023-11-25 07:35:07 -08:00
Joe Mooring
0f0ab2adee
Add methods deprecated in v0.120.0
...
Closes #2323
2023-11-11 12:04:26 -08:00
Joe Mooring
52179fb189
Miscellaneous edits
2023-11-09 17:07:34 -08:00
Joe Mooring
903b42ebc9
Cleanup shortcode calls
2023-11-08 17:05:23 -08:00
Joe Mooring
45ec53fe00
Remove superfluous shortcode param
2023-11-07 14:06:01 -08:00
Luke Rijk de Waal
3cf36a7fcd
Clarify lang keyword
...
Co-authored-by: Joe Mooring <joe.mooring@veriphor.com>
2023-11-07 10:16:51 -08:00
Joe Mooring
d46f0b1d83
Miscellaneous edits
2023-11-06 01:59:04 -08:00
Joe Mooring
80b2241f9e
Miscellaneous updates
2023-11-04 23:41:53 -07:00
Joe Mooring
723a827fdc
Namespace functions and methods
2023-11-04 21:01:42 -07:00
Joe Mooring
641ba39762
Update configuration.md
2023-10-30 20:37:28 -07:00
Bjørn Erik Pedersen
24f2afeb2d
Merge commit 'e509cac533600cf4fa8382c9cdab78ddd82db688'
2023-10-20 09:43:56 +02:00
Joe Mooring
6bd1af892d
hugolib: Deprecate .Site.GoogleAnalytics
...
Use .Site.Config.Services.GoogleAnalytics.ID instead.
2023-10-17 20:06:42 +02:00
Joe Mooring
a3a40ff999
Add return type to functions
2023-09-30 21:03:52 -07:00
Sid
da99a356f1
fix: change heading level
2023-08-29 09:38:13 -07:00
Joe Mooring
b7febf0c51
Fix link
2023-08-17 11:47:28 -07:00
Salim B
2cbe17f418
Update configuration.md
2023-08-12 22:06:26 +02:00
Joe Mooring
7726bbcac6
Use docs.json to generate default config throughout the site
2023-08-07 09:09:15 -07:00
Bjørn Erik Pedersen
420f7aa698
Add all config to docshelper.json
...
Also consolidate so the mediaTypes and outputFormats are listed once only.
Fixes #11328
2023-08-07 13:42:54 +02:00
Joe Mooring
d4c01b57b1
Link to detailed descriptions of canonfiyURLs and relativeURLs
2023-08-05 17:36:24 -07:00
Tristan Partin
95fac27a50
configuration: correct cacheDir description
2023-07-31 07:37:33 -07:00
Andreas Deininger
cd9f1f9298
configuration: Fix broken link
2023-07-31 07:15:42 -07:00
Bjørn Erik Pedersen
9a108a664d
docs: Rework the cacheDir documentation
2023-07-29 11:59:37 +02:00
Bjørn Erik Pedersen
b42e7c542c
Revert "config: Remove disableLiveReload"
...
This reverts commit 887f6fb976a65e4145c34fa2812999f442429f73.
2023-07-20 09:39:44 +02:00
adrian5
35ce2290e4
Remove excess spaces in configuration docs
2023-07-19 12:23:59 -07:00
adrian5
2edf761de4
Update listed titleCaseStyle default value
2023-07-19 11:24:24 -07:00
Bjørn Erik Pedersen
887f6fb976
config: Remove disableLiveReload
...
That is now a flag only. See https://github.com/gohugoio/hugo/issues/11259
2023-07-19 09:25:51 +02:00
Joe Mooring
bc53ea5ce5
Use sentence-style capitalization for headings
2023-07-13 09:55:39 -07:00
Joe Mooring
05067175cd
Consistently use file name instead of filename
2023-07-08 17:36:16 -07:00
Joe Mooring
de8bddedfd
Update description of timeout configuration value
2023-07-08 14:02:25 -07:00
Bjørn Erik Pedersen
153a36bdfd
Merge branch 'tempv0.115.2'
2023-07-08 20:05:52 +02:00
Bjørn Erik Pedersen
bd4e334363
Add titleCaseStyle none and firstupper
...
Fixes #11204
2023-07-05 20:35:20 +02:00
Joe Mooring
5c6653cb18
Update build config examples and explanation
2023-07-04 06:16:41 -07:00
Erica Mays
eed8794f5e
cache: Set default cache path based on $USER
...
Change the default cache directory to `$TMPDIR/hugo_cache_$USER`, so
that multi-user systems do not have caches that interfere with each
other. The other cache-choosing logic (e.g. Netlify exceptions,
configuration options) are not affected.
Fixes #7391
2023-06-12 21:33:35 +02:00
Bjørn Erik Pedersen
1d5548d735
build.cachebusters
2023-05-30 11:12:52 +02:00
Joe Mooring
73197046fb
Change config.xxx to hugo.xxx throughout the documentation ( #2090 )
...
- Updates copy
- Updates code-toggle shortcode
2023-05-23 20:53:44 -07:00
Joe Mooring
3383786fe3
Add i18n to list of directories affected by ignoreFiles
2023-05-12 11:16:31 -07:00
Joe Mooring
c79319a6ae
Clarify description of baseURL
2023-05-05 10:48:01 -07:00
MaoPing
a557b0ebf4
Fix typos on Configure Hugo page ( #2058 )
2023-04-15 07:26:34 -07:00