10669 Commits

Author SHA1 Message Date
Doron Cohen
9695093a14 Fix Arch Linux installation command
Running `sudo pacman -Syu hugo` starts a full system upgrade which I believe is not the intention here.

```
❯ sudo pacman -Syu hugo
[sudo] password for doron: 
:: Synchronizing package databases...
 core                                                                                                                         131.8 KiB   399 KiB/s 00:00 [##############################################################################################] 100%
 extra                                                                                                                       1663.7 KiB  1095 KiB/s 00:02 [##############################################################################################] 100%
 community                                                                                                                      5.1 MiB  3.15 MiB/s 00:02 [##############################################################################################] 100%
:: Starting full system upgrade...
...
```
2022-09-10 16:31:13 +02:00
cskalyan
3de773d7a5 Please remove hugo-elasticsearch plugin.
Hugo-elasticsearch npm plugin has bugs and does not work well in generating indexes. JSON output it produces is invalid and does not work well on windows. There is not enough documentation as well.
2022-09-10 16:28:11 +02:00
Bjørn Erik Pedersen
6510f0a5a6
release: Add some more ignore expressions to release notes config 2022-09-10 16:26:52 +02:00
Bjørn Erik Pedersen
dc90b75177
typoe > typo (!) 2022-09-10 16:24:03 +02:00
Bjørn Erik Pedersen
3427c7436d
Add hugoreleaser config
To do a release:

```bash
GITHUB_TOKEN=xxx  hugoreleaser release -tag v0.102.0 -commitish master
```
v0.102.0
2022-09-10 16:21:17 +02:00
Ann Catherine Jose
5a1f2d0dd0
Improves formatting of resources, assets sections (#1804) 2022-09-10 15:07:13 +09:00
Sindre Gusdal
03ba56fddc Remove Flesland Flis from Showcases 2022-09-09 10:36:42 +02:00
Michael W.C. Wilding
9f61dac7af Update slice.md
Should include simple case.  By combining in to a single step with the delimit function it confuses that this is the reference for the slice function.  My solution is just to add an interim step illustrating the simple case and feeding that back into the delimit function.
2022-09-06 22:35:29 +02:00
Bjørn Erik Pedersen
533e4e0cd5
Update theme 2022-09-05 11:38:58 +02:00
sergioisidoro
85e50325c7 Simplify writing 2022-09-03 21:36:21 +02:00
sergioisidoro
9b30e81b93 Typo fix and remove passive form 2022-09-03 21:36:21 +02:00
sergioisidoro
8974b6c533 dynamic-menu-configuration 2022-09-03 21:36:21 +02:00
Bjørn Erik Pedersen
1c54673298
netlify: Hugo 0.102.3 2022-09-01 12:38:23 +02:00
Christian Oliff
610a937b0f Remove Over from Showcase
The site is offline and the app has since been renamed
2022-08-31 19:39:40 +02:00
Bjørn Erik Pedersen
99f5585bc4
netlify: Hugo v0.102.2 2022-08-31 13:24:34 +02:00
Bjørn Erik Pedersen
9f230ac1f2
netlify: Hugo v0.102.1 2022-08-29 15:31:05 +02:00
Bjørn Erik Pedersen
a6fc3f864a
netlify: Bump to Hugo v0.102.0 2022-08-28 19:20:36 +02:00
Bjørn Erik Pedersen
3e9bc1a62a
Merge branch 'tempv0.102.0' 2022-08-28 19:19:56 +02:00
Loris Sigrist
c08d6d898a
Update en/templates/404.md with Firebase Hosting (#1796)
Firebase Hosting is a very popular way to host static sites. Therefore it is probably worth it to include it in all hosting-related documentation.
This Change adds an explanation of how to make 404 pages work with Firebase Hosting.
2022-08-23 12:18:36 +09:00
Joe Mooring
322b75f406
Update configuration.md 2022-08-06 16:27:28 -07:00
Patrice Chalin
2fa6f0b948 404 template example: remove slash relURL arg
For context, see:

- #9994

/cc @jmooring @dep
2022-07-29 20:53:34 +02:00
Christian Oliff
1195f168a3
Remove broken link (#1767)
The `examples` directory was removed with https://github.com/gohugoio/hugo/pull/9615.
2022-07-26 10:52:50 -07:00
Joe Mooring
e0838e574e
Update RenderString.md
With https://github.com/gohugoio/hugo/pull/9948 the .RenderString method now renders shortcodes.
2022-07-21 08:35:36 -07:00
Bjørn Erik Pedersen
bee6adf71e
Update page-resources.md 2022-07-18 09:02:11 +02:00
Olivier Goulet
24e142f229 Remove duplicate word from cascade description
Removed the duplicate word "down" from the sentence:

"Pass down down default configuration values..."
2022-07-18 08:58:26 +02:00
Razon Yang
879fc39839 docs: Update the description of PostCSS config 2022-07-18 08:57:56 +02:00
Kaushal Modi
2ffe539e3a
fix: Use = instead of := for variable reassignments (#1771)
Ref: https://discourse.gohugo.io/t/join-two-variables-together/39402/6
2022-07-08 07:58:28 -07:00
Christian Oliff
7496b8f878 update 404 error for digitalocean docs
it was showing a 404 error!  
https://docs.digitalocean.com/products/app-platform/references/app-specification-reference/
2022-07-05 09:38:50 +02:00
Bjørn Erik Pedersen
c85caca4ae Merge commit 'bdf935d66c1f02dfc942a30e9fc00519bba3aacb' 2022-06-28 20:51:33 +02:00
Christian Oliff
e5aa641a62 remove erroneous foo 2022-06-23 08:44:38 +02:00
Joe Mooring
8307b474e6 Add hl_inline to highlight function documentation 2022-06-16 19:19:14 +02:00
Christian Oliff
8517b02d9e update GitHub 404 docs URL to prevent redirect 2022-06-16 16:14:46 +02:00
Christian Oliff
5c52c27157 remove aerobatic.com
dead link.
2022-06-16 16:12:25 +02:00
Bjørn Erik Pedersen
3eb179558d
Update syntax-highlighting.md 2022-06-16 10:48:59 +02:00
Bjørn Erik Pedersen
00cbe3f2fc
Check for nil Chroma .Aliases 2022-06-16 10:43:56 +02:00
Bjørn Erik Pedersen
45416515e9
netlify: Hugo 0.101.0 v0.101.0 2022-06-16 10:35:30 +02:00
Bjørn Erik Pedersen
d5dcd1581d
docs: Regen docshelper 2022-06-16 10:35:30 +02:00
Khayyam Saleem
4785e99b14
common: Add hugo.GoVersion
Closes #9849. This enables `hugo.GoVersion` in templates to access the
version of Go that the Hugo binary was built with.
2022-06-16 10:35:30 +02:00
Dawid Potocki
e679f1b7e9
resources/page: Add :slugorfilename attribute
Fixes #4739, #385
2022-06-16 10:35:30 +02:00
Christian Oliff
f2cc72a1f1
Update spellcheck.yml (#1755) 2022-06-16 17:32:58 +09:00
Bjørn Erik Pedersen
c3888b63aa docs: Regen docshelper 2022-06-16 07:23:38 +02:00
Bjørn Erik Pedersen
8a5942555a Merge commit '475f87f685439de0f907a9ffc29bfd1361eb1c59' 2022-06-16 07:22:11 +02:00
Khayyam Saleem
2820072172 common: Add hugo.GoVersion
Closes #9849. This enables `hugo.GoVersion` in templates to access the
version of Go that the Hugo binary was built with.
2022-06-14 09:48:45 +02:00
Dawid Potocki
00b4b46da3 resources/page: Add :slugorfilename attribute
Fixes #4739, #385
2022-06-13 21:45:03 +02:00
Bjørn Erik Pedersen
30f32a6243
Update scss-sass.md 2022-06-13 11:03:00 +02:00
Bjørn Erik Pedersen
5031301869
Update scss-sass.md 2022-06-13 11:01:41 +02:00
Andreas Deininger
cbfaa67043
Remove references to outdated Blackfriday markdown processor (#1748) 2022-06-09 11:55:11 +09:00
Bjørn Erik Pedersen
e43948d26a
netlify: Hugo 0.100.2 v0.100.2 2022-06-08 14:32:01 +02:00
Bjørn Erik Pedersen
aaabe0ee90
Merge branch 'tempv0.100.2' 2022-06-08 14:31:45 +02:00
Joe Mooring
bc615f257c tpl/path: Add path.BaseName function
Closes #9973
2022-06-06 09:36:16 +02:00