sans-docs/build.sh

11 lines
270 B
Bash
Raw Permalink Normal View History

2022-09-02 01:38:47 +00:00
#!/bin/sh -e
2022-09-04 22:38:02 +00:00
# clean up
rm -rf public/*.html
rm -rf public/atom.xml
# build new
2022-09-04 17:11:55 +00:00
ni src/ public/ template.html atom-template.xml smallandnearlysilent.com/
## NOTE: be sure to include the trailing / in the URL.
## it is needed to make the atom-template.xml work.