- ./contenl markdown files will be generate to html pages
# add execute permission
sudo chmod +x ./main.sh
#generate html page from ./content and run on localhost:8888
./main.sh
- markdown page require first line of text be # this is a title h1 header(# this is a title) in order to generate, wrong configure will cause error