9979 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen
eeab18fce4 Merge commit '81689af79901f0cdaff765cda6322dd4a9a7ccb3' 2021-03-21 13:31:17 +01:00
Bjørn Erik Pedersen
d508a12592 Attributes for code fences should be placed after the lang indicator only
Fixes #8313
2021-03-20 19:15:11 +01:00
Patrice Chalin
9cece66400
Function sort: fix example labels (#1344)
* Function sort: fix example labels

* Review feedback: adjust front matter and config values
2021-03-17 07:11:21 -07:00
Joe Mooring
84444120ff
Revert "Fix sample data for sort function (#1363)" (#1364)
This reverts commit 05c8619f480c47343df66d1b1980fef83820e552.
2021-03-16 09:22:41 -07:00
Joe Mooring
05c8619f48
Fix sample data for sort function (#1363) 2021-03-16 07:16:30 -07:00
Avinash Sonawane
2beb1c0edf
Fix "Configure taxonomies" title (#1361) 2021-03-15 13:01:12 -07:00
Avinash Sonawane
cd777b9fbb
Fix sitemap configuration link (#1360) 2021-03-15 12:56:14 -07:00
Bjørn Erik Pedersen
c80905cefe deps: Update to esbuild v0.9.0 2021-03-14 11:51:25 +01:00
Paul Pineda
52251fb420
Update the 'Customize Dates' example to not error (#1357)
Part of the work to improve the docs for users who are less familiar with GoLang by removing an error that would cause the template parser to throw with a `malformed character constant` Error as detailed in this issue https://github.com/gohugoio/hugo/issues/8322
2021-03-12 17:26:15 -08:00
Dominik Meyer
1a14cc08a9 Update quick-start.md 2021-03-10 10:52:24 +01:00
Joe Mooring
17bb98a94c Add note about image metadata removal
Fixes #1354
2021-03-10 10:42:23 +01:00
Jonny Spicer
ec4f7bfff4 Update 404.md
Fix typo: CloudFont > CloudFront
2021-03-09 22:45:32 +01:00
sjjh
cebfb7a900 explaination that weight key is used for sorting
added a sentence to explain that by default menu entries are sorted ascending by their weight. As a new user you otherwise might not be familiar with it.
2021-03-08 16:08:18 +01:00
Vincent Tam
83190ff12a fix typo: "advance settings" → "advanced settings" 2021-03-08 16:06:58 +01:00
Jim HL Wei
75743968c0 Update quick-start.md
removed extra quotation strings that prevents hugo from launching
Error code:
Error: "C:\Hugo\academic\config.toml:4:1": unmarshal failed: Near line 4 (last key parsed 'theme = "academic"'): expected key separator '=', but got '\r' instead
2021-03-08 16:06:31 +01:00
swamidass
f1c64cd5a5 Improved documentation.
This is based on @bep 's explanation here: https://discourse.gohugo.io/t/intersect-function-and-order/31607?u=swamidass
2021-03-06 21:50:37 +01:00
Daniel Atwood
95350eb797 Add support for Google Analytics v4 2021-03-03 13:30:06 +01:00
Bjørn Erik Pedersen
8af3b236c0
Update theme 2021-03-01 13:50:10 +01:00
Bjørn Erik Pedersen
02d36f9bc2 Allow markdown attribute lists to be used in title render hooks
Fixes #8270
2021-02-23 18:08:39 +01:00
Bjørn Erik Pedersen
7df220a644 Merge commit '9d31f650da964a52f05fc27b7fb99cf3e09778cf' 2021-02-23 17:41:05 +01:00
gzagatti
d80bf61b7f Fixes #7698.
markup: Allow installed arbitrary Asciidoc extension via path validation.
2021-02-22 13:52:04 +01:00
jean-acsas
bb15e9804a
Update index.md (#1339)
Fixed typo.
2021-02-22 12:06:42 +09:00
Joe Mooring
ffb2f21d16 Update index.md 2021-02-20 23:26:10 +01:00
Bjørn Erik Pedersen
fc154ac02f
Regenerate CLI docs 2021-02-20 18:05:56 +01:00
Bjørn Erik Pedersen
a0a687738c
Update index.md 2021-02-20 12:42:34 +01:00
Bjørn Erik Pedersen
d0e35a8444
Update index.md 2021-02-20 12:27:44 +01:00
Bjørn Erik Pedersen
86d0cc0420
Update index.md 2021-02-19 20:04:20 +01:00
Bjørn Erik Pedersen
bdaf7e0228
Release 0.81.0 v0.81.0 2021-02-19 19:29:56 +01:00
hugoreleaser
b51017445a releaser: Add release notes to /docs for release of 0.81.0
[ci skip]
2021-02-19 17:07:09 +00:00
Bjørn Erik Pedersen
888dd8fccc docs: Regen CLI docs 2021-02-18 17:55:38 +01:00
Bjørn Erik Pedersen
8c3e8b2701 docs: Regen docs helper 2021-02-18 17:54:25 +01:00
Bjørn Erik Pedersen
79e3e1ebc8 Merge commit 'acb9109df778fa4a51c0d8b29b3212b12988908f' 2021-02-18 17:52:49 +01:00
Bjørn Erik Pedersen
31f70af7ef modules: Add config option modules.vendorClosest
Fixes #8235
Fixes #8242
2021-02-16 16:30:01 +01:00
Bjørn Erik Pedersen
d343ebf718
Document ignoreImports 2021-02-15 13:17:09 +01:00
Simon Perdrisat
f912ea1cc6
Fix the github workflow (#1332) 2021-02-12 09:30:08 +09:00
Regis Philibert
6178940528 Add site function
Fixes #1324
2021-02-11 19:27:22 -05:00
Bjørn Erik Pedersen
2631df94ea markup/goldmark: Add attributes support for blocks (tables etc.)
E.g.:

```
> foo
> bar
{.myclass}
```

There are some current limitations: For tables you can currently only apply it to the full table, and for lists the ul/ol-nodes only, e.g.:

```
* Fruit
  * Apple
  * Orange
  * Banana
  {.fruits}
* Dairy
  * Milk
  * Cheese
  {.dairies}
{.list}
```

Fixes #7548
2021-02-08 19:52:55 +01:00
Christian Oliff
f3be651f9c
Minor typo/markdown fixes (#1328)
For https://gohugo.io/hosting-and-deployment/hosting-on-github/
2021-02-08 13:12:44 +09:00
Kahlil Wehmeyer
7a95e9db57
Fix a formatting error for Github Actions (#1323)
Fixed a formatting error for the yaml file and also changed all the versions to either `@latest` or just `latest`.
2021-02-08 13:02:14 +09:00
Bjørn Erik Pedersen
19dee04ad6 Update to Dart Sass Protocol beta6
Note that this version is not backwards compatible, so you have to update the protocol binary.
2021-02-06 18:34:19 +01:00
Simon Perdrisat
260106669e Fix #1120 Use Github Action 2021-02-06 13:14:32 +01:00
Ben Mezger
e507721fe7 Refactor: Write to stdout by default 2021-02-04 15:32:51 -07:00
Ben Mezger
d204bf1600 Refactor: Remove powershell support 2021-02-04 15:32:51 -07:00
Ben Mezger
91bea48f52 Feat: Add zsh, fish and powershell completion support
See issue #4296
2021-02-04 15:32:51 -07:00
Sean Wilson
d8847a1443
docs: Fix HTML code in .RenderString description being stripped out (#1320) 2021-02-01 12:37:23 +09:00
NicoHood
7a67c38c4b
Correct sitemap version (#1318)
As correctly stated at the beginning of the docs, sitemap protocol uses version 0.9 currently. Dont confuse with xml version 1.0
2021-01-28 01:12:27 +09:00
fridde
6a163f53a8
Removed noise. (#1317)
In accordance to the doc-trine *"no one wants to know how things were in your time, grandpa"*.
2021-01-27 20:26:57 +07:00
Ram Iyer
b029021215
Fix a minor typo (#1314) 2021-01-26 15:21:07 +09:00
Aleksandr Demakin
9c915ea275 docs: Remove mention of a file size limit for readFile
The limit itself was removed in this PR: https://github.com/gohugoio/hugo/pull/8172.
2021-01-23 14:14:51 +01:00
Bjørn Erik Pedersen
5acc8b6c7a js: Add Inject config option
Fixes #8164
2021-01-22 23:43:44 +01:00