Update to version 0.2.0 alpha.

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 12:34:06 +01:00
parent 39b03f3100
commit 23712c5814

3
qsgen2
View File

@ -42,7 +42,7 @@
################################################################################################### ###################################################################################################
# export blog_in_index=false # export blog_in_index=false
VERSION="0.1.0 alpha" # Tue-2024-01-30 VERSION="0.2.0 alpha" # Tue-2024-01-30
QSGEN="Quick Site Generator 2" QSGEN="Quick Site Generator 2"
# Set to true or false # Set to true or false
@ -149,6 +149,7 @@ if [[ ${generator} == "native" ]]; then
elif [[ ${generator} == "markdown" ]]; then elif [[ ${generator} == "markdown" ]]; then
if [[ ! -f /usr/local/bin/pandoc ]]; then if [[ ! -f /usr/local/bin/pandoc ]]; then
_msg other "Please install Pandoc." _msg other "Please install Pandoc."
_msg other "https://github.com/jgm/pandoc/releases"
exit exit
else else
# Usage: ${engine} ${1} - Where 1 is the file you want parsed # Usage: ${engine} ${1} - Where 1 is the file you want parsed