-
Updated
May 16, 2022 - JavaScript
jekyll-plugin
Here are 305 public repositories matching this topic...
-
Updated
Jun 22, 2022 - Ruby
-
Updated
Apr 28, 2022 - Ruby
-
Updated
May 19, 2022 - Gherkin
-
Updated
Feb 14, 2022 - Ruby
-
Updated
Jun 18, 2022 - Ruby
-
Updated
Sep 27, 2021 - Ruby
-
Updated
Mar 9, 2022 - Ruby
Hi, I'm a new jekyll/spaceship user, and have enabled the plugin, and it definitely is working because my mermaid diagrams work now. However my emoji's aren't rendering. I have nothing specific in my _config.yml, I'm using the defaults. I tried
Any tips on how to get it working?
I'
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Nov 8, 2019 - Ruby
-
Updated
May 16, 2020 - Ruby
-
Updated
Jan 19, 2022 - Ruby
Describe the bug
When I'm behind a corporate proxy the remote theme downloading is on error.
Steps to reproduce the behavior
- Set http_proxy and https_proxy
- Launch bundle exec jekyll serve behind a corporate proxy
- See error
Expected behavior
If a set a corporate proxy the remote theme is downloaded.
Screenshots
N/A
Additional context
The log
-
Updated
May 22, 2022 - Ruby
-
Updated
Oct 31, 2021 - Ruby
-
Updated
Sep 22, 2021 - HTML
-
Updated
Dec 18, 2021 - Ruby
-
Updated
Apr 19, 2020 - Ruby
Describe the bug
If I have one page, a.md that has some relative links in it:
[X](./some/path/to/x.md)
And I use include_relative to include the content of b.md in another page:
{% include_relative a.md %}
In the generated a.html, the links will correctly point to x.html. But on b.html, the links will point to b.md.
-
Updated
Mar 22, 2021 - Ruby
-
Updated
Aug 31, 2020 - CSS
-
Updated
Jun 8, 2022 - Ruby
-
Updated
Aug 26, 2021 - Ruby
Improve this page
Add a description, image, and links to the jekyll-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jekyll-plugin topic, visit your repo's landing page and select "manage topics."
Hello! This project is great. Thank you for working on it and maintaining it!
I did run across a potential issue while using Autopages. The documentation says to omit any sections you don't want to enable auto-generation for, but it seems that if you enable it for one, you must explicitly disable it for the other available sections. Apologies if this is intended behavior and I've misread the do