verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor fs.StreamFiles

dominikbraun opened this issue · comments

fs.StreamFiles should return filepaths inside the given source directory, so for a source directory like example/content, a returned filepath should be about-me.md instead of example/content/about-me.md

At the moment, the returned filepath is sliced to obtain a path like about-me.md. This has to be removed as well of course.