9959 Commits

Author SHA1 Message Date
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
Bjørn Erik Pedersen
45321989ea js: Add Shims option
This commit adds a new `shims` option to `js.Build` that allows swapping out a component with another.

Fixes #8165
2021-01-22 09:03:24 +01:00
Bjørn Erik Pedersen
399c74acd6
Revert "js: Update shims setup"
This reverts commit 704987dc1c4d758da2b8f0a704f771d21aa2ac08.
2021-01-21 19:07:38 +01:00
Bjørn Erik Pedersen
77def8a8c3
Revert "Update js.md"
This reverts commit 13aeb2c73b6f8b3e14e059dcdc855a504bb311d4.
2021-01-21 19:07:36 +01:00
Bjørn Erik Pedersen
13aeb2c73b
Update js.md 2021-01-21 18:25:32 +01:00
Bjørn Erik Pedersen
704987dc1c
js: Update shims setup
I finally got to testing this myself, and didn't get the existing setup to work, so I'll assume "I'm correct for now" (the famous last words).

I will continue to search for a simpler setup.
2021-01-21 12:58:13 +01:00
fridde
ef9c4913cd Clean up and removal of outdated examples
The README.md states that the docs should "describe the current best practice" (as opposed to older ways).
This is the implementation of that principle.
2021-01-19 17:23:01 +01:00
Godot Tutorials
46122c9aa9 add godot tutorials to showcase 2021-01-11 17:21:25 +01:00
Bjørn Erik Pedersen
06d1d1ea22
Update scss-sass.md 2021-01-07 10:35:56 +01:00
Daniel Lathrop
1fc63c100e Spelling fix in 0.79.1 release notes
was to were
2021-01-06 08:51:01 +01:00
acanalis
ad2f50e3d6
Update plainwords description (#1296)
* Update .PlainWords description

* Add Go reference
2021-01-04 22:26:49 +07:00
Joe Mooring
33021d451b
Update substr examples (#1304)
The substr function was fixed in 0.80, but the examples
showed 0.79 behavior.
2021-01-01 20:38:39 -05:00
Bjørn Erik Pedersen
6b1cc59bb1
Release 0.80.0 v0.80.0 2020-12-31 15:27:18 +01:00
Bjørn Erik Pedersen
521db8c6d3
Merge branch 'tempv0.80.0' 2020-12-31 15:19:46 +01:00
hugoreleaser
58626c2b32 releaser: Add release notes to /docs for release of 0.80.0
[ci skip]
2020-12-31 13:36:35 +00:00
Bjørn Erik Pedersen
f81d118af8 dartsass: Dart Sass only supports expanded and compressed 2020-12-31 11:18:54 +01:00
Bjørn Erik Pedersen
7da6f54be4 Add Dart Sass support
But note that the Dart Sass Embedded Protocol is still in beta (beta 5), a main release scheduled for Q1 2021.

Fixes #7380
Fixes #8102
2020-12-30 17:32:25 +01:00
Bjørn Erik Pedersen
b1f2661bb7
Replace jsconfig.js with jsconfig.json
Fixes https://github.com/gohugoio/hugo/issues/8096
2020-12-27 19:13:59 +01:00
Bjørn Erik Pedersen
38de0c1a4d
Update index.md 2020-12-19 17:36:10 +01:00
Bjørn Erik Pedersen
223ceae802
Update index.md 2020-12-19 17:28:18 +01:00
Bjørn Erik Pedersen
f7ac0e59d9
Release v0.79.1 2020-12-19 17:26:27 +01:00