Joachim Hereth
Joachim Hereth
not @ashkitten but maybe having the same issue: I use dotbot on my macbook and on some cloud machine. Some `ssh` config options apply only for macbook, others for cloud....
Looking at the discussion in #22 I understand that there is no universal solution to how to process digits. Even worse when not having separators as in @ricardojmendez's example. Is...
@qerub Thanks a lot - this not only solved my issue but also taught me something new about regexps.
Thanks, the alternatives are helpful. Do you have any idea how the API should look like?
@amoose136 There are a few that don't have the `\` prefix. Is it ok to change those, too? - ≅ - ← - → - ̇ - ̈ - ≥...
The main use for this is to keep the yaml code DRY. While this acronym is probably more familiar to programmers, the advantages are quite obvious to non-programmers, too. A...
@crdoconnor I agree that this feature is a violation of the rule of least power. While developing a new application it's very helpful however until you can better understand the...
That's caused by the `page.html` template. It can be reproduced within `even`. 1. `zola serve` 1. edit `content/first_post.md` and change a tag to another, non-existing tag (e.g. `tag1` -> `tag2`)...
@Keats yes, it happens on `zola serve` only, `zola build` works fine. I didn't find where the difference comes from.