You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to use jekyll-git_metadata 0.2.0 with my Jekyll site. One unusual feature of my site is that the Jekyll root isn’t the same as the Git root – instead, I have the following line in my _config.yml which points to all my post/page data in the src directory:
It looks like the library is failing to consider the source prefix – it’s looking for a file 404.md, but Git knows the file under the name src/404.md – so it doesn’t find any page metadata.
This isn’t at all urgent – I can work around this – but I thought you’d like to know!
The text was updated successfully, but these errors were encountered:
I’m trying to use jekyll-git_metadata 0.2.0 with my Jekyll site. One unusual feature of my site is that the Jekyll root isn’t the same as the Git root – instead, I have the following line in my
_config.yml
which points to all my post/page data in thesrc
directory:Here's a small snippet from my cache file:
It looks like the library is failing to consider the
source
prefix – it’s looking for a file404.md
, but Git knows the file under the namesrc/404.md
– so it doesn’t find any page metadata.This isn’t at all urgent – I can work around this – but I thought you’d like to know!
The text was updated successfully, but these errors were encountered: