Added code to copy over fonts into output directory

This commit is contained in:
2024-02-01 07:13:56 -06:00
parent f9468282f3
commit 958fc8518a

View File

@@ -202,6 +202,7 @@ gen_index_page() { # Generate an index page (site map) that includes links to th
copy_things_in() {
cp ${BASE_PATH}/styles.css ${BASE_PATH}/output/
cp -r ${BASE_PATH}/files ${BASE_PATH}/output/
cp -r ${BASE_PATH}/fonts ${BASE_PATH}/output/
}