tripleo

Results 32 comments of tripleo

I use `zola serve` to edit locally, and I use https://github.com/shalzz/zola-deploy-action to deploy to github pages. Works like a charm except for the issue I'm describing. And I am using...

The deploy-action makes all links relative to root. I would expect (as I'm guessing you all are describing) that this would use the base_url, but it doesn't. And `zola serve`...

I just tried a `zola build` on my local machine and it doesn't generate links prefixed by base_url, so the plugin is not to blame, which I thought at first....

The last line in this file, for example: https://raw.githubusercontent.com/elijah-team/programming-with-elijah/main/blog/content/edition-2/posts/01-freestanding-rust-binary/index.md which points to https://elijah-team.github.io/programming-with-elijah/namespaces-and-packages/ But only after massaging with command line tools. Note that I am using `path`s in the front...

Sorry, I did some reorganization Here https://raw.githubusercontent.com/elijah-team/programming-with-elijah/main/blog/content/edition-2/posts/01-organizing-classes/index.md That just shows @/path/.../xyz.md

Try to build the whole project with next. It fails. ``` Failed to build the site Error: invalid type: sequence, expected a map for key `languages` at line 37 column...

Thanks for your help. What about this one: ``` Error: invalid type: map, expected a string for key `translations.en` ``` I searched the website and the repository sample sites and...

On 8/31/21 10:36 AM, Yaroslav wrote: > > Translations are now nested on their language definitions: > https://github.com/getzola/zola/blob/next/components/config/src/config/mod.rs#L501-L511 > > > I think this should be documented, unless I missed...