#!/bin/bash # next() { cat << EOT ======================================== ███╗ ██╗███████╗██╗ ██╗████████╗ ████╗ ██║██╔════╝╚██╗██╔╝╚══██╔══╝ ██╔██╗ ██║█████╗ ╚███╔╝ ██║ ██║╚██╗██║██╔══╝ ██╔██╗ ██║ ██║ ╚████║███████╗██╔╝ ██╗ ██║ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝ ======================================== NexT version $1 Documentation: https://hugo-next.js.org ======================================== EOT } next `cat ../VERSION` hugo server -D -t ../.. --port 1414 --panicOnWarning