Bjørn Erik Pedersen
bb3f02ac19
Merge branch 'tempv0.99.0'
2022-05-16 13:05:11 +02:00
Johnny Peck
bdd0b6eaf9
Update usage.md
...
Update the output of the ```hugo help``` command to the v0.98.0.
2022-05-15 22:09:53 +02:00
Bjørn Erik Pedersen
f562ff99db
postcss: Fix import error handling
...
Note that we will now fail if `inlineImports` is enabled and we cannot resolve an import.
You can work around this by either:
* Use url imports or imports with media queries.
* Set `skipInlineImportsNotFound=true` in the options
Also get the argument order in the different NewFileError* funcs in line.
Fixes #9895
2022-05-15 20:25:25 +02:00
Bjørn Erik Pedersen
5d73f215f1
docs: Regen CLI docs
2022-05-08 16:57:29 +02:00
Bjørn Erik Pedersen
2d9da3a563
Update build-options.md
2022-04-30 12:03:14 +02:00
Bjørn Erik Pedersen
5d910e24d2
Update introduction.md
2022-04-28 20:21:58 +02:00
Bjørn Erik Pedersen
111482a8de
netlify: Hugo 0.98.0
v0.98.0
2022-04-28 13:49:59 +02:00
Bjørn Erik Pedersen
d5505ca6f4
docs: Regen docs helper
2022-04-28 11:53:03 +02:00
Bjørn Erik Pedersen
7030fe3a2e
Remove .hvm file
2022-04-28 11:51:28 +02:00
Nikola Ubavić
dd0f988311
Add details for DigitalOcean ( #1730 )
2022-04-21 07:37:47 -07:00
Bjørn Erik Pedersen
ff0c8a6e7a
netlify: Hugo 0.97.3
v0.97.3
2022-04-18 20:19:28 +02:00
Christian Oliff
e254724a75
Delete hosting-on-bitbucket.md ( #1723 )
...
This article depends on https://www.aerobatic.com/ which is no longer online. Let's delete this page.
2022-04-18 08:34:15 -07:00
Joe Mooring
f4304fb7e5
Remove references to mmark ( #1727 )
...
Support for mmark was removed on 4 Jan 2022.
See https://github.com/gohugoio/hugo/commit/1651beb
2022-04-18 07:51:02 -07:00
Christian Oliff
255319023f
remove broken link to codeplex.com ( #1725 )
...
* remove broken link to codeplex.com
* Update content/en/getting-started/installing.md
Co-authored-by: Joe Mooring <joe.mooring@veriphor.com>
2022-04-18 07:50:28 -07:00
Christian Oliff
06cc3856b9
delete broken link ( #1724 )
...
found via: https://www.deadlinkchecker.com/website-dead-link-checker.asp
2022-04-18 07:47:28 -07:00
Bjørn Erik Pedersen
ec80dc069b
Revert "netlify: Hugo 0.97.2"
...
This reverts commit 211bad5de63cddc62dad3ac08c974565ddc7f170.
2022-04-17 21:55:55 +02:00
Bjørn Erik Pedersen
211bad5de6
netlify: Hugo 0.97.2
v0.97.2
2022-04-17 13:09:32 +02:00
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