James Williams
James Williams
Correctly parse the protocol and path from the base url, and differentiate between the bound interface and the base URL when using `zola serve`. Closes #2170. Sanity check: * [x]...
Unit tests to verify that a `site::Site` is successfully built and contains valid permalinks using the new base url logic in `src/cmd/serve.rs` introduced in #2311. Closes #2448. I am marking...
Setting this up to discuss/track the addition of more thorough endpoint testing around the `serve` command. Better test coverage will support some refactoring efforts, including #2446 along with a better...
Potential solution (or intermediate solution) to #896.
Thanks to the work of @ggodlewski, whitespace is now preserved by default according to the xml specification when deserializing with serde. I note, however, one lingering apparent inconsistency in the...