Joe Mooring
cd549bca92
Revert "netlify: Update to Hugo 0.97.1" ( #1722 )
...
This reverts commit 1039a0a48f56075cf79302121735c90b3a9cd574.
2022-04-16 15:31:08 -07:00
Bjørn Erik Pedersen
1039a0a48f
netlify: Update to Hugo 0.97.1
v0.97.1
2022-04-16 19:40:42 +02:00
Joe Mooring
a28e0d0d3e
Update AddDate method
...
Callout normalization behavior
Improve examples
2022-04-15 17:32:34 +02:00
Joe Mooring
9077b443fd
Update lists.md
2022-04-15 06:40:34 -07:00
Bjørn Erik Pedersen
6b174329a5
Update lists.md
2022-04-14 18:41:31 +02:00
Bjørn Erik Pedersen
d87d9e2968
netlify: Hugo 0.97.0
v0.97.0
2022-04-14 11:29:43 +02:00
Bjørn Erik Pedersen
fa7db7c7ee
Merge branch 'tempv0.97.0'
2022-04-14 11:29:22 +02:00
Andreas Deininger
dd6df54b52
Fix broken anchor links ( #1717 )
...
* Fix broken anchor links
* Update content/en/content-management/front-matter.md
Co-authored-by: Joe Mooring <joe@mooring.com>
2022-04-13 16:11:41 -07:00
Joe Mooring
6b67439760
Remove StackImpact showcase
...
Closes #1719
2022-04-13 19:11:10 +02:00
Christian Oliff
d00a7eda9e
Fix for Cloudflare docs location ( #1716 )
...
Fixes : #1711
2022-04-13 08:43:20 -07:00
Daniel F. Dickinson
8908667221
Add git required FAQ & remove ZIP from Quick Start ( #1713 )
...
* Update FAQ for the 'practical' requirement of Git
Per <https://discourse.gohugo.io/t/hugodocs-quick-start-should-we-move-the-zip-info-to-a-separate-page/38062/2 >
Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
* Make git required for Quick Start guide
As suggested in <https://discourse.gohugo.io/t/hugodocs-quick-start-should-we-move-the-zip-info-to-a-separate-page/38062/2 >
Closes #1712 Update FAQ for git 'effectively' required & remove ZIP
section from Quick Start
Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2022-04-13 08:40:47 -07:00
Bjørn Erik Pedersen
73e82d911d
resources: Add key
to reources.GetRemote options map
...
If set, `key` will be used as the only cache key element for the resource.
The default behaviour is to calculate the key based on the URL and all the options.
This means that you can now do:
```
{{ $cacheKey := print $url (now.Format "2006-01-02") }}
{{ $resource := resource.GetRemote $url (dict "key" $cacheKey) }}
```
Fixes #9755
2022-04-13 09:18:17 +02:00
Bangel
6795cd2a19
Correct possible typos re: Alias robots usage ( #1165 )
2022-04-11 20:28:55 +09:00
callaloo
efd5d186a1
Hosting on Cloudflare Pages ( #1709 )
...
* Create hosting-on-cloudflare-pages.md
* Update hosting-on-cloudflare-pages.md
* Update hosting-on-cloudflare-pages.md
* front-matter edits
Co-authored-by: Christian Oliff <christianoliff@pm.me>
2022-04-09 10:18:33 -07:00
Joe Mooring
9239c5f2aa
deps: Update github.com/tdewolff/minify/v2 v2.10.0 => v2.11.0
...
Fixes #9713
Fixes #9740
Adds support for minify.tdewolff.svg.keepComments (bool)
2022-04-08 21:44:29 +02:00
Bjørn Erik Pedersen
859573bc84
Merge commit 'ec920363cdeb687c8bcac9c242767d366fb058cb'
2022-04-08 13:32:01 +02:00
Bjørn Erik Pedersen
21f108f128
docs: Regen CLI docs
2022-04-08 13:31:50 +02:00
Christian Oliff
4c5edacfee
cSpell config update ( #1700 )
2022-04-08 10:43:49 +09:00
Andreas Deininger
9df788b25d
Fix broken link (hugo modules) ( #1710 )
2022-04-08 10:42:08 +09:00
Franky W
9928a70d65
Fix workspace formatting ( #1707 )
...
This makes sure the `workspace` configuration highlights bold
like the other configuration options and remains in its own block
2022-04-05 11:50:52 -07:00
Bjørn Erik Pedersen
55467e7c83
Update partials.md
2022-04-05 16:19:56 +02:00
Cathrine Paulsen
9b6e7afd27
Add environment as a new filter to _cascade.target
...
Fixes #9612
2022-04-05 09:41:24 +02:00
Joe Mooring
9f4bd00236
Update formats.md
...
Fixes #1703
2022-04-01 15:00:31 -07:00
Jacob Lamont
9b3913c861
Remove footnoteAnchorPrefix and footnoteReturnLinkContents ( #1704 )
...
Removes `footnoteAnchorPrefix` and `footnoteReturnLinkContents` from general configuration docs since these are specific to Blackfriday and documented in the [Blackfriday](https://gohugo.io/getting-started/configuration-markup/#blackfriday ) configuration docs.
2022-04-01 09:44:06 -07:00
mamaremere
94502a09ba
Code block render hooks are introduced in v0.93.0 ( #1701 )
...
The docs incorrectly stated that code block render hooks were introduced in version 0.83.0, so I corrected it to version 0.93.0 (changelog here: https://github.com/gohugoio/hugo/releases/tag/v0.93.0 ).
2022-03-29 06:43:20 -07:00
Joe Mooring
c447270ef5
Update sitemap-template.md
2022-03-28 08:23:45 -07:00
Joe Mooring
78665c1e0e
Update sitemap-template.md
2022-03-27 08:41:14 -07:00
Magenta
60653c17da
Update the caddy error docs link ( #1696 )
...
* Update the caddy server link
the link there is dead, update it to the proper page on the current docs
* Update content/en/templates/404.md
Co-authored-by: Joe Mooring <joe@mooring.com>
2022-03-26 16:44:39 -07:00
Joe Mooring
9a3675aad2
Update sitemap templates ( #1699 )
...
Supersedes #1526
2022-03-26 16:14:37 -07:00
Daniel F. Dickinson
e0d08cdbbc
Add wpxr-to-static to list of migration tools ( #1512 )
...
* Adds wpxr-to-static to list of migration tools
wpxr-to-static is a replacement for exitwp-for-hugo which no longer
work due to being written in Python 2 which as EOL.
Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
* Fix inline code to single backticks on migrations page
Co-authored-by: Joe Mooring <joe@mooring.com>
Co-authored-by: Joe Mooring <joe@mooring.com>
2022-03-26 16:11:55 -07:00
Daniel F. Dickinson
b53eb5a086
Add page for deploying with rclone ( #1511 )
...
Rclone is a multi-protocol file copy and and sync tool that can make
deploying static websites a breeze. This commit adds a brief guide to
using Rclone to deploy sites generated with Hugo.
Signed-off-by: Daniel F. Dickinson <20735818+danielfdickinson@users.noreply.github.com>
2022-03-26 10:10:45 -07:00
Bjørn Erik Pedersen
4207c57ffe
netlify: Hugo 0.96.0
v0.96.0
2022-03-26 12:52:38 +02:00
Bjørn Erik Pedersen
a18d646eac
docs: Regen docshelper
2022-03-26 11:06:04 +02:00
Bjørn Erik Pedersen
e3e0981ed2
docs: Regen CLI docs
2022-03-26 11:05:30 +02:00
Bjørn Erik Pedersen
fda988d01a
Merge commit 'd276e901b36d2576ef8350ed96b17f66254eac1b'
2022-03-26 11:04:57 +02:00
Christian Oliff
63386081c5
update cSpell config update
...
Also revert changes to Command docs (from #1694 ) to avoid merge-conflicts.
2022-03-25 16:54:55 +01:00
Christian Oliff
15c76494b5
Update cSpell custom dictionary ( #1694 )
2022-03-25 23:30:31 +09:00
Joe Mooring
34f3167b79
Update image processing ( #1625 )
2022-03-25 06:09:41 -07:00
Joe Mooring
e4a26dbca1
tpl/crypto: Add optional encoding arg to hmac function
...
Closes #9709
2022-03-23 19:42:56 +01:00
Patrick Kollitsch
7462cc798d
fix: pipes in sample code break table creation ( #1686 )
2022-03-23 16:50:45 +09:00
Joe Mooring
48736447e8
Update anchorize.md
...
Tested with v0.95.0.
2022-03-18 21:04:18 -07:00
Bjørn Erik Pedersen
2ff0bd10b0
netlify: Hugo 0.95.0
v0.95.0
2022-03-16 16:39:12 +01:00
Joe Mooring
0fc1d21b20
Update configuration.md
...
Add some missing default values
2022-03-16 01:17:09 -07:00
Patrick Kollitsch
41855e372b
Fix #1682
2022-03-15 12:14:10 +01:00
Bjørn Erik Pedersen
8c663433e7
Update related.md
2022-03-14 11:01:37 +01:00
Bjørn Erik Pedersen
7aa072eab9
netlify: Hugo 0.94.2
v0.94.2
2022-03-12 13:45:59 +01:00
Bjørn Erik Pedersen
1682c7ee7f
Update render-hooks.md
2022-03-11 18:03:33 +01:00
Bjørn Erik Pedersen
ce1283cc43
Move the Render Hooks doc to its own page
2022-03-11 18:01:43 +01:00
Bjørn Erik Pedersen
bbbbfbfc6d
Update configuration-markup.md
2022-03-11 17:49:00 +01:00
Bjørn Erik Pedersen
92d91a3163
Update configuration-markup.md
2022-03-11 17:43:11 +01:00