Parker Moore
Parker Moore
no, probably one fn up in the stacktrace but close
notably, why would we use zsh instead of bash as you specify - lang should take precedence over the file extname
Why would a static file be a directory?
It sure does. If the IP addresses of my machines never changed, I could easily set them up in Pi-Hole. However, they do change with some regularity (I recently had...
I see in the readme that the config is just `feed.tags: true`, so I'd recommend something similar here: ```yaml feed: categories: true ```
Docs would also be nice for this.
> Readme entries? Yurp. Adding the env vars, possible values, and what they do when set to each of those values.
Adding a space to the regexp in the code you found and adding a test to ensure the spaces work fine would fix this issue.
@arielelkin It looks like the code will actually use a configured posts path, so put it elsewhere? ```yaml feed: collections: authors: path: "/feed.xml" posts: path: "/feed/posts.xml" ``` Try that and...