forestryio / hugo-theme-novela

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

posts are not shown on the home page #35

Closed davxiao closed 4 years ago

davxiao commented 4 years ago

Rookie question here.

I've added the submodule. The theme is applied but the posts are not coming up on the home page. For example, content/posts/my-first-post.md is not there.

I was using ananke theme before, the posts are there. I'm sure something is missing but couldn't figure out, thanks for your help!

Using: Hugo v0.70.0

DirtyF commented 4 years ago

Novela is working fine with Hugo 0.70.0

hugo-novela-070

Please reach out to Hugo's community if you need help with setting up a theme.

robertvb commented 4 years ago

Hi @DirtyF , I am having exactly the same issue, posts are created under /posts/ and marked as non draft but they are not visible. I have previous experience with other Hugo themes but never seen this before. Tested on Hugo v0.70 and v0.72.

Maybe I am missing something? I have set up a repo: https://github.com/robertvb/test-novela

DirtyF commented 4 years ago

Make sure you use a proper theme config: https://github.com/forestryio/novela-hugo-starter/blob/master/config.yaml

DustinJSilk commented 2 years ago

Did anyone find a solution to this? My config matches the example, the only posts that show up are under the content/post/ directory. No other directory works

DustinJSilk commented 2 years ago

I found the problem: you need to add a type: post to each articles meta data