Closed jppope closed 2 years ago
Looks like there is a simpler fix:
change this line to something like this
{% set postslist = search.pages("posts", "date=desc", 10) %}
then change it back
{% set postslist = search.pages("type=posts", "date=desc", 10) %}
might just be me...
This is because your lume version is very old (v1.1.0). Try updating to the latests version. Or additionally, you can simply run deno task serve
to execute Lume as a deno task and use the same version defined in the import_map.json file (https://github.com/lumeland/base-blog/blob/master/import_map.json)
sure thing. I have to build another new site in a week or two I'll try your suggestions 👍
Hi there!
I just did a fresh install of the base-blog and received this error: