Vinney Cavallo
Vinney Cavallo
lol On Sun, Nov 26, 2023 at 12:01 PM Guido Petri ***@***.***> wrote: > Okay... I opened a new issue then :s > > — > Reply to this email...
Nice! You made a promise and kept it :)
From testing this out a bit, the biggest offender is `func! s:refresh_backlink_cache_for_zettel(id)`, and using `--cached` there sees enormous performance gains.
This log is a little confusing: ``` > [Error#emanote] Found 225 broken links! Emanote generated the site, but the generated site has broken links. > [Info#emanote] (Tip: use `--allow-broken-links` to...
Hello again, @srid > What do you mean by 'fail'? I meant an exit code of `1` and no generated site. > `emanote --allow-broken-links gen /tmp/output` Yup! that did the...
While I'm here: How would one adjust the `.github/workflows/publish.yml` step where `nix build -j 4` is called in order to allow broken links?
Man, why won't https://github.com/mindon's addition get merged?
This gemfile (snippet) works for me: ``` gem 'sinatra-contrib', '~> 2.0' gem 'rack-protection', '~> 2.0' group :jekyll_plugins do gem 'jekyll-admin' end ``` using jekyll 4.3.3 and jekyll-admin 0.11.1
I'm running into this now as well. Oddly, it didn't happen for me until after I added additional collections and starting messing with default frontmatter. I can't tell what caused...
https://github.com/jekyll/jekyll-admin/issues/620#issuecomment-2140730297