Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] hugo-0.58.2_1 breaks live preview
@ 2019-09-26 21:17 voidlinux-github
  2019-09-26 21:55 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-26 21:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

New issue by 0x0f0f0f on void-packages repository

https://github.com/void-linux/void-packages/issues/14754

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.2.17_1 x86_64 GenuineIntel uptodate rrFFF
  
* package:  hugo-0.58.2_1
  
### Expected behavior
Running `hugo serve -D` and opening web page correctly displays post index folders. 
 
### Actual behavior
Preview is broken. Paths like `/posts/` should be correctly previewed but instead hugo returns an empty HTML page with status code 200 on GET request.

### Steps to reproduce the behavior
Clone [hugo repository](https://github.com/gohugoio/hugo)
`cd` into `hugo/examples/blog/`
run `hugo serve -D`
open browser at `localhost:1313/post`




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hugo-0.58.2_1 breaks live preview
  2019-09-26 21:17 [ISSUE] hugo-0.58.2_1 breaks live preview voidlinux-github
@ 2019-09-26 21:55 ` voidlinux-github
  2019-09-26 21:56 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-26 21:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/14754#issuecomment-535701013

Comment:
Live preview works fine for me. Erroneous result in the example COULD BE from the change in [hugo-0.58.0](https://github.com/gohugoio/hugo/releases/tag/v0.58.0): 

> `home.Pages` now behaves like all the other sections, see #6240. If you want to list all the regular pages, use `.Site.RegularPages`.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hugo-0.58.2_1 breaks live preview
  2019-09-26 21:17 [ISSUE] hugo-0.58.2_1 breaks live preview voidlinux-github
  2019-09-26 21:55 ` voidlinux-github
@ 2019-09-26 21:56 ` voidlinux-github
  2019-09-27  8:57 ` voidlinux-github
  2019-09-27  8:57 ` [ISSUE] [CLOSED] " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-26 21:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/14754#issuecomment-535701013

Comment:
Live preview works fine for me. Erroneous result in the example COULD BE from the change in [hugo-0.58.0](https://github.com/gohugoio/hugo/releases/tag/v0.58.0): 

> `home.Pages` now behaves like all the other sections, see #6240. If you want to list all the regular pages, use `.Site.RegularPages`.

This change breaks a bunch of themes too (the ones that haven't been updated) but thankfully the fix is very straightforward.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] hugo-0.58.2_1 breaks live preview
  2019-09-26 21:17 [ISSUE] hugo-0.58.2_1 breaks live preview voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-27  8:57 ` voidlinux-github
@ 2019-09-27  8:57 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-27  8:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

Closed issue by 0x0f0f0f on void-packages repository

https://github.com/void-linux/void-packages/issues/14754

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.2.17_1 x86_64 GenuineIntel uptodate rrFFF
  
* package:  hugo-0.58.2_1
  
### Expected behavior
Running `hugo serve -D` and opening web page correctly displays post index folders. 
 
### Actual behavior
Preview is broken. Paths like `/posts/` should be correctly previewed but instead hugo returns an empty HTML page with status code 200 on GET request.

### Steps to reproduce the behavior
Clone [hugo repository](https://github.com/gohugoio/hugo)
`cd` into `hugo/examples/blog/`
run `hugo serve -D`
open browser at `localhost:1313/post`




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hugo-0.58.2_1 breaks live preview
  2019-09-26 21:17 [ISSUE] hugo-0.58.2_1 breaks live preview voidlinux-github
  2019-09-26 21:55 ` voidlinux-github
  2019-09-26 21:56 ` voidlinux-github
@ 2019-09-27  8:57 ` voidlinux-github
  2019-09-27  8:57 ` [ISSUE] [CLOSED] " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-27  8:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by 0x0f0f0f on void-packages repository

https://github.com/void-linux/void-packages/issues/14754#issuecomment-535855544

Comment:
Closing since issue is related to hugo and not to the void package.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-27  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 21:17 [ISSUE] hugo-0.58.2_1 breaks live preview voidlinux-github
2019-09-26 21:55 ` voidlinux-github
2019-09-26 21:56 ` voidlinux-github
2019-09-27  8:57 ` voidlinux-github
2019-09-27  8:57 ` [ISSUE] [CLOSED] " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).