Enable debug

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 18:03:53 +01:00
parent e9bf297bed
commit e9428dbd47

3
qsgen2
View File

@ -156,7 +156,8 @@ elif [[ ${generator} == "markdown" ]]; then
export file_ext=md
fi
fi
if (${debug}) _msg debug "Using the ${generator} engine"
debug=true
if (${debug}) _msg debug "Using the ${generator} engine for files: ${file_ext}"
# Define cache files for blogs and pages
blog_cache_file="${project_dir}/.blog_cache"