Mark Moffat
Mark Moffat
You need to add the data so the frontend can read it. Maybe you are missing this line from your `layout.hbs`: https://github.com/mrvautin/squido-docs/blob/e35760385951d73dc36f006f2d03aa9770ce83ce/source/layouts/layout.hbs#L61 > Also, which would be the plugin options?...
> I've found this also but I should open an issue for this: adding tags meta I realized that If I edit post.hbs, page.hbs, 404.hbs or tag.hbs then tags in...
> First time I uploaded a markdown I get this on console, /usr/lib/node_modules/squido/lib/common.js:55 if(meta.permalink.slice(-1) !== '/'){ ^ Yeah, if you read carefully [posts section](https://squido-docs.markmoffat.com/posts/) you get the permalink's required (my...
Hi @JonathanLindsey it appears recent changes to `npm` have caused the global install to no longer work. I've updated the [README](https://github.com/mrvautin/squido/blob/main/README.md) file with some `npx` commands which allow you to...