blog.elnu.com/build.sh

4 lines
162 B
Bash
Executable file

#!/bin/bash
hugo
./stork_index.sh
find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null