Nick Stoler
Nick Stoler
abbb445 actually might've fixed this. But using a relative link like the one above isn't working, per #890.
### jekyll-twitter-plugin In `_config.yml` you can see they use the plugin `jekyll-twitter-plugin`, which looks like it's [this](https://rubygems.org/gems/jekyll-twitter-plugin) (see Github [README](https://github.com/rob-murray/jekyll-twitter-plugin)). #### `twitter` tag ``` $ git grep -EIoh '\{%-? *twitter[^}]+-?%\}'...
### jekyll/scholar Another plugin is [jekyll/scholar](https://www.rubydoc.info/gems/jekyll-scholar/0.4.0), which provides two of the tags they use: #### `cite` tag ``` $ git grep -EIoh '\{%-? *cite[^}]+-?%\}' '*.md' {% cite batut2017community %} {%...
### Built-in Jekyll tags The following are [built-in tags](https://jekyllrb.com/docs/liquid/tags/) that come with Jekyll. #### `link` tag https://jekyllrb.com/docs/liquid/tags/#links ``` $ git grep -EIoh '\{%-? *link[^}]+-?%\}' '*.md' {% link _events/2019-01-28-roscoff-workshop.md %} {%...
### Built-in Liquid tags `assign` is part of the [Liquid language](https://shopify.github.io/liquid/tags/variable/) itself. #### `assign` It seems the `assign` tag is only used as part of an idiom to split a...
Oh I didn't know we could (or should) force a different version on a dependency of a dependency! Yeah then we could maybe define a bunch of tests and try...
Looking into this more, I haven't been able to reproduce the escaping issues with the old versions of remark. I expect I'm not replicating Gridsome's specific remark configuration, since I...
@hexylena Hmm okay, this is good to know, thanks for sharing your preference. I agree that looking into doing this with JS/CSS would be good. Duplicating every page could be...
I don't even think the general argument for/against `target="_blank"` is that relevant here. For internal links within the Hub, clearly it'd be nicer for people to be able to browse...
On the topic of redirect/deprecation notices, this is a list of existing pages on .eu which list news and events. I'm using this to plan what to do with each...