Davide Bellone

Results 7 comments of Davide Bellone

The two approaches that *I suppose* I could take to solve the first issue (Frontmatter mappings) are: 1. Set some configurations somewhere to tell Statiq.CleanBlog that `Title`, `Published`, and `Lead`...

Since I have ~150 blog posts, I opted for the _directory.yml mapping. I successfully managed the porting of Title and Lead (even though, in the homepage, the Lead content appears...

Now I can tackle the two main issues: URL mapping and Images. My current structure is -/articles ---/2023 ------/article folder --------/article.md --------/cover.png --------/another_image.png Does it mean that I have to...

Thanks! Would this approach make me lose the "/blog/" part?

In my blog, I have some featured tags listed at the bottom of [the homepage](https://www.code4it.dev/). Then, there's a page dedicated to listing every tag (https://www.code4it.dev/tags). Also, every blog post shows...

Ah, I have set `foam.edit.linkReferenceDefinitions` to `withoutExtensions` in my settings, under _.vscode/foam.json_ That file is under source control.