5 lines
245 B
Bash
Executable file
5 lines
245 B
Bash
Executable file
#!/bin/bash
|
|
emacs -Q --script build.el
|
|
hugo
|
|
stork build --input "public/stork.config.json" --output "public/home.st"
|
|
find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null
|