htoml

HTML page templates described with a toml config
Log | Files | Refs | README

commit 5b4e0f24c4cf7acfb153f4da21138d764bdd5432
parent 115667819b4832baa25afd1b26ae9010e552db95
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Wed, 10 Aug 2022 15:14:56 +0200

change output path

Diffstat:
MHTOML_example.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HTOML_example.toml b/HTOML_example.toml @@ -4,7 +4,7 @@ title = "Homepage" # Path to html output -output = "index.html" +output = "publish/index.html" # Different sections for the HTML document [sections]