Commit Graph

10289 Commits

Author SHA1 Message Date
hh.lohmann 2e82efff09 Install on Windows: Correct + augment (#1520)
* PowerShell / "other CLIs" don't have "set"
* "setx" for global setting for current user (no admin rights required)
2022-09-10 17:10:07 +02:00
onicholsoncc 4bffd076e9 Update frontends to add CloudCannon's CMS (#1509)
* Update frontends to add CloudCannon's CMS

* Update frontends.md
2022-09-10 17:09:44 +02:00
onicholsoncc 17eea31339 Update index.md to add resource (#1508)
Added CloudCannon's Hugo tutorial
2022-09-10 17:09:24 +02:00
Andreas Richter 5a5ac1d2f1 Add documentation for babel sourceMap (#1492)
* Document sourceMap argument on babel.

* Add docs for babel sourceMap.

* inputSourceMap already defaults to true inside of babel.

* @davidsneighbour agree, better just not to mention it since it does default to true. It used to be a required setting.

* Fix missing extenal sourceMap docs for js.Build which was also part of the PR

* Missing change (missing from previous commit)
2022-09-10 17:05:45 +02:00
Atrian Wagner 899b7117ce Update menu-templates.md
Adding a note that not all first-level directories are sections and including a link to Content Sections, which explains in more detail.
2022-09-10 17:04:56 +02:00
Dan Gold 284dc4266c Include flexible translation in i18n.md
The flexible translation feature of the i18n function is documented within the article for Multilingual Mode, but is not mentioned in the base i18n article. This copies the relevant article section from one to the other verbatim.
2022-09-10 17:04:31 +02:00
Darius Lupsa f03421274f docs: Escaping Hugo/GO template code
Short example how to escape Hugo/GO template code used in a highlight shortcode.

Fixes: #1422
2022-09-10 17:03:59 +02:00
Nathan Lovato 4f0755683c Improve the documentation of imageConfig and the image resource
- Added information about the expected argument type when calling
imageResource.
- Added a warning regarding calling imageConfig with incorrect arguments.
- Added information about two properties the `image` resource provides.

Co-authored-by: jmooring
2022-09-10 17:02:02 +02:00
Sebastiaan Lampo 89aa723cc5 Clarify leaf bundle explanation and related FAQ
Organize the content of the leaf bundle such that the example with 4 leaf
bundles shows four headings. Align headings with branch bundles.
Explain that the content files will not result in rendered pages.

Add a hint to check for index.md's that may inadvertently have created
a leaf bundle thus preventing a page from being rendered.
2022-09-10 16:56:47 +02:00
Geo 0c6b32bb91 Update starter-kits.md 2022-09-10 16:55:56 +02:00
Geo a68151b1b7 Update starter-kits.md 2022-09-10 16:55:56 +02:00
Geo 91b145384f Update starter-kits.md
Add the open source Wowchemy starter kit for Hugo
2022-09-10 16:55:56 +02:00
Toby Glei c8104b4228 Update hosting-on-21yunbox.md 2022-09-10 16:50:45 +02:00
Toby Glei 51ee7603b0 Update hosting-on-21yunbox.md 2022-09-10 16:50:45 +02:00
Toby Glei d88314499b docs(en): add hosting on 21YunBox
docs(en): add hosting on 21YunBox
2022-09-10 16:50:45 +02:00
Jorn Vanloofsvelt aab04f2692 Update shortcode-templates.md to correct an error. 2022-09-10 16:48:25 +02:00
Đăng Tú ed48563aa2 Misc improvements
Add Windows note for installing from source (gcc)

Correct multilingual.md typo and i18n.md info

Add detail for Installation on Windows note

Reverse misinfo, this need more investigation.
2022-09-10 16:44:51 +02:00
Bjørn Erik Pedersen 87dd24e1d6 Fix merge failure 2022-09-10 16:38:36 +02:00
Andreas Richter 0bcc6dca82 js.Build: Update docs to not allow boolean inputs for sourceMap
Remove docs indicating that boolean values can be provided to sourceMap.
2022-09-10 16:35:07 +02:00
Andreas Richter e50a28fbc7 js.Build: Add SourceMap flag into js.Build opts which can turn on sourcemap
Add documentation for sourceMap opt in js.Build. Comment on future external support.
Temporarily tagged with 0.75-DEV
2022-09-10 16:34:44 +02:00
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
```
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