Results 1383 comments of Vincent Prouillet

The checkout of the repo fails because it's asking LFS credentials

It does say the following: ``` Warning: 2 page(s) ignored (missing date or weight in a sorted section): Warning: - /Users/vincent.prouillet/Code/pulls/146parks.blog/content/todo.md Warning: - /Users/vincent.prouillet/Code/pulls/146parks.blog/content/map.md ``` which is a legit issue...

The fact that it was rendering before was kind of a bug sadly :/

Having shortcodes inside shortcodes is very unlikely to happen imo, it doesn't feel great and would probably be a bit messy since there are already issues with the shortcodes markdown...

Is there anyone wanting to implement that? It looks like most of the work is actually parser-related, in `components/rendering/shortcode.rs` and the `content.pest` file in the same folder.

Thanks for the kind words! Regarding the work to be done, I am not 100% sure as I haven't a look at that in ages. I think you nailed the...

No progress on that, it's been punted on as it's not a super important feature. Maybe after the 0.16 and more tests are added it should be possible for someone...

Thanks for the PR. I'm putting any changes to the syntax highlighting on hold though until https://github.com/getzola/zola/issues/1787 has seen some progress to know whether it's viable

It's currently not possible. I need to investigate that claim that it is the preferred layout. If it's true, it should be added as an option to Zola.

> The content simply exists in several languages and the first one the user is presented with when visiting the site is determined by content negotiation via the browsers "Accept-Language"...