benbalter / jekyll-relative-links

A Jekyll plugin to convert relative links to markdown files to their rendered equivalents
MIT License
141 stars 37 forks source link

unable to disable? #87

Closed rahil627 closed 2 years ago

rahil627 commented 2 years ago

i was getting an error, so i tried to just disable it with:

relative_links:
  enabled: false 

but it doesn't seem to change anything: the build process still runs the generator

the error:

Generating: JekyllRelativeLinks::Generator finished in 7.7e-06 seconds.
[91](https://github.com/rahil627/marks-of-rathewolf/runs/5605531619?check_suite_focus=true#step:4:91)
github-pages 225 | Error:  Invalid scheme format: 'Engels, Friedrich - Socialism'

i tried searching for the text (in github and with grep) and couldn't find it, but surely it's in there somewhere... :sweat:

rahil627 commented 2 years ago

oooooh doh!

sorry, i was looking at the wrong place for the error. I was looking at the bottom of the build log! :sweat: my bad.

...yeah i think Jekyll is unhappy with my jank file format: Engels, Friedrich - Socialism: Utopian and Scientific.txt :sob: either the comma or colon, or maybe both lol

[17](https://github.com/rahil627/marks-of-rathewolf/runs/5605531619?check_suite_focus=true#step:4:17)
/usr/local/bundle/gems/addressable-2.8.0/lib/addressable/uri.rb:918:in `scheme=': Invalid scheme format: 'Engels, Friedrich - Socialism' (Addressable::URI::InvalidURIError)