commit 7a2e4e3d317d4232e77213091755ed76b6f6cd67
parent 7875fb52922068045838222a5d1c7429ba6a494b
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 9 Jun 2020 21:01:58 +0200
fix bug preventing markdown to html convertion
forb.c | 2 +-
package.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/forb.c b/forb.c
@@ -371,7 +371,7 @@ bool generateAPageOrAPost(char *filename, smallJsont *cfg, smallArrayt *postsFee
writeFileG(pf, "tmp.md");
// TODO get path once and reuse
- cleanCharP(progPath) = shDirname(getProgPath());
+ cleanCharP(progPath) = shDirname(getRealProgPath());
commandf("%s/shpPackages/md2html/md2html --full-html --ftables --fstrikethrough tmp.md --output=tmp.html", progPath);
cleanAllocateSmallArray(pHtml);
diff --git a/package.yml b/package.yml
@@ -1,6 +1,6 @@
---
name: forb
- version: 0.0.2
+ version: 0.0.3
description: static blog generator with configuration files inspired by jekyll
bin: ./forb.c
repository: