iBug
iBug
This looks good to me, but I'm afraid @mmistakes isn't going to respond anytime soon. I haven't seen him online for a few months, and I don't have the access...
对于新安装的 Nginx,使用 LE 官方的 Certbot 软件确实更方便快捷(Ubuntu / Debian 源里有 `python3-certbot-nginx` 软件包可以直接用),配合 cron 可以自动续期。 如果使用 DNS 验证方式的话,自动续期这块需要自己多配点东西。
@DigitalCyberSoft I may disagree with your last paragraph. #352 focuses on connections towards Cloudflare Edge, not upstream connections towards origin servers.
I believe your goal can be achieved using Linux multipath routing. It seems like a better idea than adding cloudflared support for this: The code base is too complex for...
I don't think `page.locale` propagates from `site.locale`. This means existing users who don't have proper `page.locale` will suddenly find their site back in English. If the fallback to `site.locale` is...
Here's my new idea: Since all templates end up being rendered in `default.html`, we can assign our desired variables in `default.html` and use it everywhere. Something like: ```liquid {% assign...
This could certainly be useful, but it's too large and a bit messy to review. If you split each feature into a separate PR, I'll look more favorably on this.
Closing this one in favor of #3056.
You should be looking at [`google-gtag.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/analytics-providers/google-gtag.html).
I don't think it would make sense to unconditionally add `rel="me"` to every footer link. Perhaps an option for each link item would be better. (Contrary to Michael, I'm neutral...