Vincent Prouillet
Vincent Prouillet
If you want to deviate from the theme, I would recommend just copying the templates/static/sass from the theme into their respective root folders and modify them directly.
I forgot in the README to mention this is a theme meant for paginated content >_>, I just added: ``` This theme requires your index section (`content/_index.md`) to be paginated...
`paginate_by = 5` is not meant to be in `config.toml`, it should be in your `_index.md` file like https://github.com/getzola/after-dark/blob/master/content/_index.md
I think you're running into a bug in gutenberg 0.4.2 there :( It should work with 0.4.1 or wait a bit as I'll release 0.5.0 this week and will update...
Ah that's annoying. If you manage to fix it, I'll take a PR
hmm I'll try locally in a bit (unless your site is live somewhere and I can just do it in the console)
Is that from the original theme?
0.4.2 has some issues with macros, stick with 0.4.1 for now while waiting for the next release
Probably not if you have syntax highlighting since in zola it's done at build time while mdbook does it via JS. If we don't want to change the highlighting theme...
Which version of Gutenberg are you using and is your site public? This repo still builds for me, even if I delete the `title` part of the front-matter of pages.