Bjørn Erik Pedersen
13dd463b16
netlify: Hugo 0.89.1
v0.89.1
2021-11-05 17:31:51 +01:00
hugoreleaser
d8cda1474b
releaser: Add release notes to /docs for release of 0.89.1
...
[ci skip]
2021-11-05 17:31:50 +01:00
hugoreleaser
a2adf77427
releaser: Add release notes to /docs for release of 0.89.1
...
[ci skip]
2021-11-05 15:44:32 +00:00
Joe Mooring
c3088c4fcd
Add code toggle to menus page ( #1568 )
...
Closes #1299
2021-11-04 11:04:15 -07:00
Joe Mooring
2d0f38978b
Remove blank lines from code-toggle output ( #1564 )
2021-11-04 07:10:53 -07:00
Joe Mooring
7cf058bfdd
Add localization examples ( #1563 )
...
Closes #1556
2021-11-04 07:10:39 -07:00
Andreas Deininger
cf8627c2e6
Fixing typos, fixing incomplete link ( #1561 )
2021-11-03 12:21:22 -07:00
Joe Mooring
c78cc014b5
Document the removePathAccents setting
...
Closes #94
2021-11-03 18:18:26 +01:00
Joe Mooring
70beddaf48
Make corrections to 0.89.0 release notes ( #1560 )
2021-11-02 13:34:00 -07:00
Bjørn Erik Pedersen
1917195f07
Update index.md
2021-11-02 11:58:04 +01:00
Bjørn Erik Pedersen
7fb8e070c8
Run hugo --gc
v0.89.0
2021-11-02 11:56:11 +01:00
Bjørn Erik Pedersen
1772d45fb4
Release 0.89.0
2021-11-02 11:55:45 +01:00
Bjørn Erik Pedersen
d9006179b3
Merge branch 'tempv0.89.0'
2021-11-02 11:50:24 +01:00
hugoreleaser
8db86b61e3
releaser: Add release notes to /docs for release of 0.89.0
...
[ci skip]
2021-11-02 10:00:17 +00:00
Bjørn Erik Pedersen
abf2685712
docs: Regen CLI docs
2021-11-02 09:01:26 +01:00
Joe Mooring
fbbdb0ab15
Update the timeout default
...
This was increased to 30s with:
https://github.com/gohugoio/hugo/pull/6535
2021-11-02 08:50:27 +01:00
Joe Mooring
9cbd1c15af
Fix description of lang.FormatNumberCustom
...
It currently refers to itself as a simple alternative, when it should
refer to lang.FormatNumber.
2021-11-01 18:54:43 +01:00
Joe Mooring
6043b54cc1
Remove "render" keyword from Host on Render page
...
This was causing the Host on Render page to be listed under "See Also"
on the .RenderString function page.
2021-11-01 18:19:59 +01:00
Joe Mooring
f8ea8e84f3
Clarify description of front matter url ( #1557 )
...
Related to:
- https://github.com/gohugoio/hugo/pull/7084
- https://github.com/gohugoio/hugo/issues/6448
2021-11-01 09:56:12 -07:00
Joe Mooring
91a0c99540
Update Twitter shortcode oEmbed endpoint
...
The existing endpoint will be retired and removed on November 23, 2021.
References:
- https://twittercommunity.com/t/consolidating-the-oembed-functionality/154690
- https://developer.twitter.com/en/docs/twitter-for-websites/oembed-api#Embedded
This is a backward compatible change.
The existing endpoint requires a single parameter: the id of the tweet.
The new endpoint requires two parameters: the id of the tweet, and the
user with whom it is associated. For the moment, if you supply the wrong
user, the request will be redirected (with a small delay) to the correct
user/id pair. This behavior is undocumented, but we will take advantage
of it as Hugo site authors transition to the new syntax.
{{< tweet 1453110110599868418 >}} --> works, throws warning, deprecate at some point
{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}} --> new syntax
Fixes #8130
2021-11-01 15:51:00 +01:00
Bjørn Erik Pedersen
79a7405b8c
Merge commit 'aa5ac36a3eb68b86c803caec703869efefc8447e'
2021-10-31 13:53:55 +01:00
Bjørn Erik Pedersen
57667bae61
hugofs: Add includeFiles and excludeFiles to mount configuration
...
Fixes #9042
2021-10-20 05:00:17 +02:00
Bjørn Erik Pedersen
39a7fac343
Add .hugo_build.lock to .gitignore
2021-10-17 16:21:25 +02:00
nabbisen
920c716a42
fix a typo: to -> two ( #1545 )
2021-10-14 13:07:54 -07:00
Joe Mooring
6f0ba95935
Remove godocref from front matter ( #1543 )
...
These references haven't been visible for years.
Related to:
- https://github.com/gohugoio/gohugoioTheme/issues/24
- https://github.com/gohugoio/gohugoioTheme/pull/216
2021-10-13 19:03:25 -07:00
Christian Oliff
8ec3d59483
remove link to wercker ( #1544 )
2021-10-13 19:02:53 -07:00
Christian Oliff
b560087199
Delete deployment-with-wercker.md ( #1542 )
...
Remove this page as Wercker is no longer available. Wercker was acquired by Oracle in 2017.
2021-10-13 09:45:39 -07:00
Joe Mooring
e33d29b02e
Fix broken links ( #1538 )
...
There are still several broken links in old release notes, but I'm not
not going to worry about those right now...
- /news/0.7-relnotes/
- /news/0.10-relnotes/
- /news/0.11-relnotes/
- /news/0.12-relnotes/
- /news/0.13-relnotes/
2021-10-12 06:13:13 -07:00
Joe Mooring
29e9d4c21f
Sort commenting systems ( #1541 )
2021-10-12 06:12:18 -07:00
Joe Mooring
0b7ea60a7f
Delete the news page "HTTP/2 Server Push in Hugo"
...
See <https://answers.netlify.com/t/conditional-headers-based-on-user-agent/415/16 >
Hey folks! Just wanted to mention that our product team has made a
decision not to ever support HTTP/2 server push, since Chrome is going
to deprecate it. We’ll focus on supporting HTTP/3 in the medium term
instead, since it will offer better performance gains.
-- Chris McCraw, Director of Support, Netlify, 17 Mar 2021
2021-10-12 11:30:06 +02:00
Vipul
6e1515857c
Fix quick-start.md ( #1525 )
...
* Fix punctuation in quick-start.md
* Fix a typo in quick-start.md
2021-10-11 19:56:08 -07:00
Nabos
62168ab35b
Update comments.md ( #1535 )
2021-10-11 19:39:57 -07:00
Sean Kelly
d921915123
Small typo ( #1539 )
2021-10-11 14:13:11 -07:00
Joe Mooring
129c8834af
Correct the PostCSS noMap default value ( #1534 )
2021-10-11 08:27:38 -07:00
Joe Mooring
6a5b29fcc0
Add example to index function ( #1536 )
2021-10-11 08:26:55 -07:00
Joe Mooring
0c9ee0a04c
Allow multiple plugins in the PostCSS options map
...
Usage:
{{ $options := dict "use" "autoprefixer postcss-color-alpha" }}
{{ $style := resources.Get "main.css" | resources.PostCSS $options }}
Fixes #9015
2021-10-10 11:11:43 +02:00
Joe Mooring
155799e6bd
docs: Create path.Clean documentation
...
Related to #9005
2021-10-09 20:36:57 +02:00
Bjørn Erik Pedersen
e3dd8c5077
Update output-formats.md
2021-09-29 09:37:13 +02:00
Joe Mooring
0c9321ca0b
Remove reference to using LiveReload in production environment
2021-09-28 17:40:36 +02:00
Bjørn Erik Pedersen
4072d67760
Mod testing
2021-09-15 18:47:34 +02:00
GennadySpb
09fabf7d66
Fix typo ( #1524 )
2021-09-14 00:23:04 +09:00
Sandeep Pandey
2fce813c88
Fix grammatical error in quick-start.md ( #1523 )
...
Fix grammatical error in quick-start.md
2021-09-12 10:56:21 -07:00
Bjørn Erik Pedersen
45230ab4a2
Hugo Mod testing
2021-09-08 18:21:45 +02:00
Bjørn Erik Pedersen
2dd4cd9e7c
Update index.md
2021-09-04 15:39:16 +02:00
Bjørn Erik Pedersen
2c3ed62fd0
netlify: Bump to 0.88.1
v0.88.1
2021-09-04 12:52:04 +02:00
Bjørn Erik Pedersen
648e2a0071
Merge branch 'tempv0.88.1'
2021-09-04 12:51:33 +02:00
hugoreleaser
f216eade13
releaser: Add release notes to /docs for release of 0.88.1
...
[ci skip]
2021-09-04 09:39:19 +00:00
Joe Mooring
8a7b64d4ba
Fix typographical errors in 0.88.0 release notes
2021-09-02 19:41:35 +02:00
Bjørn Erik Pedersen
a4bf86300c
Release 0.88
v0.88.0
2021-09-02 12:12:56 +02:00
hugoreleaser
738bb8f387
releaser: Add release notes to /docs for release of 0.88.0
...
[ci skip]
2021-09-02 09:27:27 +00:00