Robert Viquez

Results 4 comments of Robert Viquez

I think it was resolved in PR #192. Will have to wait for review and merge into main.

Hi @hrokr - Could you please share your `config.yaml/toml` file? It would be helpful if you could provide details of the `params` section in your config file, as well as...

Hi - > favicon: images/site/fav.png #shows in the browser tab Have you tried wrapping the `favicon` path in double quotes? ```yaml favicon: "images/site/fav.png" # shows in the browser tab ```

Hi @dejan-d At the moment, there isn't a straightforward way to change the font family directly from the config file. Instead, you can modify the `font-family` by editing the `font.css`...