Commit Graph

181 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen 6dd3dc3f90 Update configuration.md 2021-11-10 11:38:28 +01:00
Joe Mooring c78cc014b5 Document the removePathAccents setting
Closes #94
2021-11-03 18:18: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 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
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
Sean Kelly d921915123 Small typo (#1539) 2021-10-11 14:13:11 -07:00
Joe Mooring 0c9321ca0b Remove reference to using LiveReload in production environment 2021-09-28 17:40:36 +02: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 a4bf86300c Release 0.88 2021-09-02 12:12:56 +02:00
Helder Pereira 8fcf2c55d7 highlight: Remove some pygments references 2021-08-21 15:50:49 +02:00
SaintMalik 6b0a74fe0e Fix typos in docs (#1516) 2021-08-18 11:20:54 +09:00
Bjørn Erik Pedersen 36a9e701ca docs: Adjust config docs 2021-08-03 12:22:02 +02:00
Bjørn Erik Pedersen bc8bbaae99 Merge commit 'bd77f6e1c99e04a476f0b1bb4e44569134e02399' into release-0.87.0 2021-08-03 11:52:57 +02:00
Bjørn Erik Pedersen 6f2480643b docs: Adjust time zone docs 2021-08-03 11:51:28 +02:00
Bjørn Erik Pedersen 467a89a021 Merge branch 'v0861' 2021-07-30 13:03:39 +02:00
Bjørn Erik Pedersen 93f986ecc8 Add timezone support for front matter dates without one
Fixes #8810
2021-07-27 19:02:48 +02:00
Bjørn Erik Pedersen 78d7b52b60 Document config.cascade 2021-07-22 19:24:06 +02:00
Shohei Ueda dbc1157c1b Fix missing deep 2021-06-18 19:46:55 +02:00
Bjørn Erik Pedersen bc171954bd Merge commit '92405e5b0adc5d8c3dfde88d6a8b67eb09169190' 2021-06-18 12:57:19 +02:00
Bjørn Erik Pedersen ef73ffc3bc Misc config loading fixes
The main motivation behind this is simplicity and correctnes, but the new small config library is also faster:

```
BenchmarkDefaultConfigProvider/Viper-16         	  252418	      4546 ns/op	    2720 B/op	      30 allocs/op
BenchmarkDefaultConfigProvider/Custom-16        	  450756	      2651 ns/op	    1008 B/op	       6 allocs/op
```

Fixes #8633
Fixes #8618
Fixes #8630
Updates #8591
Closes #6680
Closes #5192
2021-06-14 17:00:32 +02:00
Bjørn Erik Pedersen 3a923e1550 Update configuration.md 2021-06-13 19:45:14 +02:00
Lucas Eduardo 4c81c6c2ac live reload: add section about --navigateToChanged 2021-06-07 10:20:00 +02:00
Darius Lupsa babbb9090a fix version number - 404 error 2021-04-30 09:16:40 +02:00
Joost Baaij 5d354c38d2 Replaced ``` code blocks with Code Toggler 2021-04-16 11:35:20 +02:00
Bjørn Erik Pedersen 1bbed2cf3c Update configuration.md
Fixes https://github.com/gohugoio/hugo/issues/8396
2021-04-07 16:37:18 +02:00
Jan Steinke 1172fb6d09 Update to theNewDynamic repository (#1263) 2021-03-26 06:52:10 -07:00
Joe Mooring 36de478df8 Update description of ignoreFiles config setting (#1377) 2021-03-24 07:19:08 -07:00
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
Joe Mooring 84444120ff Revert "Fix sample data for sort function (#1363)" (#1364)
This reverts commit 05c8619f48.
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 cd777b9fbb Fix sitemap configuration link (#1360) 2021-03-15 12:56:14 -07:00
Dominik Meyer 1a14cc08a9 Update quick-start.md 2021-03-10 10:52:24 +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
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 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
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 ebf1b87b0c Merge commit '9f1265fde4b9ef186148337c99f08601633b6056' 2020-11-27 09:30:05 +01:00
Bjørn Erik Pedersen 1f1e8f39c4 Allow setting the delimiter used for setting config via OS env, e.g. HUGO_
Fixes #7829
2020-11-25 20:34:34 +01:00
Mark Hansen 8dd8a8d1d1 Add link to "Build Websites with Hugo" book (#1174)
I'm reading Brian's book, and enjoying it, thought I'd link it.
2020-11-21 23:24:16 +09:00
Daniel Qian ab14bfec30 Update configuration directory section 2020-11-19 09:52:03 +01:00
Bjørn Erik Pedersen 3b895261fe Make js.Build fully support modules
Fixes #7816
Fixes #7777
Fixes #7916
2020-11-03 13:04:37 +01:00
Bjørn Erik Pedersen 769712aec1 Merge commit 'e5568488051a571df48401e03f1304b95dbc9028' 2020-10-06 16:24:00 +02:00
Bjørn Erik Pedersen 705fea6563 Add force flag to server redirects config
Fixes #7778
2020-10-05 22:20:00 +02:00
Sam Robbins 759b967fc8 Update configuration-markup.md 2020-09-24 21:44:18 +02:00
Enguerran 59f4f4acd8 Doc: Fix typo in hugo command 2020-09-18 10:38:25 +02:00
Jørn Åne 5cd9ca4b23 Mention MacPorts also on the Installing page (#1215)
* Add instructions for using Macports

Fix for #688, rewrite the text so it's clear that either MacPorts or Homebrew can be used to install Hugo.

* Add MacPorts to Getting Started page

* Update Pick Your Method section to include MacPorts
2020-09-06 00:00:21 +02:00
Jørn Åne 0ae8f5c19c Add instructions for using Macports
Fix for #688, rewrite the text so it's clear that either MacPorts or Homebrew can be used to install Hugo.
2020-09-05 22:25:04 +02:00
James Goldie a17e25d6f6 Update quick-start.md: move notice about drafts up 2020-09-05 11:24:03 +02:00
Joe Mooring cf87a5da2c Update macOS tarball installation instructions (#1203)
Closes #1202
2020-09-02 06:07:43 -04:00