forestryio / hugo-theme-novela

Novela, the simplest way to start publishing with Hugo and Forestry.
https://hugo-novela-forestry.netlify.app/
MIT License
360 stars 192 forks source link

Not compatible with quick start guide and Hugo v0.75.1 #55

Closed olsnacky closed 3 years ago

olsnacky commented 3 years ago

Observed Outcome

Following the quick start guide results in empty content when navigating to the entry point of the site.

image

I have included a test post:

image

This is my config.toml:

baseURL = "https://blog.poxon.dev/"
languageCode = "en-au"
title = "David Poxon's Blog"
theme = "novela"

Expected Outcome

There would be at least one post

DirtyF commented 3 years ago

What Quick Start Guide are your referring to? Hugo's one?

Forestry has a starter with default content that use Hugo modules instead of Git submodule it's content/post

👉 https://github.com/forestryio/novela-hugo-starter

DirtyF commented 3 years ago

@olsnacky updated the README to document how to quick start from the command line.

olsnacky commented 3 years ago

@DirtyF Thank you! Yes, I'm using Hugo's quick start.