nussbrot

Results 6 comments of nussbrot

Hey, i too was searching for a way to generate an HTML site from a markdown file. Turns out you can, though it might not be what you are searching...

I also ran into this problem and currently don't know how to work around it. I'm evaluating meson and am trying to figure out if i can use it to...

Hi @jasonszang, thanks for your answer. I see this issue was first posted by you. If you don't mind i would like to ask you if you have experience with...

Yeah, you're right, that is a mistake in my build file. I can give the tool any directory, so `--outdir=@OUTDIR@` works fine. But i can not control the subfolders like...

Yes, i have tried it on Windows. The error is: ``` PS D:\entwicklung\ronin> python .\build.py Traceback (most recent call last): File ".\build.py", line 1, in from ronin.cli import cli File...

Also, you cannot simply install fcntl on Windows: ``` PS D:\entwicklung\ronin> pip install fcntl Looking in indexes: https://pypi.org/simple Collecting fcntl Could not find a version that satisfies the requirement fcntl...