-
Updated
Dec 31, 2021 - Ruby
Jekyll
Jekyll is a blog-aware, site generator written in Ruby. It takes raw text files, runs it through a renderer and produces a publishable static website.
Here are 838 public repositories matching this topic...
-
Updated
Dec 30, 2021 - Ruby
-
Updated
Dec 28, 2021 - Ruby
-
Updated
Nov 26, 2021 - Ruby
-
Updated
Jun 16, 2021 - Ruby
-
Updated
Jan 1, 2022 - Ruby
-
Updated
Sep 27, 2021 - Ruby
-
Updated
Dec 18, 2021 - Ruby
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
-
Updated
Oct 1, 2020 - Ruby
the trailing ! is in compliant with markdown previewers in visual studio code.
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Dec 16, 2020 - Ruby
-
Updated
May 16, 2020 - Ruby
-
Updated
May 5, 2021 - Ruby
-
Updated
Mar 25, 2021 - Ruby
-
Updated
Dec 23, 2021 - Ruby
-
Updated
Sep 28, 2021 - Ruby
-
Updated
Dec 25, 2021 - Ruby
-
Updated
Oct 31, 2021 - Ruby
-
Updated
Dec 18, 2021 - Ruby
-
Updated
Oct 14, 2021 - 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.
Created by Tom Preston-Werner
Released 2008
- Organization
- jekyll
- Website
- jekyllrb.com
- Wikipedia
- Wikipedia
Your documentation is here https://rbuchberger.github.io/jekyll_picture_tag/users/liquid_tag/argument_reference/link.html
Proposed